Package com.seeq.model
Class AssetTreeOutputV1
java.lang.Object
com.seeq.model.AssetTreeOutputV1
AssetTreeOutputV1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddChildrenItem
(TreeItemOutputV1 childrenItem) children
(List<TreeItemOutputV1> children) description
(String description) boolean
The list of the specified tree node's childrenUUID of the user who created the asset treeThe description of the root nodegetItem()
Get itemgetLimit()
The pagination limit, the total number of collection items that will be returned in this page of resultsUUID of the user who manually added the asset to the groupgetNext()
The href of the next set of paginated resultsThe pagination offset, the index of the first collection item that will be returned in this page of resultsgetPrev()
The href of the previous set of paginated resultsA plain language status message with information about any issues that may have been encountered during an operation.The tree type of the tree nodeint
hashCode()
item
(ItemPreviewWithAssetsV1 item) manuallyAdded
(String manuallyAdded) void
setChildren
(List<TreeItemOutputV1> children) void
setCreatedBy
(String createdBy) void
setDescription
(String description) void
void
void
setManuallyAdded
(String manuallyAdded) void
void
void
void
setStatusMessage
(String statusMessage) void
setTreeType
(String treeType) statusMessage
(String statusMessage) toString()
-
Constructor Details
-
AssetTreeOutputV1
public AssetTreeOutputV1()
-
-
Method Details
-
children
-
addChildrenItem
-
getChildren
The list of the specified tree node's children- Returns:
- children
-
setChildren
-
createdBy
-
getCreatedBy
UUID of the user who created the asset tree- Returns:
- createdBy
-
setCreatedBy
-
description
-
getDescription
The description of the root node- Returns:
- description
-
setDescription
-
item
-
getItem
Get item- Returns:
- item
-
setItem
-
limit
-
getLimit
The pagination limit, the total number of collection items that will be returned in this page of results- Returns:
- limit
-
setLimit
-
manuallyAdded
-
getManuallyAdded
UUID of the user who manually added the asset to the group- Returns:
- manuallyAdded
-
setManuallyAdded
-
next
-
getNext
The href of the next set of paginated results- Returns:
- next
-
setNext
-
offset
-
getOffset
The pagination offset, the index of the first collection item that will be returned in this page of results- Returns:
- offset
-
setOffset
-
prev
-
getPrev
The href of the previous set of paginated results- Returns:
- prev
-
setPrev
-
statusMessage
-
getStatusMessage
A plain language status message with information about any issues that may have been encountered during an operation. Null if the status message has not been set.- Returns:
- statusMessage
-
setStatusMessage
-
treeType
-
getTreeType
The tree type of the tree node- Returns:
- treeType
-
setTreeType
-
equals
-
hashCode
public int hashCode() -
toString
-