Package model
Class Error403ForbiddenListEmbedded
- java.lang.Object
-
- model.Error403ForbiddenListEmbedded
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class Error403ForbiddenListEmbedded extends Object
Error403ForbiddenListEmbedded
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classError403ForbiddenListEmbedded.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_ERRORS
-
Constructor Summary
Constructors Constructor Description Error403ForbiddenListEmbedded()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Error403ForbiddenListEmbeddedaddErrorsItem(Error403ForbiddenListEmbeddedErrorsInner errorsItem)booleanequals(Object o)Error403ForbiddenListEmbeddederrors(List<Error403ForbiddenListEmbeddedErrorsInner> errors)static Error403ForbiddenListEmbeddedfromJson(String jsonString)Create an instance of Error403ForbiddenListEmbedded given an JSON stringList<Error403ForbiddenListEmbeddedErrorsInner>getErrors()Get errorsinthashCode()voidsetErrors(List<Error403ForbiddenListEmbeddedErrorsInner> errors)StringtoJson()Convert an instance of Error403ForbiddenListEmbedded 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 Error403ForbiddenListEmbedded errors(List<Error403ForbiddenListEmbeddedErrorsInner> errors)
-
addErrorsItem
public Error403ForbiddenListEmbedded addErrorsItem(Error403ForbiddenListEmbeddedErrorsInner errorsItem)
-
getErrors
@Nullable public List<Error403ForbiddenListEmbeddedErrorsInner> getErrors()
Get errors- Returns:
- errors
-
setErrors
public void setErrors(List<Error403ForbiddenListEmbeddedErrorsInner> 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 Error403ForbiddenListEmbedded
-
fromJson
public static Error403ForbiddenListEmbedded fromJson(String jsonString) throws IOException
Create an instance of Error403ForbiddenListEmbedded given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of Error403ForbiddenListEmbedded
- Throws:
IOException- if the JSON string is invalid with respect to Error403ForbiddenListEmbedded
-
toJson
public String toJson()
Convert an instance of Error403ForbiddenListEmbedded to an JSON string- Returns:
- JSON string
-
-