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 证书ID列表,总数不能超过100
|
Long |
getIsCache()
Get 是否使用缓存, 1使用缓存,0不使用缓存; 默认为1使用缓存; 若当前证书ID存在半小时已完成的任务, 则使用缓存的情况下, 会读取半小时内离当前时间最近的查询结果
|
void |
setCertificateIds(String[] CertificateIds)
Set 证书ID列表,总数不能超过100
|
void |
setIsCache(Long IsCache)
Set 是否使用缓存, 1使用缓存,0不使用缓存; 默认为1使用缓存; 若当前证书ID存在半小时已完成的任务, 则使用缓存的情况下, 会读取半小时内离当前时间最近的查询结果
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateCertificateBindResourceSyncTaskRequest()
public CreateCertificateBindResourceSyncTaskRequest(CreateCertificateBindResourceSyncTaskRequest source)
public String[] getCertificateIds()
public void setCertificateIds(String[] CertificateIds)
CertificateIds
- 证书ID列表,总数不能超过100public Long getIsCache()
public void setIsCache(Long IsCache)
IsCache
- 是否使用缓存, 1使用缓存,0不使用缓存; 默认为1使用缓存; 若当前证书ID存在半小时已完成的任务, 则使用缓存的情况下, 会读取半小时内离当前时间最近的查询结果Copyright © 2024. All rights reserved.