public class UnReleaseServiceRequest extends AbstractModel
| Constructor and 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. 
 | 
| 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 UnReleaseServiceRequest()
public UnReleaseServiceRequest(UnReleaseServiceRequest source)
public 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 © 2022. All rights reserved.