-
- All Implemented Interfaces:
-
java.io.Serializable
public final class AppEvent implements Serializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classAppEvent.Companion
-
Field Summary
Fields Modifier and Type Field Description private final JSONObjectjsonObjectprivate final JSONObjectoperationalJsonObjectprivate final BooleanisImplicitprivate final Stringname
-
Method Summary
Modifier and Type Method Description final JSONObjectgetJsonObject()final JSONObjectgetOperationalJsonObject()final BooleangetIsImplicit()final StringgetName()final BooleangetIsImplicit()final JSONObjectgetJSONObject()final JSONObjectgetOperationalJSONObject()final JSONObjectgetOperationalJSONObject(OperationalDataEnum type)StringtoString()-
-
Method Detail
-
getJsonObject
final JSONObject getJsonObject()
-
getOperationalJsonObject
final JSONObject getOperationalJsonObject()
-
getIsImplicit
final Boolean getIsImplicit()
-
getIsImplicit
final Boolean getIsImplicit()
-
getJSONObject
final JSONObject getJSONObject()
-
getOperationalJSONObject
final JSONObject getOperationalJSONObject()
-
getOperationalJSONObject
final JSONObject getOperationalJSONObject(OperationalDataEnum type)
-
-
-
-