Class FindClassificationMatchesRequest

  • All Implemented Interfaces:
    Serializable

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

      • FindClassificationMatchesRequest

        public FindClassificationMatchesRequest()
    • Method Detail

      • getAssetIds

        public List<UUID> getAssetIds()
        The ids of the assets (with Column types) 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.
      • 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