Package com.openfin.desktop.interop
Class ContextGroupInfo
java.lang.Object
com.openfin.desktop.JsonBean
com.openfin.desktop.interop.ContextGroupInfo
public class ContextGroupInfo extends JsonBean
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ContextGroupInfo()
ContextGroupInfo(org.json.JSONObject jsonObject)
-
Method Summary
Modifier and Type Method Description DisplayMetadata
getDisplayMetadata()
java.lang.String
getId()
void
setDisplayMetadata(DisplayMetadata displayMetadata)
void
setId(java.lang.String id)
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
-
ContextGroupInfo
public ContextGroupInfo() -
ContextGroupInfo
public ContextGroupInfo(org.json.JSONObject jsonObject)
-
-
Method Details
-
getId
public java.lang.String getId() -
setId
public void setId(java.lang.String id) -
getDisplayMetadata
-
setDisplayMetadata
-