Class ServiceInfo


  • public class ServiceInfo
    extends java.lang.Object

    ServiceInfo class.

    • Constructor Summary

      Constructors 
      Constructor Description
      ServiceInfo​(java.lang.String name, java.lang.String status)
      Constructor for ServiceInfo.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getServiceName()
      Getter for the field serviceName.
      java.lang.String getServiceStatus()
      Getter for the field serviceStatus.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ServiceInfo

        public ServiceInfo​(java.lang.String name,
                           java.lang.String status)

        Constructor for ServiceInfo.

        Parameters:
        name - a String object.
        status - a String object.
    • Method Detail

      • getServiceName

        public java.lang.String getServiceName()

        Getter for the field serviceName.

        Returns:
        a String object.
      • getServiceStatus

        public java.lang.String getServiceStatus()

        Getter for the field serviceStatus.

        Returns:
        a String object.