Class TreeItemOutputV1

java.lang.Object
com.seeq.model.TreeItemOutputV1

public class TreeItemOutputV1 extends Object
The list of the specified tree node's children
  • Constructor Details

    • TreeItemOutputV1

      public TreeItemOutputV1()
  • Method Details

    • cached

      public TreeItemOutputV1 cached(Boolean cached)
    • getCached

      public Boolean getCached()
      Indicates whether the item's persistent disk cache is enabled. Only present for items which support caching
      Returns:
      cached
    • setCached

      public void setCached(Boolean cached)
    • children

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

      public TreeItemOutputV1 addChildrenItem(TreeItemOutputV1 childrenItem)
    • getChildren

      public List<TreeItemOutputV1> getChildren()
      Children of the tree node
      Returns:
      children
    • setChildren

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

      public TreeItemOutputV1 createdBy(String createdBy)
    • getCreatedBy

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

      public void setCreatedBy(String createdBy)
    • datasource

      public TreeItemOutputV1 datasource(DatasourcePreviewV1 datasource)
    • getDatasource

      public DatasourcePreviewV1 getDatasource()
      Get datasource
      Returns:
      datasource
    • setDatasource

      public void setDatasource(DatasourcePreviewV1 datasource)
    • description

      public TreeItemOutputV1 description(String description)
    • getDescription

      public String getDescription()
      Clarifying information or other plain language description of this item
      Returns:
      description
    • setDescription

      public void setDescription(String description)
    • effectivePermissions

      public TreeItemOutputV1 effectivePermissions(PermissionsV1 effectivePermissions)
    • getEffectivePermissions

      public PermissionsV1 getEffectivePermissions()
      Get effectivePermissions
      Returns:
      effectivePermissions
    • setEffectivePermissions

      public void setEffectivePermissions(PermissionsV1 effectivePermissions)
    • fingerprint

      public TreeItemOutputV1 fingerprint(String fingerprint)
    • getFingerprint

      public String getFingerprint()
      For stored items, an optional CDC (Change Data Capture) attribute.
      Returns:
      fingerprint
    • setFingerprint

      public void setFingerprint(String fingerprint)
    • hasChildren

      public TreeItemOutputV1 hasChildren(Boolean hasChildren)
    • getHasChildren

      public Boolean getHasChildren()
      True if this item has children
      Returns:
      hasChildren
    • setHasChildren

      public void setHasChildren(Boolean hasChildren)
    • id

      public TreeItemOutputV1 id(String id)
    • getId

      public String getId()
      The ID that can be used to interact with the item
      Returns:
      id
    • setId

      public void setId(String id)
    • isArchived

      public TreeItemOutputV1 isArchived(Boolean isArchived)
    • getIsArchived

      public Boolean getIsArchived()
      Whether item is archived
      Returns:
      isArchived
    • setIsArchived

      public void setIsArchived(Boolean isArchived)
    • isRedacted

      public TreeItemOutputV1 isRedacted(Boolean isRedacted)
    • getIsRedacted

      public Boolean getIsRedacted()
      Whether item is redacted
      Returns:
      isRedacted
    • setIsRedacted

      public void setIsRedacted(Boolean isRedacted)
    • manuallyAdded

      public TreeItemOutputV1 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)
    • name

      public TreeItemOutputV1 name(String name)
    • getName

      public String getName()
      The human readable name
      Returns:
      name
    • setName

      public void setName(String name)
    • parameters

      public TreeItemOutputV1 parameters(List<FormulaParameterOutputV1> parameters)
    • addParametersItem

      public TreeItemOutputV1 addParametersItem(FormulaParameterOutputV1 parametersItem)
    • getParameters

      public List<FormulaParameterOutputV1> getParameters()
      Formula Parameters used to create the formula
      Returns:
      parameters
    • setParameters

      public void setParameters(List<FormulaParameterOutputV1> parameters)
    • properties

      public TreeItemOutputV1 properties(List<PropertyOutputV1> properties)
    • addPropertiesItem

      public TreeItemOutputV1 addPropertiesItem(PropertyOutputV1 propertiesItem)
    • getProperties

      public List<PropertyOutputV1> getProperties()
      The list of the item's properties
      Returns:
      properties
    • setProperties

      public void setProperties(List<PropertyOutputV1> properties)
    • scopedTo

      public TreeItemOutputV1 scopedTo(String scopedTo)
    • getScopedTo

      public String getScopedTo()
      The ID of the workbook to which this item is scoped or null if it is in the global scope.
      Returns:
      scopedTo
    • setScopedTo

      public void setScopedTo(String scopedTo)
    • statusMessage

      public TreeItemOutputV1 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
      Returns:
      statusMessage
    • setStatusMessage

      public void setStatusMessage(String statusMessage)
    • translationKey

      public TreeItemOutputV1 translationKey(String translationKey)
    • getTranslationKey

      public String getTranslationKey()
      The item's translation key, if any
      Returns:
      translationKey
    • setTranslationKey

      public void setTranslationKey(String translationKey)
    • type

      public TreeItemOutputV1 type(String type)
    • getType

      public String getType()
      The type of the item
      Returns:
      type
    • setType

      public void setType(String type)
    • valueUnitOfMeasure

      public TreeItemOutputV1 valueUnitOfMeasure(String valueUnitOfMeasure)
    • getValueUnitOfMeasure

      public String getValueUnitOfMeasure()
      If item is a signal, the unit of measure for the values
      Returns:
      valueUnitOfMeasure
    • setValueUnitOfMeasure

      public void setValueUnitOfMeasure(String valueUnitOfMeasure)
    • workbookId

      public TreeItemOutputV1 workbookId(UUID workbookId)
    • getWorkbookId

      public UUID getWorkbookId()
      If the item is a worksheet, the ID of its associated workbook
      Returns:
      workbookId
    • setWorkbookId

      public void setWorkbookId(UUID workbookId)
    • 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