Package io.anyline2.core
Class JsonValidationResult
-
- All Implemented Interfaces:
public class JsonValidationResult
-
-
Constructor Summary
Constructors Constructor Description JsonValidationResult()
-
Method Summary
Modifier and Type Method Description synchronized void
delete()
void
setSuccess(boolean value)
boolean
getSuccess()
void
setError(String value)
String
getError()
-
-
Method Detail
-
delete
synchronized void delete()
-
setSuccess
void setSuccess(boolean value)
-
getSuccess
boolean getSuccess()
-
-
-
-