public class ScreenEventsCnt extends AbstractModel
header, skipSign
Constructor and Description |
---|
ScreenEventsCnt() |
ScreenEventsCnt(ScreenEventsCnt 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 |
---|---|
ScreenNameValue[] |
getCategory()
Get name 具体展示内容类型: 攻击事件, 潜在风险, 失陷资产, 潜在风险资产
Value: 事件统计数
|
String |
getTitle()
Get 展示内容:待处理风险总数,影响资产总数
|
Long |
getTotal()
Get 事件总数
|
void |
setCategory(ScreenNameValue[] Category)
Set name 具体展示内容类型: 攻击事件, 潜在风险, 失陷资产, 潜在风险资产
Value: 事件统计数
|
void |
setTitle(String Title)
Set 展示内容:待处理风险总数,影响资产总数
|
void |
setTotal(Long Total)
Set 事件总数
|
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, toJsonString
public ScreenEventsCnt()
public ScreenEventsCnt(ScreenEventsCnt source)
public String getTitle()
public void setTitle(String Title)
Title
- 展示内容:待处理风险总数,影响资产总数public Long getTotal()
public void setTotal(Long Total)
Total
- 事件总数public ScreenNameValue[] getCategory()
public void setCategory(ScreenNameValue[] Category)
Category
- name 具体展示内容类型: 攻击事件, 潜在风险, 失陷资产, 潜在风险资产
Value: 事件统计数Copyright © 2024. All rights reserved.