Package com.seeq.model
Class ItemDependencyOutputV1
java.lang.Object
com.seeq.model.ItemDependencyOutputV1
ItemDependencyOutputV1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAncestorsItem
(ItemPreviewV1 ancestorsItem) addDependenciesItem
(ItemParameterOfOutputV1 dependenciesItem) ancestors
(List<ItemPreviewV1> ancestors) dependencies
(List<ItemParameterOfOutputV1> dependencies) boolean
The list of ancestors in the asset tree, ordered with the root ancestor first, if the item is in an asset tree.The dependencies of the item, direct and indirectA boolean indicating whether or not child items exist for this item in the asset tree; the value will be true even if the child items are archived unless the tree for this item is deleted.getId()
The ID that can be used to interact with the itemWhether item is archivedWhether item is redactedgetName()
The human readable nameA 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 itemhasChildren
(Boolean hasChildren) int
hashCode()
isArchived
(Boolean isArchived) isRedacted
(Boolean isRedacted) void
setAncestors
(List<ItemPreviewV1> ancestors) void
setDependencies
(List<ItemParameterOfOutputV1> dependencies) void
setHasChildren
(Boolean hasChildren) void
void
setIsArchived
(Boolean isArchived) void
setIsRedacted
(Boolean isRedacted) void
void
setStatusMessage
(String statusMessage) void
setTranslationKey
(String translationKey) void
statusMessage
(String statusMessage) toString()
translationKey
(String translationKey)
-
Constructor Details
-
ItemDependencyOutputV1
public ItemDependencyOutputV1()
-
-
Method Details
-
ancestors
-
addAncestorsItem
-
getAncestors
The list of ancestors in the asset tree, ordered with the root ancestor first, if the item is in an asset tree. If an item is in more than one asset tree an arbitrary one will be chosen.- Returns:
- ancestors
-
setAncestors
-
dependencies
-
addDependenciesItem
-
getDependencies
The dependencies of the item, direct and indirect- Returns:
- dependencies
-
setDependencies
-
hasChildren
-
getHasChildren
A boolean indicating whether or not child items exist for this item in the asset tree; the value will be true even if the child items are archived unless the tree for this item is deleted.- 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
-
name
-
getName
The human readable name- Returns:
- name
-
setName
-
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
-
equals
-
hashCode
public int hashCode() -
toString
-