@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-10-28T14:12:40.546+01:00[Europe/Prague]") public class SimpleErrorCollection extends Object
| Constructor and Description |
|---|
SimpleErrorCollection() |
| Modifier and Type | Method and Description |
|---|---|
SimpleErrorCollection |
addErrorMessagesItem(String errorMessagesItem) |
boolean |
equals(Object o) |
SimpleErrorCollection |
errorMessages(List<String> errorMessages) |
SimpleErrorCollection |
errors(Map<String,String> errors) |
List<String> |
getErrorMessages()
The list of error messages produced by this operation.
|
Map<String,String> |
getErrors()
The list of errors by parameter returned by the operation.
|
Integer |
getHttpStatusCode()
Get httpStatusCode
|
int |
hashCode() |
SimpleErrorCollection |
httpStatusCode(Integer httpStatusCode) |
SimpleErrorCollection |
putErrorsItem(String key,
String errorsItem) |
void |
setErrorMessages(List<String> errorMessages) |
void |
setErrors(Map<String,String> errors) |
void |
setHttpStatusCode(Integer httpStatusCode) |
String |
toString() |
public SimpleErrorCollection errors(Map<String,String> errors)
public SimpleErrorCollection putErrorsItem(String key, String errorsItem)
public Map<String,String> getErrors()
public SimpleErrorCollection errorMessages(List<String> errorMessages)
public SimpleErrorCollection addErrorMessagesItem(String errorMessagesItem)
public List<String> getErrorMessages()
public SimpleErrorCollection httpStatusCode(Integer httpStatusCode)
public Integer getHttpStatusCode()
public void setHttpStatusCode(Integer httpStatusCode)
Copyright © 2011–2021 Everit Kft.. All rights reserved.