-
@Serializable() public final class ActionResponseThis class represents the format of responses we get from the NIMMSTA App
-
-
Constructor Summary
Constructors Constructor Description ActionResponse()
-
Method Summary
Modifier and Type Method Description final StringgetName()final BooleangetSuccess()final JsonObjectgetData()final StringgetMessage()final StringgetThrowable()-
-
Method Detail
-
getSuccess
final Boolean getSuccess()
-
getData
final JsonObject getData()
-
getMessage
final String getMessage()
-
getThrowable
final String getThrowable()
-
-
-
-