public class ClientEndPointDTO extends Object implements JsonSerializable
ClientEndpoint.| Modifier and Type | Field and Description | 
|---|---|
| String | address | 
| String | clientType | 
| String | uuid | 
| Constructor and Description | 
|---|
| ClientEndPointDTO() | 
| ClientEndPointDTO(Client client) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | fromJson(com.eclipsesource.json.JsonObject json) | 
| com.eclipsesource.json.JsonObject | toJson() | 
public String uuid
public String address
public String clientType
public ClientEndPointDTO()
public ClientEndPointDTO(Client client)
public com.eclipsesource.json.JsonObject toJson()
toJson in interface JsonSerializablepublic void fromJson(com.eclipsesource.json.JsonObject json)
fromJson in interface JsonSerializableCopyright © 2016 Hazelcast, Inc.. All Rights Reserved.