Package com.seeq.model
Class AssetTreeSingleInputV1
java.lang.Object
com.seeq.model.AssetTreeSingleInputV1
The list containing AssetTreeSingleInputV1s to create/update parent-child relationships with.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchildDataId
(String childDataId) boolean
The unique data ID (non-Seeq) to create/update parent-child relationships with.The unique data ID (non-Seeq) of the parent to create a relationship with the child.int
hashCode()
parentDataId
(String parentDataId) void
setChildDataId
(String childDataId) void
setParentDataId
(String parentDataId) toString()
-
Constructor Details
-
AssetTreeSingleInputV1
public AssetTreeSingleInputV1()
-
-
Method Details
-
childDataId
-
getChildDataId
The unique data ID (non-Seeq) to create/update parent-child relationships with. In the form of Pair<parentDataId, childDataId>.- Returns:
- childDataId
-
setChildDataId
-
parentDataId
-
getParentDataId
The unique data ID (non-Seeq) of the parent to create a relationship with the child.- Returns:
- parentDataId
-
setParentDataId
-
equals
-
hashCode
public int hashCode() -
toString
-