Package model
Class Error401UnauthorizedEmbeddedErrorsInnerLinks
- java.lang.Object
-
- model.Error401UnauthorizedEmbeddedErrorsInnerLinks
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class Error401UnauthorizedEmbeddedErrorsInnerLinks extends Object
Error401UnauthorizedEmbeddedErrorsInnerLinks
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classError401UnauthorizedEmbeddedErrorsInnerLinks.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_SELFstatic StringSERIALIZED_NAME_SOURCE
-
Constructor Summary
Constructors Constructor Description Error401UnauthorizedEmbeddedErrorsInnerLinks()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static Error401UnauthorizedEmbeddedErrorsInnerLinksfromJson(String jsonString)Create an instance of Error401UnauthorizedEmbeddedErrorsInnerLinks given an JSON stringMap<String,Object>getAdditionalProperties()Return the additional (undeclared) property.ObjectgetAdditionalProperty(String key)Return the additional (undeclared) property with the specified name.ApplicationLinksApplicationProfilegetSelf()Get selfApplicationLinksApplicationProfilegetSource()Get sourceinthashCode()Error401UnauthorizedEmbeddedErrorsInnerLinksputAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.Error401UnauthorizedEmbeddedErrorsInnerLinksself(ApplicationLinksApplicationProfile self)voidsetSelf(ApplicationLinksApplicationProfile self)voidsetSource(ApplicationLinksApplicationProfile source)Error401UnauthorizedEmbeddedErrorsInnerLinkssource(ApplicationLinksApplicationProfile source)StringtoJson()Convert an instance of Error401UnauthorizedEmbeddedErrorsInnerLinks to an JSON stringStringtoString()static voidvalidateJsonObject(com.google.gson.JsonObject jsonObj)Validates the JSON Object and throws an exception if issues found
-
-
-
Field Detail
-
SERIALIZED_NAME_SELF
public static final String SERIALIZED_NAME_SELF
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SOURCE
public static final String SERIALIZED_NAME_SOURCE
- See Also:
- Constant Field Values
-
-
Method Detail
-
self
public Error401UnauthorizedEmbeddedErrorsInnerLinks self(ApplicationLinksApplicationProfile self)
-
getSelf
@Nullable public ApplicationLinksApplicationProfile getSelf()
Get self- Returns:
- self
-
setSelf
public void setSelf(ApplicationLinksApplicationProfile self)
-
source
public Error401UnauthorizedEmbeddedErrorsInnerLinks source(ApplicationLinksApplicationProfile source)
-
getSource
@Nullable public ApplicationLinksApplicationProfile getSource()
Get source- Returns:
- source
-
setSource
public void setSource(ApplicationLinksApplicationProfile source)
-
putAdditionalProperty
public Error401UnauthorizedEmbeddedErrorsInnerLinks putAdditionalProperty(String key, Object value)
Set the additional (undeclared) property with the specified name and value. If the property does not already exist, create it otherwise replace it.
-
getAdditionalProperties
public Map<String,Object> getAdditionalProperties()
Return the additional (undeclared) property.
-
getAdditionalProperty
public Object getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
-
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 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
public String toJson()
Convert an instance of Error401UnauthorizedEmbeddedErrorsInnerLinks to an JSON string- Returns:
- JSON string
-
-