public class DashboardResult extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DashboardResult() | 
| DashboardResult(DashboardResult 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 | 
|---|---|
| ChartNameValue[] | getCertBrandsPie()Get 证书品牌图表 | 
| ChartNameValue[] | getCertTypePie()Get 证书类型图表 | 
| ChartNameValue[] | getCertValidTimePie()Get 证书有效时间图表 | 
| ChartHistogram[] | getComplianceHistogram()Get 合规图表 | 
| ChartNameValue[] | getSecurityLevelPie()Get 安全等级图表 | 
| ChartHistogram[] | getSSLBugsLoopholeHistogram()Get ssl bugs图表 | 
| void | setCertBrandsPie(ChartNameValue[] CertBrandsPie)Set 证书品牌图表 | 
| void | setCertTypePie(ChartNameValue[] CertTypePie)Set 证书类型图表 | 
| void | setCertValidTimePie(ChartNameValue[] CertValidTimePie)Set 证书有效时间图表 | 
| void | setComplianceHistogram(ChartHistogram[] ComplianceHistogram)Set 合规图表 | 
| void | setSecurityLevelPie(ChartNameValue[] SecurityLevelPie)Set 安全等级图表 | 
| void | setSSLBugsLoopholeHistogram(ChartHistogram[] SSLBugsLoopholeHistogram)Set ssl bugs图表 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DashboardResult()
public DashboardResult(DashboardResult source)
public ChartNameValue[] getSecurityLevelPie()
public void setSecurityLevelPie(ChartNameValue[] SecurityLevelPie)
SecurityLevelPie - 安全等级图表public ChartNameValue[] getCertBrandsPie()
public void setCertBrandsPie(ChartNameValue[] CertBrandsPie)
CertBrandsPie - 证书品牌图表public ChartNameValue[] getCertValidTimePie()
public void setCertValidTimePie(ChartNameValue[] CertValidTimePie)
CertValidTimePie - 证书有效时间图表public ChartNameValue[] getCertTypePie()
public void setCertTypePie(ChartNameValue[] CertTypePie)
CertTypePie - 证书类型图表public ChartHistogram[] getSSLBugsLoopholeHistogram()
public void setSSLBugsLoopholeHistogram(ChartHistogram[] SSLBugsLoopholeHistogram)
SSLBugsLoopholeHistogram - ssl bugs图表public ChartHistogram[] getComplianceHistogram()
public void setComplianceHistogram(ChartHistogram[] ComplianceHistogram)
ComplianceHistogram - 合规图表Copyright © 2025. All rights reserved.