Package com.seeq.model
Class DatasourceCleanUpInputV1
java.lang.Object
com.seeq.model.DatasourceCleanUpInputV1
DatasourceCleanUpInputV1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddItemTypeFilterItem
(String itemTypeFilterItem) boolean
When set, the items having the DataId matching the RegEx will be excluded from cleanup process.When set, only items having the DataId matching the RegEx will be included in cleanup process.When set, the items having the name matching the RegEx will be excluded from cleanup process.When set, only items having the name matching the RegEx will be included in cleanup process.List of item types on which cleanup will be done.The sync token to check on each itemint
hashCode()
itemDataIdExcludeRegexFilter
(String itemDataIdExcludeRegexFilter) itemDataIdRegexFilter
(String itemDataIdRegexFilter) itemNameExcludeRegexFilter
(String itemNameExcludeRegexFilter) itemNameRegexFilter
(String itemNameRegexFilter) itemTypeFilter
(List<String> itemTypeFilter) void
setItemDataIdExcludeRegexFilter
(String itemDataIdExcludeRegexFilter) void
setItemDataIdRegexFilter
(String itemDataIdRegexFilter) void
setItemNameExcludeRegexFilter
(String itemNameExcludeRegexFilter) void
setItemNameRegexFilter
(String itemNameRegexFilter) void
setItemTypeFilter
(List<String> itemTypeFilter) void
setSyncToken
(String syncToken) toString()
-
Constructor Details
-
DatasourceCleanUpInputV1
public DatasourceCleanUpInputV1()
-
-
Method Details
-
itemDataIdExcludeRegexFilter
-
getItemDataIdExcludeRegexFilter
When set, the items having the DataId matching the RegEx will be excluded from cleanup process.- Returns:
- itemDataIdExcludeRegexFilter
-
setItemDataIdExcludeRegexFilter
-
itemDataIdRegexFilter
-
getItemDataIdRegexFilter
When set, only items having the DataId matching the RegEx will be included in cleanup process.- Returns:
- itemDataIdRegexFilter
-
setItemDataIdRegexFilter
-
itemNameExcludeRegexFilter
-
getItemNameExcludeRegexFilter
When set, the items having the name matching the RegEx will be excluded from cleanup process.- Returns:
- itemNameExcludeRegexFilter
-
setItemNameExcludeRegexFilter
-
itemNameRegexFilter
-
getItemNameRegexFilter
When set, only items having the name matching the RegEx will be included in cleanup process.- Returns:
- itemNameRegexFilter
-
setItemNameRegexFilter
-
itemTypeFilter
-
addItemTypeFilterItem
-
getItemTypeFilter
List of item types on which cleanup will be done. When no filter is specified (empty or null list), all types of items will be included in the cleanup process.- Returns:
- itemTypeFilter
-
setItemTypeFilter
-
syncToken
-
getSyncToken
The sync token to check on each item- Returns:
- syncToken
-
setSyncToken
-
equals
-
hashCode
public int hashCode() -
toString
-