Class TkeSecretDetail
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ssl.v20191205.models.TkeSecretDetail
-
public class TkeSecretDetail extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description TkeSecretDetail()TkeSecretDetail(TkeSecretDetail 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 证书IDTkeIngressDetail[]getIngressList()Get ingress列表StringgetName()Get secret名称String[]getNoMatchDomains()Get 和新证书不匹配的域名列表 注意:此字段可能返回 null,表示取不到有效值。voidsetCertId(String CertId)Set 证书IDvoidsetIngressList(TkeIngressDetail[] IngressList)Set ingress列表voidsetName(String Name)Set secret名称voidsetNoMatchDomains(String[] NoMatchDomains)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
-
TkeSecretDetail
public TkeSecretDetail()
-
TkeSecretDetail
public TkeSecretDetail(TkeSecretDetail 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
-
getName
public String getName()
Get secret名称- Returns:
- Name secret名称
-
setName
public void setName(String Name)
Set secret名称- Parameters:
Name- secret名称
-
getCertId
public String getCertId()
Get 证书ID- Returns:
- CertId 证书ID
-
setCertId
public void setCertId(String CertId)
Set 证书ID- Parameters:
CertId- 证书ID
-
getIngressList
public TkeIngressDetail[] getIngressList()
Get ingress列表- Returns:
- IngressList ingress列表
-
setIngressList
public void setIngressList(TkeIngressDetail[] IngressList)
Set ingress列表- Parameters:
IngressList- ingress列表
-
getNoMatchDomains
public String[] getNoMatchDomains()
Get 和新证书不匹配的域名列表 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- NoMatchDomains 和新证书不匹配的域名列表 注意:此字段可能返回 null,表示取不到有效值。
-
setNoMatchDomains
public void setNoMatchDomains(String[] NoMatchDomains)
Set 和新证书不匹配的域名列表 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
NoMatchDomains- 和新证书不匹配的域名列表 注意:此字段可能返回 null,表示取不到有效值。
-
-