-
- 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 BooleanisImplicitprivate final Stringnameprivate final BooleanisChecksumValid
-
Method Summary
Modifier and Type Method Description final JSONObjectgetJsonObject()final BooleangetIsImplicit()final StringgetName()final BooleangetIsChecksumValid()final BooleangetIsImplicit()final JSONObjectgetJSONObject()StringtoString()-
-
Method Detail
-
getJsonObject
final JSONObject getJsonObject()
-
getIsImplicit
final Boolean getIsImplicit()
-
getIsChecksumValid
final Boolean getIsChecksumValid()
-
getIsImplicit
final Boolean getIsImplicit()
-
getJSONObject
final JSONObject getJSONObject()
-
-
-
-