public class ModifyCertificateProjectRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyCertificateProjectRequest() |
ModifyCertificateProjectRequest(ModifyCertificateProjectRequest 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[] |
getCertificateIdList()
Get ID list of certificates whose projects need to be modified.
|
Long |
getProjectId()
Get Project ID
|
void |
setCertificateIdList(String[] CertificateIdList)
Set ID list of certificates whose projects need to be modified.
|
void |
setProjectId(Long ProjectId)
Set 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, toJsonString
public ModifyCertificateProjectRequest()
public ModifyCertificateProjectRequest(ModifyCertificateProjectRequest source)
public String[] getCertificateIdList()
public void setCertificateIdList(String[] CertificateIdList)
CertificateIdList
- ID list of certificates whose projects need to be modified. A maximum of 100 certificate IDs are supported.public Long getProjectId()
public void setProjectId(Long ProjectId)
ProjectId
- Project IDCopyright © 2024. All rights reserved.