public class ReleaseServiceRequest extends AbstractModel
| Constructor and Description | 
|---|
ReleaseServiceRequest()  | 
ReleaseServiceRequest(ReleaseServiceRequest 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 `apiId` list, which is reserved. 
 | 
String | 
getEnvironmentName()
Get Name of the environment to be published. 
 | 
String | 
getReleaseDesc()
Get Release description. 
 | 
String | 
getServiceId()
Get Unique ID of the service to be published. 
 | 
void | 
setApiIds(String[] ApiIds)
Set `apiId` list, which is reserved. 
 | 
void | 
setEnvironmentName(String EnvironmentName)
Set Name of the environment to be published. 
 | 
void | 
setReleaseDesc(String ReleaseDesc)
Set Release description. 
 | 
void | 
setServiceId(String ServiceId)
Set Unique ID of the service to be published. 
 | 
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 ReleaseServiceRequest()
public ReleaseServiceRequest(ReleaseServiceRequest source)
public String getServiceId()
public void setServiceId(String ServiceId)
ServiceId - Unique ID of the service to be published.public String getEnvironmentName()
public void setEnvironmentName(String EnvironmentName)
EnvironmentName - Name of the environment to be published. Valid values: test (test environment), prepub (pre-release environment), release (release environment).public String getReleaseDesc()
public void setReleaseDesc(String ReleaseDesc)
ReleaseDesc - Release description.public String[] getApiIds()
public void setApiIds(String[] ApiIds)
ApiIds - `apiId` list, which is reserved. Full API release is used by default.Copyright © 2021. All rights reserved.