Class UnReleaseServiceRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.apigateway.v20180808.models.UnReleaseServiceRequest
-
public class UnReleaseServiceRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description UnReleaseServiceRequest()UnReleaseServiceRequest(UnReleaseServiceRequest 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 String[]getApiIds()Get 保留字段,待下线的API列表。StringgetEnvironmentName()Get 待下线的环境名称,当前支持三个环境,test(测试环境)、prepub(预发布环境)和 release(发布环境)。StringgetServiceId()Get 待下线服务的唯一 ID。voidsetApiIds(String[] ApiIds)Set 保留字段,待下线的API列表。voidsetEnvironmentName(String EnvironmentName)Set 待下线的环境名称,当前支持三个环境,test(测试环境)、prepub(预发布环境)和 release(发布环境)。voidsetServiceId(String ServiceId)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
-
UnReleaseServiceRequest
public UnReleaseServiceRequest()
-
UnReleaseServiceRequest
public UnReleaseServiceRequest(UnReleaseServiceRequest 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
-
getServiceId
public String getServiceId()
Get 待下线服务的唯一 ID。- Returns:
- ServiceId 待下线服务的唯一 ID。
-
setServiceId
public void setServiceId(String ServiceId)
Set 待下线服务的唯一 ID。- Parameters:
ServiceId- 待下线服务的唯一 ID。
-
getEnvironmentName
public String getEnvironmentName()
Get 待下线的环境名称,当前支持三个环境,test(测试环境)、prepub(预发布环境)和 release(发布环境)。- Returns:
- EnvironmentName 待下线的环境名称,当前支持三个环境,test(测试环境)、prepub(预发布环境)和 release(发布环境)。
-
setEnvironmentName
public void setEnvironmentName(String EnvironmentName)
Set 待下线的环境名称,当前支持三个环境,test(测试环境)、prepub(预发布环境)和 release(发布环境)。- Parameters:
EnvironmentName- 待下线的环境名称,当前支持三个环境,test(测试环境)、prepub(预发布环境)和 release(发布环境)。
-
getApiIds
public String[] getApiIds()
Get 保留字段,待下线的API列表。- Returns:
- ApiIds 保留字段,待下线的API列表。
-
setApiIds
public void setApiIds(String[] ApiIds)
Set 保留字段,待下线的API列表。- Parameters:
ApiIds- 保留字段,待下线的API列表。
-
-