public class BridgeEventUpdate extends Object
| Constructor and Description |
|---|
BridgeEventUpdate() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress() |
String |
getSession() |
io.vertx.ext.bridge.BridgeEventType |
getType() |
static BridgeEventUpdate |
parse(io.vertx.core.json.JsonObject pJson) |
void |
setAddress(String pAddress) |
void |
setSession(String pSession) |
void |
setType(io.vertx.ext.bridge.BridgeEventType pType) |
io.vertx.core.json.JsonObject |
toJson() |
String |
toString() |
public io.vertx.ext.bridge.BridgeEventType getType()
public void setType(io.vertx.ext.bridge.BridgeEventType pType)
public String getAddress()
public void setAddress(String pAddress)
public String getSession()
public void setSession(String pSession)
public io.vertx.core.json.JsonObject toJson()
public static BridgeEventUpdate parse(io.vertx.core.json.JsonObject pJson) throws IOException
IOExceptionCopyright © 2018. All rights reserved.