Package io.inugami.api.alertings
Class AlertingResult
- java.lang.Object
-
- io.inugami.api.alertings.AlertingResult
-
- All Implemented Interfaces:
ClonableObject<JsonObject>,JsonObject,JsonObjectToJson,Serializable
public final class AlertingResult extends Object implements JsonObject
AlertingResult- Since:
- 21 déc. 2017
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAlertingResult.AlertingResultBuilder
-
Constructor Summary
Constructors Constructor Description AlertingResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JsonObjectcloneObj()intgetLevelNumber()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.inugami.api.models.data.basic.JsonObject
convertToObject
-
Methods inherited from interface io.inugami.api.models.data.JsonObjectToJson
convertToJson
-
-
-
-
Method Detail
-
cloneObj
public JsonObject cloneObj()
- Specified by:
cloneObjin interfaceClonableObject<JsonObject>- Specified by:
cloneObjin interfaceJsonObject
-
getLevelNumber
public int getLevelNumber()
-
-