Package com.seeq.model
Class TreeItemOutputV1
java.lang.Object
com.seeq.model.TreeItemOutputV1
The list of the specified tree node's children
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddChildrenItem
(TreeItemOutputV1 childrenItem) addParametersItem
(FormulaParameterOutputV1 parametersItem) addPropertiesItem
(PropertyOutputV1 propertiesItem) children
(List<TreeItemOutputV1> children) datasource
(DatasourcePreviewV1 datasource) description
(String description) effectivePermissions
(PermissionsV1 effectivePermissions) boolean
fingerprint
(String fingerprint) Indicates whether the item's persistent disk cache is enabled.Children of the tree nodeUUID of the user who created the asset treeGet datasourceClarifying information or other plain language description of this itemGet effectivePermissionsFor stored items, an optional CDC (Change Data Capture) attribute.True if this item has childrengetId()
The ID that can be used to interact with the itemWhether item is archivedWhether item is redactedUUID of the user who manually added the asset to the groupgetName()
The human readable nameFormula Parameters used to create the formulaThe list of the item's propertiesThe ID of the workbook to which this item is scoped or null if it is in the global scope.A plain language status message with information about any issues that may have been encountered during an operationThe item's translation key, if anygetType()
The type of the itemIf item is a signal, the unit of measure for the valuesIf the item is a worksheet, the ID of its associated workbookhasChildren
(Boolean hasChildren) int
hashCode()
isArchived
(Boolean isArchived) isRedacted
(Boolean isRedacted) manuallyAdded
(String manuallyAdded) parameters
(List<FormulaParameterOutputV1> parameters) properties
(List<PropertyOutputV1> properties) void
void
setChildren
(List<TreeItemOutputV1> children) void
setCreatedBy
(String createdBy) void
setDatasource
(DatasourcePreviewV1 datasource) void
setDescription
(String description) void
setEffectivePermissions
(PermissionsV1 effectivePermissions) void
setFingerprint
(String fingerprint) void
setHasChildren
(Boolean hasChildren) void
void
setIsArchived
(Boolean isArchived) void
setIsRedacted
(Boolean isRedacted) void
setManuallyAdded
(String manuallyAdded) void
void
setParameters
(List<FormulaParameterOutputV1> parameters) void
setProperties
(List<PropertyOutputV1> properties) void
setScopedTo
(String scopedTo) void
setStatusMessage
(String statusMessage) void
setTranslationKey
(String translationKey) void
void
setValueUnitOfMeasure
(String valueUnitOfMeasure) void
setWorkbookId
(UUID workbookId) statusMessage
(String statusMessage) toString()
translationKey
(String translationKey) valueUnitOfMeasure
(String valueUnitOfMeasure) workbookId
(UUID workbookId)
-
Constructor Details
-
TreeItemOutputV1
public TreeItemOutputV1()
-
-
Method Details
-
cached
-
getCached
Indicates whether the item's persistent disk cache is enabled. Only present for items which support caching- Returns:
- cached
-
setCached
-
children
-
addChildrenItem
-
getChildren
Children of the tree node- Returns:
- children
-
setChildren
-
createdBy
-
getCreatedBy
UUID of the user who created the asset tree- Returns:
- createdBy
-
setCreatedBy
-
datasource
-
getDatasource
Get datasource- Returns:
- datasource
-
setDatasource
-
description
-
getDescription
Clarifying information or other plain language description of this item- Returns:
- description
-
setDescription
-
effectivePermissions
-
getEffectivePermissions
Get effectivePermissions- Returns:
- effectivePermissions
-
setEffectivePermissions
-
fingerprint
-
getFingerprint
For stored items, an optional CDC (Change Data Capture) attribute.- Returns:
- fingerprint
-
setFingerprint
-
hasChildren
-
getHasChildren
True if this item has children- Returns:
- hasChildren
-
setHasChildren
-
id
-
getId
The ID that can be used to interact with the item- Returns:
- id
-
setId
-
isArchived
-
getIsArchived
Whether item is archived- Returns:
- isArchived
-
setIsArchived
-
isRedacted
-
getIsRedacted
Whether item is redacted- Returns:
- isRedacted
-
setIsRedacted
-
manuallyAdded
-
getManuallyAdded
UUID of the user who manually added the asset to the group- Returns:
- manuallyAdded
-
setManuallyAdded
-
name
-
getName
The human readable name- Returns:
- name
-
setName
-
parameters
-
addParametersItem
-
getParameters
Formula Parameters used to create the formula- Returns:
- parameters
-
setParameters
-
properties
-
addPropertiesItem
-
getProperties
The list of the item's properties- Returns:
- properties
-
setProperties
-
scopedTo
-
getScopedTo
The ID of the workbook to which this item is scoped or null if it is in the global scope.- Returns:
- scopedTo
-
setScopedTo
-
statusMessage
-
getStatusMessage
A plain language status message with information about any issues that may have been encountered during an operation- Returns:
- statusMessage
-
setStatusMessage
-
translationKey
-
getTranslationKey
The item's translation key, if any- Returns:
- translationKey
-
setTranslationKey
-
type
-
getType
The type of the item- Returns:
- type
-
setType
-
valueUnitOfMeasure
-
getValueUnitOfMeasure
If item is a signal, the unit of measure for the values- Returns:
- valueUnitOfMeasure
-
setValueUnitOfMeasure
-
workbookId
-
getWorkbookId
If the item is a worksheet, the ID of its associated workbook- Returns:
- workbookId
-
setWorkbookId
-
equals
-
hashCode
public int hashCode() -
toString
-