Class DemoteServiceUsagePlanRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.apigateway.v20180808.models.DemoteServiceUsagePlanRequest
-
public class DemoteServiceUsagePlanRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DemoteServiceUsagePlanRequest()DemoteServiceUsagePlanRequest(DemoteServiceUsagePlanRequest 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 StringgetEnvironment()Get 环境名称。StringgetServiceId()Get 待降级的服务唯一 ID。StringgetUsagePlanId()Get 使用计划ID。voidsetEnvironment(String Environment)Set 环境名称。voidsetServiceId(String ServiceId)Set 待降级的服务唯一 ID。voidsetUsagePlanId(String UsagePlanId)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
-
DemoteServiceUsagePlanRequest
public DemoteServiceUsagePlanRequest()
-
DemoteServiceUsagePlanRequest
public DemoteServiceUsagePlanRequest(DemoteServiceUsagePlanRequest 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
-
getUsagePlanId
public String getUsagePlanId()
Get 使用计划ID。- Returns:
- UsagePlanId 使用计划ID。
-
setUsagePlanId
public void setUsagePlanId(String UsagePlanId)
Set 使用计划ID。- Parameters:
UsagePlanId- 使用计划ID。
-
getServiceId
public String getServiceId()
Get 待降级的服务唯一 ID。- Returns:
- ServiceId 待降级的服务唯一 ID。
-
setServiceId
public void setServiceId(String ServiceId)
Set 待降级的服务唯一 ID。- Parameters:
ServiceId- 待降级的服务唯一 ID。
-
getEnvironment
public String getEnvironment()
Get 环境名称。- Returns:
- Environment 环境名称。
-
setEnvironment
public void setEnvironment(String Environment)
Set 环境名称。- Parameters:
Environment- 环境名称。
-
-