-
@RestrictTo(value = Scope.LIBRARY) public final class ValidationResult
Represents a validation result, with an error code.
-
-
Constructor Summary
Constructors Constructor Description ValidationResult(int errorCode, String errorDesc)ValidationResult()
-
Method Summary
Modifier and Type Method Description intgetErrorCode()voidsetErrorCode(int errorCode)StringgetErrorDesc()voidsetErrorDesc(String errorDesc)ObjectgetObject()voidsetObject(Object object)-
-
Constructor Detail
-
ValidationResult
ValidationResult(int errorCode, String errorDesc)
-
ValidationResult
ValidationResult()
-
-
Method Detail
-
getErrorCode
int getErrorCode()
-
setErrorCode
void setErrorCode(int errorCode)
-
getErrorDesc
String getErrorDesc()
-
setErrorDesc
void setErrorDesc(String errorDesc)
-
-
-
-