Class InstanceProperties
java.lang.Object
org.springframework.cloud.client.discovery.simple.InstanceProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@Nullable StringgetHost()@Nullable StringintgetPort()@Nullable String@Nullable URIgetUri()inthashCode()booleanisSecure()voidvoidsetInstanceId(@Nullable String instanceId) voidsetMetadata(Map<String, String> metadata) voidsetPort(int port) voidsetSecure(boolean secure) voidsetServiceId(@Nullable String serviceId) voidtoString()
-
Constructor Details
-
InstanceProperties
public InstanceProperties()
-
-
Method Details
-
getInstanceId
-
setInstanceId
-
getServiceId
-
setServiceId
-
getHost
-
setHost
-
getPort
public int getPort() -
setPort
public void setPort(int port) -
isSecure
public boolean isSecure() -
setSecure
public void setSecure(boolean secure) -
getMetadata
-
setMetadata
-
getUri
-
setUri
-
equals
-
hashCode
-
toString
-
toServiceInstance
-