Interface ServiceInfo

  • All Superinterfaces:
    java.lang.Comparable<ServiceInfo>

    @API
    public interface ServiceInfo
    extends java.lang.Comparable<ServiceInfo>
    • Method Detail

      • getServiceName

        java.lang.String getServiceName()
        The name which is used by clients when accessing it.
        Returns:
        The service name
        Since:
        2015.3.0
      • getDisplayName

        java.lang.String getDisplayName()
        User friendly name of the service.
        Returns:
        The user friendly name
        Since:
        2015.3.0
      • compareTo

        default int compareTo​(ServiceInfo other)
        Specified by:
        compareTo in interface java.lang.Comparable<ServiceInfo>