Class FindValidationResultRequest
Object
PagedRequest
FindValidationResultRequest
- All Implemented Interfaces:
Serializable
The search criteria for validation results.
Only parameters that are specified in this request and have not null
values are used for filtering.
All other parameters are ignored.
The returned validation results satisfy all constraints that are specified in this search criteria.
By default a result containing 1000 assets is returned.
- See Also:
-
Nested Class Summary
-
Field Summary
Fields inherited from class PagedRequest
countLimit, limit, offset
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
The unique identifier of the asset for which we are searching validation results.getJobId()
The unique identifier of the job for which we are searching validation results.Check the validationResults of only the most recent execution (inside or outside a validation job) according to the other criteria.Check the validationResults of only the most recent job according to the other criteria.Filter on the result of validation results.The unique identifier of the validation rule for which we are searching validation results.int
hashCode()
void
setAssetId
(UUID assetId) The unique identifier of the asset for which we are searching validation results.void
The unique identifier of the job for which we are searching validation results.void
setMostRecentExecution
(Boolean mostRecentExecution) Check the validationResults of only the most recent execution (inside or outside a validation job) according to the other criteria.void
setMostRecentJob
(Boolean mostRecentJob) Check the validationResults of only the most recent job according to the other criteria.void
Filter on the result of validation results.void
setValidationRuleId
(UUID validationRuleId) The unique identifier of the validation rule for which we are searching validation results.toString()
Methods inherited from class PagedRequest
getCountLimit, getLimit, getOffset, isPagingActive, setCountLimit, setLimit, setOffset
-
Constructor Details
-
FindValidationResultRequest
public FindValidationResultRequest()
-
-
Method Details
-
builder
-
getAssetId
The unique identifier of the asset for which we are searching validation results. -
getJobId
The unique identifier of the job for which we are searching validation results. -
getValidationRuleId
The unique identifier of the validation rule for which we are searching validation results. -
getMostRecentJob
Check the validationResults of only the most recent job according to the other criteria. -
getMostRecentExecution
Check the validationResults of only the most recent execution (inside or outside a validation job) according to the other criteria. -
getResult
Filter on the result of validation results. -
setAssetId
The unique identifier of the asset for which we are searching validation results. -
setJobId
The unique identifier of the job for which we are searching validation results. -
setValidationRuleId
The unique identifier of the validation rule for which we are searching validation results. -
setMostRecentJob
Check the validationResults of only the most recent job according to the other criteria. -
setMostRecentExecution
Check the validationResults of only the most recent execution (inside or outside a validation job) according to the other criteria. -
setResult
Filter on the result of validation results. -
equals
- Overrides:
equals
in classPagedRequest
-
canEqual
- Overrides:
canEqual
in classPagedRequest
-
hashCode
public int hashCode()- Overrides:
hashCode
in classPagedRequest
-
toString
- Overrides:
toString
in classPagedRequest
-