public class TkeSecretDetail extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getCertId()
Get The certificate ID.
|
TkeIngressDetail[] |
getIngressList()
Get The Ingress list.
|
String |
getName()
Get The secret name.
|
String[] |
getNoMatchDomains()
Get The list of domains that do not match the new certificate.
|
void |
setCertId(String CertId)
Set The certificate ID.
|
void |
setIngressList(TkeIngressDetail[] IngressList)
Set The Ingress list.
|
void |
setName(String Name)
Set The secret name.
|
void |
setNoMatchDomains(String[] NoMatchDomains)
Set The list of domains that do not match the new certificate.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public TkeSecretDetail()
public TkeSecretDetail(TkeSecretDetail source)
public String getName()
public void setName(String Name)
Name
- The secret name.public String getCertId()
public void setCertId(String CertId)
CertId
- The certificate ID.public TkeIngressDetail[] getIngressList()
public void setIngressList(TkeIngressDetail[] IngressList)
IngressList
- The Ingress list.public String[] getNoMatchDomains()
public void setNoMatchDomains(String[] NoMatchDomains)
NoMatchDomains
- The list of domains that do not match the new certificate.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.