Class CertInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotcloud.v20210408.models.CertInfo
-
public class CertInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCertName()Get 证书名称StringgetCertSN()Get 证书的序列号,16进制编码StringgetCertText()Get X509证书内容LonggetCreateTime()Get 证书创建时间,秒级时间戳LonggetEffectiveTime()Get 证书生效时间,秒级时间戳LonggetExpireTime()Get 证书失效时间,秒级时间戳StringgetIssuerName()Get 证书颁发着名称StringgetSubject()Get 证书主题voidsetCertName(String CertName)Set 证书名称voidsetCertSN(String CertSN)Set 证书的序列号,16进制编码voidsetCertText(String CertText)Set X509证书内容voidsetCreateTime(Long CreateTime)Set 证书创建时间,秒级时间戳voidsetEffectiveTime(Long EffectiveTime)Set 证书生效时间,秒级时间戳voidsetExpireTime(Long ExpireTime)Set 证书失效时间,秒级时间戳voidsetIssuerName(String IssuerName)Set 证书颁发着名称voidsetSubject(String Subject)Set 证书主题voidtoMap(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
-
CertInfo
public CertInfo()
-
CertInfo
public CertInfo(CertInfo 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
-
getCertName
public String getCertName()
Get 证书名称- Returns:
- CertName 证书名称
-
setCertName
public void setCertName(String CertName)
Set 证书名称- Parameters:
CertName- 证书名称
-
getCertSN
public String getCertSN()
Get 证书的序列号,16进制编码- Returns:
- CertSN 证书的序列号,16进制编码
-
setCertSN
public void setCertSN(String CertSN)
Set 证书的序列号,16进制编码- Parameters:
CertSN- 证书的序列号,16进制编码
-
getIssuerName
public String getIssuerName()
Get 证书颁发着名称- Returns:
- IssuerName 证书颁发着名称
-
setIssuerName
public void setIssuerName(String IssuerName)
Set 证书颁发着名称- Parameters:
IssuerName- 证书颁发着名称
-
getSubject
public String getSubject()
Get 证书主题- Returns:
- Subject 证书主题
-
setSubject
public void setSubject(String Subject)
Set 证书主题- Parameters:
Subject- 证书主题
-
getCreateTime
public Long getCreateTime()
Get 证书创建时间,秒级时间戳- Returns:
- CreateTime 证书创建时间,秒级时间戳
-
setCreateTime
public void setCreateTime(Long CreateTime)
Set 证书创建时间,秒级时间戳- Parameters:
CreateTime- 证书创建时间,秒级时间戳
-
getEffectiveTime
public Long getEffectiveTime()
Get 证书生效时间,秒级时间戳- Returns:
- EffectiveTime 证书生效时间,秒级时间戳
-
setEffectiveTime
public void setEffectiveTime(Long EffectiveTime)
Set 证书生效时间,秒级时间戳- Parameters:
EffectiveTime- 证书生效时间,秒级时间戳
-
getExpireTime
public Long getExpireTime()
Get 证书失效时间,秒级时间戳- Returns:
- ExpireTime 证书失效时间,秒级时间戳
-
setExpireTime
public void setExpireTime(Long ExpireTime)
Set 证书失效时间,秒级时间戳- Parameters:
ExpireTime- 证书失效时间,秒级时间戳
-
getCertText
public String getCertText()
Get X509证书内容- Returns:
- CertText X509证书内容
-
setCertText
public void setCertText(String CertText)
Set X509证书内容- Parameters:
CertText- X509证书内容
-
-