Class CustomerBindingError
java.lang.Object
dev.vality.swag_webhook_events.model.CustomerBindingError
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-08-08T11:08:44.744020346Z[Etc/UTC]")
public class CustomerBindingError
extends Object
Description of the error that occurred during the binding process
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_CODEstatic StringJSON_PROPERTY_MESSAGE -
Constructor Summary
Constructors Constructor Description CustomerBindingError() -
Method Summary
Modifier and Type Method Description CustomerBindingErrorcode(String code)booleanequals(Object o)StringgetCode()Get codeStringgetMessage()Get messageinthashCode()CustomerBindingErrormessage(String message)voidsetCode(String code)voidsetMessage(String message)StringtoString()
-
Field Details
-
JSON_PROPERTY_CODE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_MESSAGE
- See Also:
- Constant Field Values
-
-
Constructor Details
-
CustomerBindingError
public CustomerBindingError()
-
-
Method Details