Class ResourceReportDto
java.lang.Object
org.camunda.community.rest.client.dto.ResourceReportDto
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T13:43:01.451833574Z[Etc/UTC]")
public class ResourceReportDto
extends Object
ResourceReportDto
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddErrorsItem(ProblemDto errorsItem) addWarningsItem(ProblemDto warningsItem) booleanerrors(List<ProblemDto> errors) A list of errors occurred during parsing.org.openapitools.jackson.nullable.JsonNullable<List<ProblemDto>>A list of warnings occurred during parsing.org.openapitools.jackson.nullable.JsonNullable<List<ProblemDto>>inthashCode()voidsetErrors(List<ProblemDto> errors) voidsetErrors_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<ProblemDto>> errors) voidsetWarnings(List<ProblemDto> warnings) voidsetWarnings_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<ProblemDto>> warnings) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.warnings(List<ProblemDto> warnings)
-
Field Details
-
JSON_PROPERTY_ERRORS
- See Also:
-
JSON_PROPERTY_WARNINGS
- See Also:
-
-
Constructor Details
-
ResourceReportDto
public ResourceReportDto()
-
-
Method Details
-
errors
-
addErrorsItem
-
getErrors
A list of errors occurred during parsing.- Returns:
- errors
-
getErrors_JsonNullable
-
setErrors_JsonNullable
public void setErrors_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<ProblemDto>> errors) -
setErrors
-
warnings
-
addWarningsItem
-
getWarnings
A list of warnings occurred during parsing.- Returns:
- warnings
-
getWarnings_JsonNullable
-
setWarnings_JsonNullable
public void setWarnings_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<ProblemDto>> warnings) -
setWarnings
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-