Class UIFeedbackOverlayInfoEntry
-
- All Implemented Interfaces:
public final class UIFeedbackOverlayInfoEntry
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enum
UIFeedbackOverlayInfoEntry.Level
-
Field Summary
Fields Modifier and Type Field Description private final UIFeedbackOverlayInfoEntry.Level
level
private final String
message
-
Constructor Summary
Constructors Constructor Description UIFeedbackOverlayInfoEntry(UIFeedbackOverlayInfoEntry.Level level, String message)
-
Method Summary
Modifier and Type Method Description final UIFeedbackOverlayInfoEntry.Level
getLevel()
final String
getMessage()
final JSONObject
toJson()
final static UIFeedbackOverlayInfoEntry
fromJson(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)
-
-
-
-