Package model
Class Error402PaymentRequiredEmbeddedErrorsInner
java.lang.Object
model.Error402PaymentRequiredEmbeddedErrorsInner
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-06-24T13:03:18.088665-07:00[America/Los_Angeles]")
public class Error402PaymentRequiredEmbeddedErrorsInner
extends Object
Error402PaymentRequiredEmbeddedErrorsInner
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumGets or Sets codestatic classstatic enumGets or Sets message -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCreate an instance of Error402PaymentRequiredEmbeddedErrorsInner given an JSON stringReturn the additional (undeclared) property.Return the additional (undeclared) property with the specified name.getCode()Get codegetLinks()Get linksGet logrefGet messageinthashCode()putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.voidvoidvoidvoidtoJson()Convert an instance of Error402PaymentRequiredEmbeddedErrorsInner 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_CODE
- See Also:
-
SERIALIZED_NAME_LOGREF
- See Also:
-
SERIALIZED_NAME_MESSAGE
- See Also:
-
SERIALIZED_NAME_LINKS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
Error402PaymentRequiredEmbeddedErrorsInner
public Error402PaymentRequiredEmbeddedErrorsInner()
-
-
Method Details
-
code
-
getCode
Get code- Returns:
- code
-
setCode
-
logref
-
getLogref
Get logref- Returns:
- logref
-
setLogref
-
message
public Error402PaymentRequiredEmbeddedErrorsInner message(Error402PaymentRequiredEmbeddedErrorsInner.MessageEnum message) -
getMessage
Get message- Returns:
- message
-
setMessage
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
putAdditionalProperty
Set the additional (undeclared) property with the specified name and value. If the property does not already exist, create it otherwise replace it. -
getAdditionalProperties
Return the additional (undeclared) property. -
getAdditionalProperty
Return the additional (undeclared) property with the specified name. -
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 Error402PaymentRequiredEmbeddedErrorsInner
-
fromJson
public static Error402PaymentRequiredEmbeddedErrorsInner fromJson(String jsonString) throws IOException Create an instance of Error402PaymentRequiredEmbeddedErrorsInner given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of Error402PaymentRequiredEmbeddedErrorsInner
- Throws:
IOException- if the JSON string is invalid with respect to Error402PaymentRequiredEmbeddedErrorsInner
-
toJson
Convert an instance of Error402PaymentRequiredEmbeddedErrorsInner to an JSON string- Returns:
- JSON string
-