Class ServiceInfo


  • public class ServiceInfo
    extends Object

    ServiceInfo class.

    • Constructor Detail

      • ServiceInfo

        public ServiceInfo​(String name,
                           String status)

        Constructor for ServiceInfo.

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

      • getServiceName

        public String getServiceName()

        Getter for the field serviceName.

        Returns:
        a String object.
      • getServiceStatus

        public String getServiceStatus()

        Getter for the field serviceStatus.

        Returns:
        a String object.