@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-09-29T11:12:16.359+02:00[Europe/Berlin]") public class ResourceReportDto extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_ERRORS |
static String |
SERIALIZED_NAME_WARNINGS |
Constructor and Description |
---|
ResourceReportDto() |
Modifier and Type | Method and Description |
---|---|
ResourceReportDto |
addErrorsItem(ProblemDto errorsItem) |
ResourceReportDto |
addWarningsItem(ProblemDto warningsItem) |
boolean |
equals(Object o) |
ResourceReportDto |
errors(List<ProblemDto> errors) |
List<ProblemDto> |
getErrors()
A list of errors occurred during parsing.
|
List<ProblemDto> |
getWarnings()
A list of warnings occurred during parsing.
|
int |
hashCode() |
void |
setErrors(List<ProblemDto> errors) |
void |
setWarnings(List<ProblemDto> warnings) |
String |
toString() |
ResourceReportDto |
warnings(List<ProblemDto> warnings) |
public static final String SERIALIZED_NAME_ERRORS
public static final String SERIALIZED_NAME_WARNINGS
public ResourceReportDto errors(List<ProblemDto> errors)
public ResourceReportDto addErrorsItem(ProblemDto errorsItem)
@Nullable public List<ProblemDto> getErrors()
public void setErrors(List<ProblemDto> errors)
public ResourceReportDto warnings(List<ProblemDto> warnings)
public ResourceReportDto addWarningsItem(ProblemDto warningsItem)
@Nullable public List<ProblemDto> getWarnings()
public void setWarnings(List<ProblemDto> warnings)
Copyright © 2022. All rights reserved.