Package model
Class Error401UnauthorizedEmbedded
java.lang.Object
model.Error401UnauthorizedEmbedded
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-06-24T13:03:18.088665-07:00[America/Los_Angeles]")
public class Error401UnauthorizedEmbedded
extends Object
Error401UnauthorizedEmbedded
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddErrorsItem(Error401UnauthorizedEmbeddedErrorsInner errorsItem) booleanstatic Error401UnauthorizedEmbeddedCreate an instance of Error401UnauthorizedEmbedded given an JSON stringGet errorsinthashCode()voidtoJson()Convert an instance of Error401UnauthorizedEmbedded 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_ERRORS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
Error401UnauthorizedEmbedded
public Error401UnauthorizedEmbedded()
-
-
Method Details
-
errors
-
addErrorsItem
public Error401UnauthorizedEmbedded addErrorsItem(Error401UnauthorizedEmbeddedErrorsInner errorsItem) -
getErrors
Get errors- Returns:
- errors
-
setErrors
-
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 Error401UnauthorizedEmbedded
-
fromJson
Create an instance of Error401UnauthorizedEmbedded given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of Error401UnauthorizedEmbedded
- Throws:
IOException- if the JSON string is invalid with respect to Error401UnauthorizedEmbedded
-
toJson
Convert an instance of Error401UnauthorizedEmbedded to an JSON string- Returns:
- JSON string
-