Uses of Class
com.tencentcloudapi.ssl.v20191205.models.RevokeDomainValidateAuths
-
Packages that use RevokeDomainValidateAuths Package Description com.tencentcloudapi.ssl.v20191205.models -
-
Uses of RevokeDomainValidateAuths in com.tencentcloudapi.ssl.v20191205.models
Methods in com.tencentcloudapi.ssl.v20191205.models that return RevokeDomainValidateAuths Modifier and Type Method Description RevokeDomainValidateAuths[]RevokeCertificateResponse. getRevokeDomainValidateAuths()Get 吊销证书域名验证信息。 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.ssl.v20191205.models with parameters of type RevokeDomainValidateAuths Modifier and Type Method Description voidRevokeCertificateResponse. setRevokeDomainValidateAuths(RevokeDomainValidateAuths[] RevokeDomainValidateAuths)Set 吊销证书域名验证信息。 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.ssl.v20191205.models with parameters of type RevokeDomainValidateAuths Constructor Description RevokeDomainValidateAuths(RevokeDomainValidateAuths 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.
-