public class OperationResponse extends Object
| Constructor and Description |
|---|
OperationResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getReceivedTimeStamp()
Time that the operation response received
|
String |
getResponse()
Operation response returned from the device
|
int |
hashCode() |
OperationResponse |
receivedTimeStamp(String receivedTimeStamp) |
OperationResponse |
response(String response) |
void |
setReceivedTimeStamp(String receivedTimeStamp) |
void |
setResponse(String response) |
String |
toString() |
public OperationResponse response(String response)
public String getResponse()
public void setResponse(String response)
public OperationResponse receivedTimeStamp(String receivedTimeStamp)
public String getReceivedTimeStamp()
public void setReceivedTimeStamp(String receivedTimeStamp)
Copyright © 2017 WSO2. All rights reserved.