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) | 
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 © 2015 Hazelcast, Inc.. All Rights Reserved.