Package com.openfin.desktop.channel
Class ClientIdentity
java.lang.Object
com.openfin.desktop.JsonBean
com.openfin.desktop.Identity
com.openfin.desktop.channel.ClientIdentity
public class ClientIdentity extends Identity
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ClientIdentity()
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)
-
-
Method Details
-
getEndpointId
public java.lang.String getEndpointId() -
setEndpointId
public void setEndpointId(java.lang.String endpointId)
-