Package com.seeq.model
Class AssetTreeBatchInputV1
java.lang.Object
com.seeq.model.AssetTreeBatchInputV1
AssetTreeBatchInputV1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddRelationshipsItem
(AssetTreeSingleInputV1 relationshipsItem) childHostId
(String childHostId) disableAssetTreeIndexUpdateDuringSync
(Boolean disableAssetTreeIndexUpdateDuringSync) boolean
The Seeq ID of the datasource host in which the children are located.Whether to keep asset tree search index up to date during the sync or notThe Seeq ID of the datasource host in which the parents are located.The list containing AssetTreeSingleInputV1s to create/update parent-child relationships with.int
hashCode()
parentHostId
(String parentHostId) relationships
(List<AssetTreeSingleInputV1> relationships) void
setChildHostId
(String childHostId) void
setDisableAssetTreeIndexUpdateDuringSync
(Boolean disableAssetTreeIndexUpdateDuringSync) void
setParentHostId
(String parentHostId) void
setRelationships
(List<AssetTreeSingleInputV1> relationships) toString()
-
Constructor Details
-
AssetTreeBatchInputV1
public AssetTreeBatchInputV1()
-
-
Method Details
-
childHostId
-
getChildHostId
The Seeq ID of the datasource host in which the children are located.- Returns:
- childHostId
-
setChildHostId
-
disableAssetTreeIndexUpdateDuringSync
public AssetTreeBatchInputV1 disableAssetTreeIndexUpdateDuringSync(Boolean disableAssetTreeIndexUpdateDuringSync) -
getDisableAssetTreeIndexUpdateDuringSync
Whether to keep asset tree search index up to date during the sync or not- Returns:
- disableAssetTreeIndexUpdateDuringSync
-
setDisableAssetTreeIndexUpdateDuringSync
-
parentHostId
-
getParentHostId
The Seeq ID of the datasource host in which the parents are located.- Returns:
- parentHostId
-
setParentHostId
-
relationships
-
addRelationshipsItem
-
getRelationships
The list containing AssetTreeSingleInputV1s to create/update parent-child relationships with.- Returns:
- relationships
-
setRelationships
-
equals
-
hashCode
public int hashCode() -
toString
-