Class AssetTreeBatchInputV1

java.lang.Object
com.seeq.model.AssetTreeBatchInputV1

public class AssetTreeBatchInputV1 extends Object
AssetTreeBatchInputV1
  • Constructor Details

    • AssetTreeBatchInputV1

      public AssetTreeBatchInputV1()
  • Method Details

    • childHostId

      public AssetTreeBatchInputV1 childHostId(String childHostId)
    • getChildHostId

      public String getChildHostId()
      The Seeq ID of the datasource host in which the children are located.
      Returns:
      childHostId
    • setChildHostId

      public void setChildHostId(String childHostId)
    • disableAssetTreeIndexUpdateDuringSync

      public AssetTreeBatchInputV1 disableAssetTreeIndexUpdateDuringSync(Boolean disableAssetTreeIndexUpdateDuringSync)
    • getDisableAssetTreeIndexUpdateDuringSync

      public Boolean getDisableAssetTreeIndexUpdateDuringSync()
      Whether to keep asset tree search index up to date during the sync or not
      Returns:
      disableAssetTreeIndexUpdateDuringSync
    • setDisableAssetTreeIndexUpdateDuringSync

      public void setDisableAssetTreeIndexUpdateDuringSync(Boolean disableAssetTreeIndexUpdateDuringSync)
    • parentHostId

      public AssetTreeBatchInputV1 parentHostId(String parentHostId)
    • getParentHostId

      public String getParentHostId()
      The Seeq ID of the datasource host in which the parents are located.
      Returns:
      parentHostId
    • setParentHostId

      public void setParentHostId(String parentHostId)
    • relationships

      public AssetTreeBatchInputV1 relationships(List<AssetTreeSingleInputV1> relationships)
    • addRelationshipsItem

      public AssetTreeBatchInputV1 addRelationshipsItem(AssetTreeSingleInputV1 relationshipsItem)
    • getRelationships

      public List<AssetTreeSingleInputV1> getRelationships()
      The list containing AssetTreeSingleInputV1s to create/update parent-child relationships with.
      Returns:
      relationships
    • setRelationships

      public void setRelationships(List<AssetTreeSingleInputV1> relationships)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object