Package io.lakefs.clients.api.model
Class ObjectErrorList
- java.lang.Object
-
- io.lakefs.clients.api.model.ObjectErrorList
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class ObjectErrorList extends ObjectObjectErrorList
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_ERRORS
-
Constructor Summary
Constructors Constructor Description ObjectErrorList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectErrorListaddErrorsItem(ObjectError errorsItem)booleanequals(Object o)ObjectErrorListerrors(List<ObjectError> errors)List<ObjectError>getErrors()Get errorsinthashCode()voidsetErrors(List<ObjectError> errors)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_ERRORS
public static final String SERIALIZED_NAME_ERRORS
- See Also:
- Constant Field Values
-
-
Method Detail
-
errors
public ObjectErrorList errors(List<ObjectError> errors)
-
addErrorsItem
public ObjectErrorList addErrorsItem(ObjectError errorsItem)
-
getErrors
@Nonnull public List<ObjectError> getErrors()
Get errors- Returns:
- errors
-
setErrors
public void setErrors(List<ObjectError> errors)
-
-