Class UIFeedbackOverlayInfoEntry
-
- All Implemented Interfaces:
public final class UIFeedbackOverlayInfoEntry
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumUIFeedbackOverlayInfoEntry.Level
-
Field Summary
Fields Modifier and Type Field Description private final UIFeedbackOverlayInfoEntry.Levellevelprivate final Stringmessage
-
Constructor Summary
Constructors Constructor Description UIFeedbackOverlayInfoEntry(UIFeedbackOverlayInfoEntry.Level level, String message)
-
Method Summary
Modifier and Type Method Description final UIFeedbackOverlayInfoEntry.LevelgetLevel()final StringgetMessage()final JSONObjecttoJson()final static UIFeedbackOverlayInfoEntryfromJson(JSONObject json)-
-
Constructor Detail
-
UIFeedbackOverlayInfoEntry
UIFeedbackOverlayInfoEntry(UIFeedbackOverlayInfoEntry.Level level, String message)
-
-
Method Detail
-
getLevel
final UIFeedbackOverlayInfoEntry.Level getLevel()
-
getMessage
final String getMessage()
-
toJson
final JSONObject toJson()
-
fromJson
final static UIFeedbackOverlayInfoEntry fromJson(JSONObject json)
-
-
-
-