Class FindDataQualityRulesRequest
Object
PagedRequest
FindDataQualityRulesRequest
- All Implemented Interfaces:
Serializable
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:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Deprecated.static enum
Deprecated. -
Field Summary
Fields inherited from class PagedRequest
countLimit, limit, offset
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Deprecated.protected boolean
Deprecated.boolean
Deprecated.getName()
Deprecated.The name of the dataquality rule to search for.Deprecated.The match mode used to comparename
.Deprecated.The field that should be used as reference for sorting.Deprecated.The order of sorting.int
hashCode()
Deprecated.void
Deprecated.The name of the dataquality rule to search for.void
setNameMatchMode
(MatchMode nameMatchMode) Deprecated.The match mode used to comparename
.void
Deprecated.The field that should be used as reference for sorting.void
setSortOrder
(SortOrder sortOrder) Deprecated.The order of sorting.toString()
Deprecated.Methods inherited from class PagedRequest
getCountLimit, getLimit, getOffset, isPagingActive, setCountLimit, setLimit, setOffset
-
Constructor Details
-
FindDataQualityRulesRequest
public FindDataQualityRulesRequest()Deprecated.
-
-
Method Details
-
builder
Deprecated. -
getName
Deprecated.The name of the dataquality rule to search for. -
getNameMatchMode
Deprecated.The match mode used to comparename
. -
getSortField
Deprecated.The field that should be used as reference for sorting. -
getSortOrder
Deprecated.The order of sorting. -
setName
Deprecated.The name of the dataquality rule to search for. -
setNameMatchMode
Deprecated.The match mode used to comparename
. -
setSortField
Deprecated.The field that should be used as reference for sorting. -
setSortOrder
Deprecated.The order of sorting. -
equals
Deprecated.- Overrides:
equals
in classPagedRequest
-
canEqual
Deprecated.- Overrides:
canEqual
in classPagedRequest
-
hashCode
public int hashCode()Deprecated.- Overrides:
hashCode
in classPagedRequest
-
toString
Deprecated.- Overrides:
toString
in classPagedRequest
-