Class MicroService
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.apigateway.v20180808.models.MicroService
-
public class MicroService extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description MicroService()MicroService(MicroService source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClusterId()Get 微服务集群ID。StringgetMicroServiceName()Get 微服务名称。StringgetNamespaceId()Get 微服务命名空间ID。voidsetClusterId(String ClusterId)Set 微服务集群ID。voidsetMicroServiceName(String MicroServiceName)Set 微服务名称。voidsetNamespaceId(String NamespaceId)Set 微服务命名空间ID。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
MicroService
public MicroService()
-
MicroService
public MicroService(MicroService source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
-
Method Detail
-
getClusterId
public String getClusterId()
Get 微服务集群ID。- Returns:
- ClusterId 微服务集群ID。
-
setClusterId
public void setClusterId(String ClusterId)
Set 微服务集群ID。- Parameters:
ClusterId- 微服务集群ID。
-
getNamespaceId
public String getNamespaceId()
Get 微服务命名空间ID。- Returns:
- NamespaceId 微服务命名空间ID。
-
setNamespaceId
public void setNamespaceId(String NamespaceId)
Set 微服务命名空间ID。- Parameters:
NamespaceId- 微服务命名空间ID。
-
getMicroServiceName
public String getMicroServiceName()
Get 微服务名称。- Returns:
- MicroServiceName 微服务名称。
-
setMicroServiceName
public void setMicroServiceName(String MicroServiceName)
Set 微服务名称。- Parameters:
MicroServiceName- 微服务名称。
-
-