public class MessageRequest extends CoreRequest implements ITerminalReference
| Constructor and Description |
|---|
MessageRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage()
Returns the message to be displayed on the terminal.
|
String |
getTerminalName()
Returns the target terminal name.
|
void |
setMessage(String message)
Sets the message to be displayed on the terminal.
|
void |
setTerminalName(String terminalName)
Sets the target terminal name.
|
getDestinationAccount, getTimeout, getTransactionRef, isTest, setDestinationAccount, setTest, setTimeout, setTransactionRefpublic String getTerminalName()
getTerminalName in interface ITerminalReferencepublic void setTerminalName(String terminalName)
terminalName - terminal name.public String getMessage()
public void setMessage(String message)
message - message to be displayed on the terminal.Copyright © 2019 BlockChyp, Inc.. All rights reserved.