Class AssetTreeOutputV1

java.lang.Object
com.seeq.model.AssetTreeOutputV1

public class AssetTreeOutputV1 extends Object
AssetTreeOutputV1
  • Constructor Details

    • AssetTreeOutputV1

      public AssetTreeOutputV1()
  • Method Details

    • children

      public AssetTreeOutputV1 children(List<TreeItemOutputV1> children)
    • addChildrenItem

      public AssetTreeOutputV1 addChildrenItem(TreeItemOutputV1 childrenItem)
    • getChildren

      public List<TreeItemOutputV1> getChildren()
      The list of the specified tree node's children
      Returns:
      children
    • setChildren

      public void setChildren(List<TreeItemOutputV1> children)
    • createdBy

      public AssetTreeOutputV1 createdBy(String createdBy)
    • getCreatedBy

      public String getCreatedBy()
      UUID of the user who created the asset tree
      Returns:
      createdBy
    • setCreatedBy

      public void setCreatedBy(String createdBy)
    • description

      public AssetTreeOutputV1 description(String description)
    • getDescription

      public String getDescription()
      The description of the root node
      Returns:
      description
    • setDescription

      public void setDescription(String description)
    • item

    • getItem

      public ItemPreviewWithAssetsV1 getItem()
      Get item
      Returns:
      item
    • setItem

      public void setItem(ItemPreviewWithAssetsV1 item)
    • limit

      public AssetTreeOutputV1 limit(Integer limit)
    • getLimit

      public Integer getLimit()
      The pagination limit, the total number of collection items that will be returned in this page of results
      Returns:
      limit
    • setLimit

      public void setLimit(Integer limit)
    • manuallyAdded

      public AssetTreeOutputV1 manuallyAdded(String manuallyAdded)
    • getManuallyAdded

      public String getManuallyAdded()
      UUID of the user who manually added the asset to the group
      Returns:
      manuallyAdded
    • setManuallyAdded

      public void setManuallyAdded(String manuallyAdded)
    • next

      public AssetTreeOutputV1 next(String next)
    • getNext

      public String getNext()
      The href of the next set of paginated results
      Returns:
      next
    • setNext

      public void setNext(String next)
    • offset

      public AssetTreeOutputV1 offset(Integer offset)
    • getOffset

      public Integer getOffset()
      The pagination offset, the index of the first collection item that will be returned in this page of results
      Returns:
      offset
    • setOffset

      public void setOffset(Integer offset)
    • prev

      public AssetTreeOutputV1 prev(String prev)
    • getPrev

      public String getPrev()
      The href of the previous set of paginated results
      Returns:
      prev
    • setPrev

      public void setPrev(String prev)
    • statusMessage

      public AssetTreeOutputV1 statusMessage(String statusMessage)
    • getStatusMessage

      public String 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

      public void setStatusMessage(String statusMessage)
    • treeType

      public AssetTreeOutputV1 treeType(String treeType)
    • getTreeType

      public String getTreeType()
      The tree type of the tree node
      Returns:
      treeType
    • setTreeType

      public void setTreeType(String treeType)
    • 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