Package io.prismacloud.iac.commons.model
Class IacApiErrorResponse
- java.lang.Object
-
- io.prismacloud.iac.commons.model.IacApiErrorResponse
-
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2021-01-26T11:29:52.304914+05:30[Asia/Kolkata]") public class IacApiErrorResponse extends Object
IacApiErrorResponse
-
-
Constructor Summary
Constructors Constructor Description IacApiErrorResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IacApiErrorResponseaddErrorsItem(IacApiError errorsItem)booleanequals(Object o)IacApiErrorResponseerrors(List<IacApiError> errors)List<IacApiError>getErrors()Get errorsinthashCode()voidsetErrors(List<IacApiError> errors)StringtoString()
-
-
-
Method Detail
-
errors
public IacApiErrorResponse errors(List<IacApiError> errors)
-
addErrorsItem
public IacApiErrorResponse addErrorsItem(IacApiError errorsItem)
-
getErrors
public List<IacApiError> getErrors()
Get errors- Returns:
- errors
-
setErrors
public void setErrors(List<IacApiError> errors)
-
-