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 class
static enum
The 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 newFindClassificationMatchesRequest
instance. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
Theid
s 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.int
hashCode()
void
setAssetIds
(List<UUID> assetIds) Theid
s of the assets (with Column types) to filter by the search results.void
setAssetTypeIds
(List<UUID> assetTypeIds) The list of asset type ids to filter by the search results.void
setClassificationIds
(List<UUID> classificationIds) The list of classification ids to filter by the search results.void
The 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 newFindClassificationMatchesRequest
instance.- Parameters:
assetIds
- Theid
s 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
Theid
s 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
Theid
s 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:
equals
in classPagedRequest
-
canEqual
- Overrides:
canEqual
in classPagedRequest
-
hashCode
public int hashCode()- Overrides:
hashCode
in classPagedRequest
-
toString
- Overrides:
toString
in classPagedRequest
-