public class DeleteApplicationProjectsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DeleteApplicationProjectsRequest() |
DeleteApplicationProjectsRequest(DeleteApplicationProjectsRequest 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[] |
getProjectIds()
Get ID list of cloud application projects.
|
void |
setProjectIds(String[] ProjectIds)
Set ID list of cloud application projects.
|
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, toJsonString
public DeleteApplicationProjectsRequest()
public DeleteApplicationProjectsRequest(DeleteApplicationProjectsRequest source)
public String[] getProjectIds()
public void setProjectIds(String[] ProjectIds)
ProjectIds
- ID list of cloud application projects.Copyright © 2025. All rights reserved.