public class DemoteServiceUsagePlanRequest extends AbstractModel
Constructor and Description |
---|
DemoteServiceUsagePlanRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getEnvironment()
Get Environment name.
|
String |
getServiceId()
Get Unique ID of the service to be demoted.
|
String |
getUsagePlanId()
Get Usage plan ID.
|
void |
setEnvironment(String Environment)
Set Environment name.
|
void |
setServiceId(String ServiceId)
Set Unique ID of the service to be demoted.
|
void |
setUsagePlanId(String UsagePlanId)
Set Usage plan ID.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getUsagePlanId()
public void setUsagePlanId(String UsagePlanId)
UsagePlanId
- Usage plan ID.public String getServiceId()
public void setServiceId(String ServiceId)
ServiceId
- Unique ID of the service to be demoted.public String getEnvironment()
public void setEnvironment(String Environment)
Environment
- Environment name.Copyright © 2020. All rights reserved.