com.hazelcast.internal.management.dto
Class ClientEndPointDTO

java.lang.Object
  extended by com.hazelcast.internal.management.dto.ClientEndPointDTO
All Implemented Interfaces:
JsonSerializable

public class ClientEndPointDTO
extends Object
implements JsonSerializable

A Serializable DTO for ClientEndpoint.


Field Summary
 String address
           
 String clientType
           
 String uuid
           
 
Constructor Summary
ClientEndPointDTO()
           
ClientEndPointDTO(Client client)
           
 
Method Summary
 void fromJson(com.eclipsesource.json.JsonObject json)
           
 com.eclipsesource.json.JsonObject toJson()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

uuid

public String uuid

address

public String address

clientType

public String clientType
Constructor Detail

ClientEndPointDTO

public ClientEndPointDTO()

ClientEndPointDTO

public ClientEndPointDTO(Client client)
Method Detail

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.