Package model
Class Error402PaymentRequiredEmbeddedErrorsInnerLinks
- java.lang.Object
-
- model.Error402PaymentRequiredEmbeddedErrorsInnerLinks
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class Error402PaymentRequiredEmbeddedErrorsInnerLinks extends Object
Error402PaymentRequiredEmbeddedErrorsInnerLinks
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classError402PaymentRequiredEmbeddedErrorsInnerLinks.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_SOURCE
-
Constructor Summary
Constructors Constructor Description Error402PaymentRequiredEmbeddedErrorsInnerLinks()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static Error402PaymentRequiredEmbeddedErrorsInnerLinksfromJson(String jsonString)Create an instance of Error402PaymentRequiredEmbeddedErrorsInnerLinks given an JSON stringApplicationLinksApplicationProfilegetSource()Get sourceinthashCode()voidsetSource(ApplicationLinksApplicationProfile source)Error402PaymentRequiredEmbeddedErrorsInnerLinkssource(ApplicationLinksApplicationProfile source)StringtoJson()Convert an instance of Error402PaymentRequiredEmbeddedErrorsInnerLinks to an JSON stringStringtoString()static voidvalidateJsonObject(com.google.gson.JsonObject jsonObj)Validates the JSON Object and throws an exception if issues found
-
-
-
Method Detail
-
source
public Error402PaymentRequiredEmbeddedErrorsInnerLinks source(ApplicationLinksApplicationProfile source)
-
getSource
@Nullable public ApplicationLinksApplicationProfile getSource()
Get source- Returns:
- source
-
setSource
public void setSource(ApplicationLinksApplicationProfile source)
-
validateJsonObject
public static void validateJsonObject(com.google.gson.JsonObject jsonObj) throws IOExceptionValidates 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 Error402PaymentRequiredEmbeddedErrorsInnerLinks
-
fromJson
public static Error402PaymentRequiredEmbeddedErrorsInnerLinks fromJson(String jsonString) throws IOException
Create an instance of Error402PaymentRequiredEmbeddedErrorsInnerLinks given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of Error402PaymentRequiredEmbeddedErrorsInnerLinks
- Throws:
IOException- if the JSON string is invalid with respect to Error402PaymentRequiredEmbeddedErrorsInnerLinks
-
toJson
public String toJson()
Convert an instance of Error402PaymentRequiredEmbeddedErrorsInnerLinks to an JSON string- Returns:
- JSON string
-
-