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
-
Field Summary
-
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
Modifier and Type Method Description java.lang.String
getEndpointId()
void
setEndpointId(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
-
Constructor Details
-
ClientIdentity
public ClientIdentity() -
ClientIdentity
public ClientIdentity(org.json.JSONObject json) -
ClientIdentity
public ClientIdentity(java.lang.String uuid, java.lang.String name, java.lang.String endpointId)
-
-
Method Details
-
getEndpointId
public java.lang.String getEndpointId() -
setEndpointId
public void setEndpointId(java.lang.String endpointId)
-