Class AssetTreeSingleInputV1

java.lang.Object
com.seeq.model.AssetTreeSingleInputV1

public class AssetTreeSingleInputV1 extends Object
The list containing AssetTreeSingleInputV1s to create/update parent-child relationships with.
  • Constructor Details

    • AssetTreeSingleInputV1

      public AssetTreeSingleInputV1()
  • Method Details

    • childDataId

      public AssetTreeSingleInputV1 childDataId(String childDataId)
    • getChildDataId

      public String getChildDataId()
      The unique data ID (non-Seeq) to create/update parent-child relationships with. In the form of Pair<parentDataId, childDataId>.
      Returns:
      childDataId
    • setChildDataId

      public void setChildDataId(String childDataId)
    • parentDataId

      public AssetTreeSingleInputV1 parentDataId(String parentDataId)
    • getParentDataId

      public String getParentDataId()
      The unique data ID (non-Seeq) of the parent to create a relationship with the child.
      Returns:
      parentDataId
    • setParentDataId

      public void setParentDataId(String parentDataId)
    • 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