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 IacApiErrorResponse
addErrorsItem(IacApiError errorsItem)
boolean
equals(Object o)
IacApiErrorResponse
errors(List<IacApiError> errors)
List<IacApiError>
getErrors()
Get errorsint
hashCode()
void
setErrors(List<IacApiError> errors)
String
toString()
-
-
-
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)
-
-