public class ExternalMessageJson extends BaseJson
Constructor and Description |
---|
ExternalMessageJson() |
Modifier and Type | Method and Description |
---|---|
String |
getAction()
Action
|
Integer |
getCode()
Code
|
String |
getSeverity()
Severity
|
String |
getText()
Text
|
void |
setAction(String action)
Action
|
void |
setCode(Integer code)
Code
|
void |
setSeverity(String severity)
Severity
|
void |
setText(String text)
Text
|
getObjType, setObjType, toString
public String getText()
public void setText(String text)
text
- - the text of the messagepublic String getAction()
public void setAction(String action)
action
- - the action for the messagepublic String getSeverity()
public void setSeverity(String severity)
severity
- - the severity of the messagepublic Integer getCode()
public void setCode(Integer code)
code
- - the code for the messageCopyright © 2019. All rights reserved.