public class RelayRequest extends ApiRequest
| Constructor and Description |
|---|
RelayRequest(RelayMode relayMode) |
RelayRequest(String requestBody) |
| Modifier and Type | Method and Description |
|---|---|
String |
getRecipient() |
RelayMode |
getRelayMode() |
void |
setRecipient(String recipient) |
String |
toRequestString() |
fromRequestString, getCommand, getRequestBodypublic RelayRequest(RelayMode relayMode)
public RelayRequest(String requestBody) throws ApiProtocolException
ApiProtocolExceptionpublic String getRecipient()
public void setRecipient(String recipient)
public RelayMode getRelayMode()
public String toRequestString()
toRequestString in class ApiRequestCopyright © 2015. All rights reserved.