public class ResourceReportDto extends Object
Modifier and Type | Field and Description |
---|---|
protected List<ProblemDto> |
errors |
protected List<ProblemDto> |
warnings |
Constructor and Description |
---|
ResourceReportDto(List<ProblemDto> errors,
List<ProblemDto> warnings) |
Modifier and Type | Method and Description |
---|---|
List<ProblemDto> |
getErrors() |
List<ProblemDto> |
getWarnings() |
void |
setErrors(List<ProblemDto> errors) |
void |
setWarnings(List<ProblemDto> warnings) |
protected List<ProblemDto> errors
protected List<ProblemDto> warnings
public ResourceReportDto(List<ProblemDto> errors, List<ProblemDto> warnings)
public List<ProblemDto> getErrors()
public void setErrors(List<ProblemDto> errors)
public List<ProblemDto> getWarnings()
public void setWarnings(List<ProblemDto> warnings)
Copyright © 2019. All rights reserved.