Class FeedApplication
java.lang.Object
com.openfin.desktop.JsonBean
com.openfin.desktop.notifications.FeedApplication
public class FeedApplication extends JsonBean
Details of the application that will handle any actions coming from a particular push notification.
- Author:
- Anthony
-
Field Summary
-
Constructor Summary
Constructors Constructor Description FeedApplication(org.json.JSONObject jsonObject)
-
Method Summary
Modifier and Type Method Description java.lang.String
getManifestUrl()
java.lang.String
getUuid()
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
-
FeedApplication
public FeedApplication(org.json.JSONObject jsonObject)
-
-
Method Details
-
getManifestUrl
public java.lang.String getManifestUrl() -
getUuid
public java.lang.String getUuid()
-