Package model
Class Error402PaymentRequiredEmbedded
java.lang.Object
model.Error402PaymentRequiredEmbedded
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-06-24T13:03:18.088665-07:00[America/Los_Angeles]")
public class Error402PaymentRequiredEmbedded
extends Object
Error402PaymentRequiredEmbedded
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCreate an instance of Error402PaymentRequiredEmbedded given an JSON stringGet errorsinthashCode()voidtoJson()Convert an instance of Error402PaymentRequiredEmbedded to an JSON stringtoString()static voidvalidateJsonObject(com.google.gson.JsonObject jsonObj) Validates the JSON Object and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_ERRORS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
Error402PaymentRequiredEmbedded
public Error402PaymentRequiredEmbedded()
-
-
Method Details
-
errors
public Error402PaymentRequiredEmbedded errors(List<Error402PaymentRequiredEmbeddedErrorsInner> errors) -
addErrorsItem
public Error402PaymentRequiredEmbedded addErrorsItem(Error402PaymentRequiredEmbeddedErrorsInner errorsItem) -
getErrors
Get errors- Returns:
- errors
-
setErrors
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonObject
Validates the JSON Object and throws an exception if issues found- Parameters:
jsonObj- JSON Object- Throws:
IOException- if the JSON Object is invalid with respect to Error402PaymentRequiredEmbedded
-
fromJson
Create an instance of Error402PaymentRequiredEmbedded given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of Error402PaymentRequiredEmbedded
- Throws:
IOException- if the JSON string is invalid with respect to Error402PaymentRequiredEmbedded
-
toJson
Convert an instance of Error402PaymentRequiredEmbedded to an JSON string- Returns:
- JSON string
-