Package com.openfin.desktop
Class ClientIdentity
- java.lang.Object
-
- com.openfin.desktop.JsonBean
-
- com.openfin.desktop.Identity
-
- com.openfin.desktop.ClientIdentity
-
public class ClientIdentity extends Identity
-
-
Constructor Summary
Constructors Constructor Description ClientIdentity()ClientIdentity(java.lang.String uuid, java.lang.String name, java.lang.String endpointId)ClientIdentity(org.json.JSONObject json)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetEndpointId()voidsetEndpointId(java.lang.String endpointId)-
Methods inherited from class com.openfin.desktop.JsonBean
get, getArray, getBoolean, getBooleanValue, getBooleanValue, getDoubleValue, getDoubleValue, getInteger, getIntegerValue, getJson, getJsonBean, getJsonBean, getJsonBeanList, getJsonCopy, getJsonValue, getList, getRectangle, getString, put, setArray, setBoolean, setInteger, setJsonArray, setJsonBean, setLong, setRectangle, setString, toString
-
-