Class ServiceCombServiceInstance
java.lang.Object
com.huaweicloud.servicecomb.discovery.client.model.ServiceCombServiceInstance
- All Implemented Interfaces:
org.springframework.cloud.client.ServiceInstance
public class ServiceCombServiceInstance
extends Object
implements org.springframework.cloud.client.ServiceInstance
-
Constructor Summary
ConstructorsConstructorDescriptionServiceCombServiceInstance(org.apache.servicecomb.service.center.client.model.MicroserviceInstance microserviceInstance) -
Method Summary
-
Constructor Details
-
ServiceCombServiceInstance
public ServiceCombServiceInstance(org.apache.servicecomb.service.center.client.model.MicroserviceInstance microserviceInstance)
-
-
Method Details
-
getMicroserviceInstance
public org.apache.servicecomb.service.center.client.model.MicroserviceInstance getMicroserviceInstance() -
getInstanceId
- Specified by:
getInstanceIdin interfaceorg.springframework.cloud.client.ServiceInstance
-
getServiceId
- Specified by:
getServiceIdin interfaceorg.springframework.cloud.client.ServiceInstance
-
getHost
- Specified by:
getHostin interfaceorg.springframework.cloud.client.ServiceInstance
-
getPort
public int getPort()- Specified by:
getPortin interfaceorg.springframework.cloud.client.ServiceInstance
-
isSecure
public boolean isSecure()- Specified by:
isSecurein interfaceorg.springframework.cloud.client.ServiceInstance
-
getUri
- Specified by:
getUriin interfaceorg.springframework.cloud.client.ServiceInstance
-
getMetadata
- Specified by:
getMetadatain interfaceorg.springframework.cloud.client.ServiceInstance
-
getScheme
- Specified by:
getSchemein interfaceorg.springframework.cloud.client.ServiceInstance
-