public class SerializableClientEndPoint extends Object implements JsonSerializable
ClientEndpoint
.Constructor and Description |
---|
SerializableClientEndPoint() |
SerializableClientEndPoint(Client client) |
Modifier and Type | Method and Description |
---|---|
void |
fromJson(com.eclipsesource.json.JsonObject json) |
String |
getAddress() |
String |
getClientType() |
String |
getUuid() |
void |
setAddress(String address) |
void |
setClientType(String clientType) |
void |
setUuid(String uuid) |
com.eclipsesource.json.JsonObject |
toJson() |
public SerializableClientEndPoint()
public SerializableClientEndPoint(Client client)
public String getUuid()
public void setUuid(String uuid)
public String getAddress()
public void setAddress(String address)
public String getClientType()
public void setClientType(String clientType)
public com.eclipsesource.json.JsonObject toJson()
toJson
in interface JsonSerializable
public void fromJson(com.eclipsesource.json.JsonObject json)
fromJson
in interface JsonSerializable
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.