Package model
Class Error401UnauthorizedEmbeddedErrorsInner
java.lang.Object
model.Error401UnauthorizedEmbeddedErrorsInner
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-06-24T13:03:18.088665-07:00[America/Los_Angeles]")
public class Error401UnauthorizedEmbeddedErrorsInner
extends Object
Error401UnauthorizedEmbeddedErrorsInner
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumGets or Sets codestatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCreate an instance of Error401UnauthorizedEmbeddedErrorsInner 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.voidvoidvoidvoidsetMessage(String message) toJson()Convert an instance of Error401UnauthorizedEmbeddedErrorsInner 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
-
Error401UnauthorizedEmbeddedErrorsInner
public Error401UnauthorizedEmbeddedErrorsInner()
-
-
Method Details
-
code
-
getCode
Get code- Returns:
- code
-
setCode
-
logref
-
getLogref
Get logref- Returns:
- logref
-
setLogref
-
message
-
getMessage
Get message- Returns:
- message
-
setMessage
-
links
public Error401UnauthorizedEmbeddedErrorsInner links(Error401UnauthorizedEmbeddedErrorsInnerLinks 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 Error401UnauthorizedEmbeddedErrorsInner
-
fromJson
public static Error401UnauthorizedEmbeddedErrorsInner fromJson(String jsonString) throws IOException Create an instance of Error401UnauthorizedEmbeddedErrorsInner given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of Error401UnauthorizedEmbeddedErrorsInner
- Throws:
IOException- if the JSON string is invalid with respect to Error401UnauthorizedEmbeddedErrorsInner
-
toJson
Convert an instance of Error401UnauthorizedEmbeddedErrorsInner to an JSON string- Returns:
- JSON string
-