public static class GetCheckRiskStatisticsResponse.DataItem extends Object
限定符和类型 | 类和说明 |
---|---|
static class |
GetCheckRiskStatisticsResponse.DataItem.SubStatistic |
构造器和说明 |
---|
DataItem() |
限定符和类型 | 方法和说明 |
---|---|
Integer |
getHighWarningCount() |
Integer |
getLowWarningCount() |
Integer |
getMediumWarningCount() |
Integer |
getPassCount() |
String |
getSceneName() |
List<GetCheckRiskStatisticsResponse.DataItem.SubStatistic> |
getSubStatistics() |
Integer |
getTotalCount() |
void |
setHighWarningCount(Integer highWarningCount) |
void |
setLowWarningCount(Integer lowWarningCount) |
void |
setMediumWarningCount(Integer mediumWarningCount) |
void |
setPassCount(Integer passCount) |
void |
setSceneName(String sceneName) |
void |
setSubStatistics(List<GetCheckRiskStatisticsResponse.DataItem.SubStatistic> subStatistics) |
void |
setTotalCount(Integer totalCount) |
public String getSceneName()
public void setSceneName(String sceneName)
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)
public List<GetCheckRiskStatisticsResponse.DataItem.SubStatistic> getSubStatistics()
public void setSubStatistics(List<GetCheckRiskStatisticsResponse.DataItem.SubStatistic> subStatistics)
Copyright © 2023. All rights reserved.