Package com.mypurecloud.sdk.v2.model
Class ValidationErrorResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.ValidationErrorResponse
- All Implemented Interfaces:
Serializable
ValidationErrorResponse
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMap of argument names to corresponding values.booleanType of validation errror.inthashCode()Message string of the validation error.voidsetArguments(Map<String, String> arguments) voidsetErrorType(String errorType) voidsetMessage(String message) toString()
-
Constructor Details
-
ValidationErrorResponse
public ValidationErrorResponse() -
ValidationErrorResponse
-
-
Method Details
-
message
Message string of the validation error. -
getMessage
-
setMessage
-
errorType
Type of validation errror. -
getErrorType
-
setErrorType
-
arguments
Map of argument names to corresponding values. Used for localization. -
getArguments
-
setArguments
-
equals
-
hashCode
public int hashCode() -
toString
-