Package model
Class Error401UnauthorizedEmbeddedErrorsInnerLinks
java.lang.Object
model.Error401UnauthorizedEmbeddedErrorsInnerLinks
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-06-24T13:03:18.088665-07:00[America/Los_Angeles]")
public class Error401UnauthorizedEmbeddedErrorsInnerLinks
extends Object
Error401UnauthorizedEmbeddedErrorsInnerLinks
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCreate an instance of Error401UnauthorizedEmbeddedErrorsInnerLinks given an JSON stringReturn the additional (undeclared) property.Return the additional (undeclared) property with the specified name.getSelf()Get selfGet sourceinthashCode()putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.voidvoidtoJson()Convert an instance of Error401UnauthorizedEmbeddedErrorsInnerLinks 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_SELF
- See Also:
-
SERIALIZED_NAME_SOURCE
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
Error401UnauthorizedEmbeddedErrorsInnerLinks
public Error401UnauthorizedEmbeddedErrorsInnerLinks()
-
-
Method Details
-
self
-
getSelf
Get self- Returns:
- self
-
setSelf
-
source
public Error401UnauthorizedEmbeddedErrorsInnerLinks source(ApplicationLinksApplicationProfile source) -
getSource
Get source- Returns:
- source
-
setSource
-
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 Error401UnauthorizedEmbeddedErrorsInnerLinks
-
fromJson
public static Error401UnauthorizedEmbeddedErrorsInnerLinks fromJson(String jsonString) throws IOException Create an instance of Error401UnauthorizedEmbeddedErrorsInnerLinks given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of Error401UnauthorizedEmbeddedErrorsInnerLinks
- Throws:
IOException- if the JSON string is invalid with respect to Error401UnauthorizedEmbeddedErrorsInnerLinks
-
toJson
Convert an instance of Error401UnauthorizedEmbeddedErrorsInnerLinks to an JSON string- Returns:
- JSON string
-