Class CertTaskId
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ssl.v20191205.models.CertTaskId
-
public class CertTaskId extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CertTaskId()CertTaskId(CertTaskId 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCertId()Get 证书IDStringgetTaskId()Get 异步任务IDvoidsetCertId(String CertId)Set 证书IDvoidsetTaskId(String TaskId)Set 异步任务IDvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CertTaskId
public CertTaskId()
-
CertTaskId
public CertTaskId(CertTaskId 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.
-
-
Method Detail
-
getCertId
public String getCertId()
Get 证书ID- Returns:
- CertId 证书ID
-
setCertId
public void setCertId(String CertId)
Set 证书ID- Parameters:
CertId- 证书ID
-
getTaskId
public String getTaskId()
Get 异步任务ID- Returns:
- TaskId 异步任务ID
-
setTaskId
public void setTaskId(String TaskId)
Set 异步任务ID- Parameters:
TaskId- 异步任务ID
-
-