Class ClientCert
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cdn.v20180606.models.ClientCert
-
public class ClientCert extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ClientCert()ClientCert(ClientCert 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 StringgetCertificate()Get 客户端证书 PEM 格式,需要进行 Base 64 编码 注意:此字段可能返回 null,表示取不到有效值。StringgetCertName()Get 客户端证书名称 注意:此字段可能返回 null,表示取不到有效值。StringgetDeployTime()Get 证书颁发时间 作为入参时无需填充 注意:此字段可能返回 null,表示取不到有效值。StringgetExpireTime()Get 证书过期时间 作为入参时无需填充 注意:此字段可能返回 null,表示取不到有效值。voidsetCertificate(String Certificate)Set 客户端证书 PEM 格式,需要进行 Base 64 编码 注意:此字段可能返回 null,表示取不到有效值。voidsetCertName(String CertName)Set 客户端证书名称 注意:此字段可能返回 null,表示取不到有效值。voidsetDeployTime(String DeployTime)Set 证书颁发时间 作为入参时无需填充 注意:此字段可能返回 null,表示取不到有效值。voidsetExpireTime(String ExpireTime)Set 证书过期时间 作为入参时无需填充 注意:此字段可能返回 null,表示取不到有效值。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
-
ClientCert
public ClientCert()
-
ClientCert
public ClientCert(ClientCert 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
-
getCertificate
public String getCertificate()
Get 客户端证书 PEM 格式,需要进行 Base 64 编码 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Certificate 客户端证书 PEM 格式,需要进行 Base 64 编码 注意:此字段可能返回 null,表示取不到有效值。
-
setCertificate
public void setCertificate(String Certificate)
Set 客户端证书 PEM 格式,需要进行 Base 64 编码 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Certificate- 客户端证书 PEM 格式,需要进行 Base 64 编码 注意:此字段可能返回 null,表示取不到有效值。
-
getCertName
public String getCertName()
Get 客户端证书名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CertName 客户端证书名称 注意:此字段可能返回 null,表示取不到有效值。
-
setCertName
public void setCertName(String CertName)
Set 客户端证书名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CertName- 客户端证书名称 注意:此字段可能返回 null,表示取不到有效值。
-
getExpireTime
public String getExpireTime()
Get 证书过期时间 作为入参时无需填充 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ExpireTime 证书过期时间 作为入参时无需填充 注意:此字段可能返回 null,表示取不到有效值。
-
setExpireTime
public void setExpireTime(String ExpireTime)
Set 证书过期时间 作为入参时无需填充 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ExpireTime- 证书过期时间 作为入参时无需填充 注意:此字段可能返回 null,表示取不到有效值。
-
getDeployTime
public String getDeployTime()
Get 证书颁发时间 作为入参时无需填充 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- DeployTime 证书颁发时间 作为入参时无需填充 注意:此字段可能返回 null,表示取不到有效值。
-
setDeployTime
public void setDeployTime(String DeployTime)
Set 证书颁发时间 作为入参时无需填充 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
DeployTime- 证书颁发时间 作为入参时无需填充 注意:此字段可能返回 null,表示取不到有效值。
-
-