Package model
Class Error404NotFoundListEmbedded
- java.lang.Object
-
- model.Error404NotFoundListEmbedded
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class Error404NotFoundListEmbedded extends Object
Error404NotFoundListEmbedded
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classError404NotFoundListEmbedded.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_ERRORS
-
Constructor Summary
Constructors Constructor Description Error404NotFoundListEmbedded()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Error404NotFoundListEmbeddedaddErrorsItem(Error404NotFoundListEmbeddedErrorsInner errorsItem)booleanequals(Object o)Error404NotFoundListEmbeddederrors(List<Error404NotFoundListEmbeddedErrorsInner> errors)static Error404NotFoundListEmbeddedfromJson(String jsonString)Create an instance of Error404NotFoundListEmbedded given an JSON stringList<Error404NotFoundListEmbeddedErrorsInner>getErrors()Get errorsinthashCode()voidsetErrors(List<Error404NotFoundListEmbeddedErrorsInner> errors)StringtoJson()Convert an instance of Error404NotFoundListEmbedded to an JSON stringStringtoString()static voidvalidateJsonObject(com.google.gson.JsonObject jsonObj)Validates the JSON Object and throws an exception if issues found
-
-
-
Method Detail
-
errors
public Error404NotFoundListEmbedded errors(List<Error404NotFoundListEmbeddedErrorsInner> errors)
-
addErrorsItem
public Error404NotFoundListEmbedded addErrorsItem(Error404NotFoundListEmbeddedErrorsInner errorsItem)
-
getErrors
@Nullable public List<Error404NotFoundListEmbeddedErrorsInner> getErrors()
Get errors- Returns:
- errors
-
setErrors
public void setErrors(List<Error404NotFoundListEmbeddedErrorsInner> errors)
-
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 Error404NotFoundListEmbedded
-
fromJson
public static Error404NotFoundListEmbedded fromJson(String jsonString) throws IOException
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
public String toJson()
Convert an instance of Error404NotFoundListEmbedded to an JSON string- Returns:
- JSON string
-
-