public class UnReleaseServiceRequest extends AbstractModel
| Constructor and Description | 
|---|
| UnReleaseServiceRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| String[] | getApiIds()Get List of APIs to be deactivated, which is a reserved field. | 
| String | getEnvironmentName()Get Name of the environment to be deactivated. | 
| String | getServiceId()Get Unique ID of the service to be deactivated. | 
| void | setApiIds(String[] ApiIds)Set List of APIs to be deactivated, which is a reserved field. | 
| void | setEnvironmentName(String EnvironmentName)Set Name of the environment to be deactivated. | 
| void | setServiceId(String ServiceId)Set Unique ID of the service to be deactivated. | 
| 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, toJsonStringpublic String getServiceId()
public void setServiceId(String ServiceId)
ServiceId - Unique ID of the service to be deactivated.public String getEnvironmentName()
public void setEnvironmentName(String EnvironmentName)
EnvironmentName - Name of the environment to be deactivated. Valid values: test (test environment), prepub (pre-release environment), release (release environment).public String[] getApiIds()
public void setApiIds(String[] ApiIds)
ApiIds - List of APIs to be deactivated, which is a reserved field.Copyright © 2020. All rights reserved.