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 voiddelete()voidsetSuccess(boolean value)booleangetSuccess()voidsetError(String value)StringgetError()-
-
Method Detail
-
delete
synchronized void delete()
-
setSuccess
void setSuccess(boolean value)
-
getSuccess
boolean getSuccess()
-
-
-
-