Uses of Class
com.tencentcloudapi.live.v20180801.models.CertInfo
-
Packages that use CertInfo Package Description com.tencentcloudapi.live.v20180801.models -
-
Uses of CertInfo in com.tencentcloudapi.live.v20180801.models
Methods in com.tencentcloudapi.live.v20180801.models that return CertInfo Modifier and Type Method Description CertInfoDescribeLiveCertResponse. getCertInfo()Get 证书信息。CertInfo[]DescribeLiveCertsResponse. getCertInfoSet()Get 证书信息列表。Methods in com.tencentcloudapi.live.v20180801.models with parameters of type CertInfo Modifier and Type Method Description voidDescribeLiveCertResponse. setCertInfo(CertInfo CertInfo)Set 证书信息。voidDescribeLiveCertsResponse. setCertInfoSet(CertInfo[] CertInfoSet)Set 证书信息列表。Constructors in com.tencentcloudapi.live.v20180801.models with parameters of type CertInfo Constructor Description 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.
-