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: Specific type of the displayed content, including attack event, potential risk, compromised asset, and potentially risky asset
Value: event count after statistics
|
String |
getTitle()
Get Displayed content: Total number of pending risks and total number of affected assets
|
Long |
getTotal()
Get Total number of events
|
void |
setCategory(ScreenNameValue[] Category)
Set name: Specific type of the displayed content, including attack event, potential risk, compromised asset, and potentially risky asset
Value: event count after statistics
|
void |
setTitle(String Title)
Set Displayed content: Total number of pending risks and total number of affected assets
|
void |
setTotal(Long Total)
Set Total number of events
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ScreenEventsCnt()
public ScreenEventsCnt(ScreenEventsCnt source)
public String getTitle()
public void setTitle(String Title)
Title
- Displayed content: Total number of pending risks and total number of affected assetspublic Long getTotal()
public void setTotal(Long Total)
Total
- Total number of eventspublic ScreenNameValue[] getCategory()
public void setCategory(ScreenNameValue[] Category)
Category
- name: Specific type of the displayed content, including attack event, potential risk, compromised asset, and potentially risky asset
Value: event count after statisticsCopyright © 2024. All rights reserved.