public class CreateCertificateBindResourceSyncTaskRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateCertificateBindResourceSyncTaskRequest() |
CreateCertificateBindResourceSyncTaskRequest(CreateCertificateBindResourceSyncTaskRequest 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[] |
getCertificateIds()
Get The list of certificate IDs, 100 IDs at most.
|
Long |
getIsCache()
Get Whether to use the cached results.
|
void |
setCertificateIds(String[] CertificateIds)
Set The list of certificate IDs, 100 IDs at most.
|
void |
setIsCache(Long IsCache)
Set Whether to use the cached results.
|
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 CreateCertificateBindResourceSyncTaskRequest()
public CreateCertificateBindResourceSyncTaskRequest(CreateCertificateBindResourceSyncTaskRequest source)
public String[] getCertificateIds()
public void setCertificateIds(String[] CertificateIds)
CertificateIds
- The list of certificate IDs, 100 IDs at most.public Long getIsCache()
public void setIsCache(Long IsCache)
IsCache
- Whether to use the cached results. Valid values: `1` (default) for yes and `0` for no. If any task completed within last 30 minutes exists under the current certificate ID, and the cache is used, the query result of the last task completed within 30 minutes will be read.Copyright © 2024. All rights reserved.