public class ScreenEmergentMsg extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ScreenEmergentMsg() | 
| ScreenEmergentMsg(ScreenEmergentMsg 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 | 
|---|---|
| String | getText()Get Notification content | 
| String | getTitle()Get Notification tag/title | 
| Long | getType()Get Redirection type: 0=vulnerability management | 
| void | setText(String Text)Set Notification content | 
| void | setTitle(String Title)Set Notification tag/title | 
| void | setType(Long Type)Set Redirection type: 0=vulnerability management | 
| 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, toJsonStringpublic ScreenEmergentMsg()
public ScreenEmergentMsg(ScreenEmergentMsg source)
public String getTitle()
public void setTitle(String Title)
Title - Notification tag/titlepublic String getText()
public void setText(String Text)
Text - Notification contentpublic Long getType()
public void setType(Long Type)
Type - Redirection type: 0=vulnerability managementCopyright © 2025. All rights reserved.