Package com.yahoo.config.model.api
Class ServiceInfo
- java.lang.Object
-
- com.yahoo.config.model.api.ServiceInfo
-
public class ServiceInfo extends Object
Contains information about a service.- Author:
- Ulf Lilleengen
-
-
Constructor Summary
Constructors Constructor Description ServiceInfo(String serviceName, String serviceType, Collection<PortInfo> ports, Map<String,String> properties, String configId, String hostName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getConfigId()
String
getHostName()
Collection<PortInfo>
getPorts()
Optional<String>
getProperty(String propertyName)
String
getServiceName()
String
getServiceType()
int
hashCode()
String
toString()
-