Class DescribeCreateGatewayApiStatusRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tsf.v20180326.models.DescribeCreateGatewayApiStatusRequest
-
public class DescribeCreateGatewayApiStatusRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeCreateGatewayApiStatusRequest()DescribeCreateGatewayApiStatusRequest(DescribeCreateGatewayApiStatusRequest 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 StringgetGroupId()Get 所属分组IDStringgetMicroserviceId()Get 微服务IDvoidsetGroupId(String GroupId)Set 所属分组IDvoidsetMicroserviceId(String MicroserviceId)Set 微服务IDvoidtoMap(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
-
DescribeCreateGatewayApiStatusRequest
public DescribeCreateGatewayApiStatusRequest()
-
DescribeCreateGatewayApiStatusRequest
public DescribeCreateGatewayApiStatusRequest(DescribeCreateGatewayApiStatusRequest 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
-
getGroupId
public String getGroupId()
Get 所属分组ID- Returns:
- GroupId 所属分组ID
-
setGroupId
public void setGroupId(String GroupId)
Set 所属分组ID- Parameters:
GroupId- 所属分组ID
-
getMicroserviceId
public String getMicroserviceId()
Get 微服务ID- Returns:
- MicroserviceId 微服务ID
-
setMicroserviceId
public void setMicroserviceId(String MicroserviceId)
Set 微服务ID- Parameters:
MicroserviceId- 微服务ID
-
-