Package com.openfin.desktop
Class Identity
- java.lang.Object
-
- com.openfin.desktop.JsonBean
-
- com.openfin.desktop.Identity
-
- Direct Known Subclasses:
ClientIdentity,ClientIdentity
public class Identity extends JsonBean
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()java.lang.StringgetUuid()voidsetName(java.lang.String name)voidsetUuid(java.lang.String uuid)-
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
-
-