com.hazelcast.management
Class SerializableClientEndPoint
java.lang.Object
com.hazelcast.management.SerializableClientEndPoint
- All Implemented Interfaces:
- JsonSerializable
public class SerializableClientEndPoint
- extends Object
- implements JsonSerializable
A Serializable DTO for ClientEndpoint
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SerializableClientEndPoint
public SerializableClientEndPoint()
SerializableClientEndPoint
public SerializableClientEndPoint(Client client)
getUuid
public String getUuid()
setUuid
public void setUuid(String uuid)
getAddress
public String getAddress()
setAddress
public void setAddress(String address)
getClientType
public String getClientType()
setClientType
public void setClientType(String clientType)
toJson
public com.eclipsesource.json.JsonObject toJson()
- Specified by:
toJson
in interface JsonSerializable
fromJson
public void fromJson(com.eclipsesource.json.JsonObject json)
- Specified by:
fromJson
in interface JsonSerializable
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.