public class UnbindConcurrentPackagesFromProjectRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| UnbindConcurrentPackagesFromProjectRequest() | 
| UnbindConcurrentPackagesFromProjectRequest(UnbindConcurrentPackagesFromProjectRequest 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[] | getConcurrentIds()Get Concurrency pack ID list. | 
| String | getProjectId()Get Cloud application project ID. | 
| void | setConcurrentIds(String[] ConcurrentIds)Set Concurrency pack ID list. | 
| void | setProjectId(String ProjectId)Set Cloud application project ID. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic UnbindConcurrentPackagesFromProjectRequest()
public UnbindConcurrentPackagesFromProjectRequest(UnbindConcurrentPackagesFromProjectRequest source)
public String[] getConcurrentIds()
public void setConcurrentIds(String[] ConcurrentIds)
ConcurrentIds - Concurrency pack ID list.public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId - Cloud application project ID.Copyright © 2024. All rights reserved.