Uses of Class
com.tencentcloudapi.sslpod.v20190605.models.ChartNameValue
-
Packages that use ChartNameValue Package Description com.tencentcloudapi.sslpod.v20190605.models -
-
Uses of ChartNameValue in com.tencentcloudapi.sslpod.v20190605.models
Methods in com.tencentcloudapi.sslpod.v20190605.models that return ChartNameValue Modifier and Type Method Description ChartNameValue[]DashboardResult. getCertBrandsPie()Get 证书品牌图表ChartNameValue[]DashboardResult. getCertTypePie()Get 证书类型图表ChartNameValue[]DashboardResult. getCertValidTimePie()Get 证书有效时间图表ChartNameValue[]ChartHistogram. getChildren()Get 项目值ChartNameValue[]DashboardResult. getSecurityLevelPie()Get 安全等级图表Methods in com.tencentcloudapi.sslpod.v20190605.models with parameters of type ChartNameValue Modifier and Type Method Description voidDashboardResult. setCertBrandsPie(ChartNameValue[] CertBrandsPie)Set 证书品牌图表voidDashboardResult. setCertTypePie(ChartNameValue[] CertTypePie)Set 证书类型图表voidDashboardResult. setCertValidTimePie(ChartNameValue[] CertValidTimePie)Set 证书有效时间图表voidChartHistogram. setChildren(ChartNameValue[] Children)Set 项目值voidDashboardResult. setSecurityLevelPie(ChartNameValue[] SecurityLevelPie)Set 安全等级图表Constructors in com.tencentcloudapi.sslpod.v20190605.models with parameters of type ChartNameValue Constructor Description ChartNameValue(ChartNameValue 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.
-