public class Request extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
HEARTBEAT_EVENT |
static String |
READONLY_EVENT |
| Modifier and Type | Method and Description |
|---|---|
Object |
getData() |
long |
getId() |
String |
getVersion() |
boolean |
isBroken() |
boolean |
isEvent() |
boolean |
isHeartbeat() |
boolean |
isTwoWay() |
void |
setBroken(boolean mBroken) |
void |
setData(Object msg) |
void |
setEvent(String event) |
void |
setHeartbeat(boolean isHeartbeat) |
void |
setTwoWay(boolean twoWay) |
void |
setVersion(String version) |
String |
toString() |
public static final String HEARTBEAT_EVENT
public static final String READONLY_EVENT
public long getId()
public String getVersion()
public void setVersion(String version)
public boolean isTwoWay()
public void setTwoWay(boolean twoWay)
public boolean isEvent()
public void setEvent(String event)
public boolean isBroken()
public void setBroken(boolean mBroken)
public Object getData()
public void setData(Object msg)
public boolean isHeartbeat()
public void setHeartbeat(boolean isHeartbeat)
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.