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 JsonSerializable
public void fromJson(com.eclipsesource.json.JsonObject json)
fromJson
in interface JsonSerializable
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.