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
Nested Classes -
Field Summary
Fields inherited from class PagedRequest
countLimit, limit, offset -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanThe 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.inthashCode()voidsetAssetId(UUID assetId) The unique identifier of the asset for which we are searching validation results.voidThe unique identifier of the job for which we are searching validation results.voidsetMostRecentExecution(Boolean mostRecentExecution) Check the validationResults of only the most recent execution (inside or outside a validation job) according to the other criteria.voidsetMostRecentJob(Boolean mostRecentJob) Check the validationResults of only the most recent job according to the other criteria.voidFilter on the result of validation results.voidsetValidationRuleId(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:
equalsin classPagedRequest
-
canEqual
- Overrides:
canEqualin classPagedRequest
-
hashCode
public int hashCode()- Overrides:
hashCodein classPagedRequest
-
toString
- Overrides:
toStringin classPagedRequest
-