Package io.voucherify.client.model
Class ErrorError
java.lang.Object
io.voucherify.client.model.ErrorError
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class ErrorError
extends Object
Includes additional information about the error.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic ErrorErrorCreate an instance of ErrorError given an JSON stringThe message configured by the user in a validation rule.inthashCode()voidsetMessage(String message) toJson()Convert an instance of ErrorError to an JSON stringtoString()
-
Field Details
-
SERIALIZED_NAME_MESSAGE
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ErrorError
public ErrorError()
-
-
Method Details
-
message
-
getMessage
The message configured by the user in a validation rule.- Returns:
- message
-
setMessage
-
equals
-
hashCode
public int hashCode() -
toString
-
fromJson
Create an instance of ErrorError given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ErrorError
- Throws:
IOException- if the JSON string is invalid with respect to ErrorError
-
toJson
Convert an instance of ErrorError to an JSON string- Returns:
- JSON string
-