public class Message extends Object
| Modifier and Type | Method and Description |
|---|---|
static Message |
createMessage() |
String |
getCode()
Message code (ie.
|
String |
getResultCode()
Message result code.
|
String |
getText()
Text description of the status.
|
void |
setCode(String code)
Set the message code.
|
void |
setResultCode(String result_code)
Set the result code.
|
void |
setText(String text)
Sets the text description.
|
public static Message createMessage()
public String getCode()
public void setCode(String code)
code - public String getResultCode()
public void setResultCode(String result_code)
result_code - public String getText()
public void setText(String text)
text - Copyright © 2016. All Rights Reserved.