Class FindDataQualityRulesRequest

  • All Implemented Interfaces:
    Serializable

    @Deprecated
    public class FindDataQualityRulesRequest
    extends PagedRequest
    Deprecated.
    This class will be removed in the future. This feature is being dropped, so no replacement will be available.
    The search criteria for DataqualityRules.

    Only parameters that are specified in this request and have not null values are used for filtering. All other parameters are ignored.

    The returned dataqualityrules satisfy all constraints that are specified in this search criteria.

    By default a result containing 1000 attribute types is returned

    See Also:
    Serialized Form
    • Constructor Detail

      • FindDataQualityRulesRequest

        public FindDataQualityRulesRequest()
        Deprecated.
    • Method Detail

      • getName

        public String getName()
        Deprecated.
        The name of the dataquality rule to search for.
      • getNameMatchMode

        public MatchMode getNameMatchMode()
        Deprecated.
        The match mode used to compare name.
      • getSortOrder

        public SortOrder getSortOrder()
        Deprecated.
        The order of sorting.
      • setName

        public void setName​(String name)
        Deprecated.
        The name of the dataquality rule to search for.
      • setNameMatchMode

        public void setNameMatchMode​(MatchMode nameMatchMode)
        Deprecated.
        The match mode used to compare name.
      • setSortOrder

        public void setSortOrder​(SortOrder sortOrder)
        Deprecated.
        The order of sorting.
      • equals

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

        protected boolean canEqual​(Object other)
        Deprecated.
        Overrides:
        canEqual in class PagedRequest