Class FindClassificationMatchesRequest
Object
PagedRequest
FindClassificationMatchesRequest
- All Implemented Interfaces:
Serializable
public class FindClassificationMatchesRequest
extends PagedRequest
Search criteria for finding classification matches.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumThe status of classification match to find. -
Field Summary
Fields inherited from class PagedRequest
countLimit, limit, offset -
Constructor Summary
ConstructorsConstructorDescriptionFindClassificationMatchesRequest(List<UUID> assetIds, List<FindClassificationMatchesRequest.ClassificationStatus> statuses, List<UUID> classificationIds, List<UUID> assetTypeIds) Creates a newFindClassificationMatchesRequestinstance. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanTheids of the assets (with Column types) to filter by the search results.The list of asset type ids to filter by the search results.The list of classification ids to filter by the search results.The list of classification match statuses to filter by the search results.inthashCode()voidsetAssetIds(List<UUID> assetIds) Theids of the assets (with Column types) to filter by the search results.voidsetAssetTypeIds(List<UUID> assetTypeIds) The list of asset type ids to filter by the search results.voidsetClassificationIds(List<UUID> classificationIds) The list of classification ids to filter by the search results.voidThe list of classification match statuses to filter by the search results.toString()Methods inherited from class PagedRequest
getCountLimit, getLimit, getOffset, isPagingActive, setCountLimit, setLimit, setOffset
-
Constructor Details
-
FindClassificationMatchesRequest
public FindClassificationMatchesRequest(List<UUID> assetIds, List<FindClassificationMatchesRequest.ClassificationStatus> statuses, List<UUID> classificationIds, List<UUID> assetTypeIds) Creates a newFindClassificationMatchesRequestinstance.- Parameters:
assetIds- Theids of the assets (with Column types) to filter by the search results.statuses- The list of classification match statuses to filter by the search results.classificationIds- The list of classification ids to filter by the search results.assetTypeIds- The list of asset type ids to filter by the search results.
-
FindClassificationMatchesRequest
public FindClassificationMatchesRequest()
-
-
Method Details
-
builder
-
getAssetIds
Theids of the assets (with Column types) to filter by the search results. -
getStatuses
The list of classification match statuses to filter by the search results. -
getClassificationIds
The list of classification ids to filter by the search results. -
getAssetTypeIds
The list of asset type ids to filter by the search results. -
setAssetIds
Theids of the assets (with Column types) to filter by the search results. -
setStatuses
The list of classification match statuses to filter by the search results. -
setClassificationIds
The list of classification ids to filter by the search results. -
setAssetTypeIds
The list of asset type ids to filter by the search results. -
equals
- Overrides:
equalsin classPagedRequest
-
canEqual
- Overrides:
canEqualin classPagedRequest
-
hashCode
public int hashCode()- Overrides:
hashCodein classPagedRequest
-
toString
- Overrides:
toStringin classPagedRequest
-