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