-
@JsonClass(generateAdapter = true) public class BaseResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classBaseResponse.Companion
-
Method Summary
Modifier and Type Method Description final BooleangetHasError()final StringgetError()final IntegergetCode()final StringgetMessage()final Map<String, String>getValidationErrors()-
-
Method Detail
-
getHasError
final Boolean getHasError()
-
getMessage
final String getMessage()
-
getValidationErrors
final Map<String, String> getValidationErrors()
-
-
-
-