public class Response<T extends Payload> extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
getMsgType() |
T |
getPayload() |
int |
getVersion() |
void |
setPayload(T payload) |
String |
toString() |
public Response(int version,
String msgType)
Copyright © 2014–2015. All rights reserved.