public class ScreenBroadcasts extends AbstractModel
header, skipSign
Constructor and Description |
---|
ScreenBroadcasts() |
ScreenBroadcasts(ScreenBroadcasts 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 |
---|---|
Long |
getId()
Get Article ID
|
Long |
getLevel()
Get Severity level of security report article: 0: none; 1: critical; 2: high-risk; 3: medium-risk; 4: low-risk
|
String |
getTime()
Get Release time
|
String |
getTitle()
Get Security report article title
|
void |
setId(Long Id)
Set Article ID
|
void |
setLevel(Long Level)
Set Severity level of security report article: 0: none; 1: critical; 2: high-risk; 3: medium-risk; 4: low-risk
|
void |
setTime(String Time)
Set Release time
|
void |
setTitle(String Title)
Set Security report article title
|
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 ScreenBroadcasts()
public ScreenBroadcasts(ScreenBroadcasts source)
public String getTitle()
public void setTitle(String Title)
Title
- Security report article titlepublic Long getLevel()
public void setLevel(Long Level)
Level
- Severity level of security report article: 0: none; 1: critical; 2: high-risk; 3: medium-risk; 4: low-riskpublic String getTime()
public void setTime(String Time)
Time
- Release timepublic Long getId()
public void setId(Long Id)
Id
- Article IDCopyright © 2025. All rights reserved.