Class FindClassificationMatchesRequest

Object
PagedRequest
FindClassificationMatchesRequest
All Implemented Interfaces:
Serializable

public class FindClassificationMatchesRequest extends PagedRequest
Search criteria for finding classification matches.
See Also:
  • Constructor Details

  • Method Details

    • builder

    • getAssetIds

      public List<UUID> getAssetIds()
      The ids 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

      public List<UUID> getClassificationIds()
      The list of classification ids to filter by the search results.
    • getAssetTypeIds

      public List<UUID> getAssetTypeIds()
      The list of asset type ids to filter by the search results.
    • setAssetIds

      public void setAssetIds(List<UUID> assetIds)
      The ids of the assets (with Column types) to filter by the search results.
    • setStatuses

      public void setStatuses(List<FindClassificationMatchesRequest.ClassificationStatus> statuses)
      The list of classification match statuses to filter by the search results.
    • setClassificationIds

      public void setClassificationIds(List<UUID> classificationIds)
      The list of classification ids to filter by the search results.
    • setAssetTypeIds

      public void setAssetTypeIds(List<UUID> assetTypeIds)
      The list of asset type ids to filter by the search results.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class PagedRequest
    • canEqual

      protected boolean canEqual(Object other)
      Overrides:
      canEqual in class PagedRequest
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class PagedRequest
    • toString

      public String toString()
      Overrides:
      toString in class PagedRequest