public static class GetCheckRiskStatisticsResponse.DataItem.SubStatistic extends Object
构造器和说明 |
---|
SubStatistic() |
限定符和类型 | 方法和说明 |
---|---|
String |
getAlias() |
Integer |
getHighWarningCount() |
Integer |
getLowWarningCount() |
Integer |
getMediumWarningCount() |
Integer |
getPassCount() |
Integer |
getTotalCount() |
String |
getTypeName() |
void |
setAlias(String alias) |
void |
setHighWarningCount(Integer highWarningCount) |
void |
setLowWarningCount(Integer lowWarningCount) |
void |
setMediumWarningCount(Integer mediumWarningCount) |
void |
setPassCount(Integer passCount) |
void |
setTotalCount(Integer totalCount) |
void |
setTypeName(String typeName) |
public String getTypeName()
public void setTypeName(String typeName)
public String getAlias()
public void setAlias(String alias)
public Integer getLowWarningCount()
public void setLowWarningCount(Integer lowWarningCount)
public Integer getMediumWarningCount()
public void setMediumWarningCount(Integer mediumWarningCount)
public Integer getHighWarningCount()
public void setHighWarningCount(Integer highWarningCount)
public Integer getTotalCount()
public void setTotalCount(Integer totalCount)
public Integer getPassCount()
public void setPassCount(Integer passCount)
Copyright © 2023. All rights reserved.