Package com.seeq.model
Class AssetSelectionOutputV1
java.lang.Object
com.seeq.model.AssetSelectionOutputV1
AssetSelection for content, if present
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddContentItem
(ItemPreviewV1 contentItem) asset
(ItemPreviewWithAssetsV1 asset) assetPathDepth
(Long assetPathDepth) content
(List<ItemPreviewV1> content) description
(String description) effectivePermissions
(PermissionsV1 effectivePermissions) boolean
getAsset()
Get assetMax depth for asset path name for this selectionContent using this asset selectionClarifying information or other plain language description of this itemGet effectivePermissionsgetId()
The ID that can be used to interact with the itemWhether item is archivedWhether item is redactedgetName()
The human readable nameGet reportA 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 itemint
hashCode()
isArchived
(Boolean isArchived) isRedacted
(Boolean isRedacted) report
(ItemPreviewV1 report) void
setAsset
(ItemPreviewWithAssetsV1 asset) void
setAssetPathDepth
(Long assetPathDepth) void
setContent
(List<ItemPreviewV1> content) void
setDescription
(String description) void
setEffectivePermissions
(PermissionsV1 effectivePermissions) void
void
setIsArchived
(Boolean isArchived) void
setIsRedacted
(Boolean isRedacted) void
void
setReport
(ItemPreviewV1 report) void
setStatusMessage
(String statusMessage) void
setTranslationKey
(String translationKey) void
statusMessage
(String statusMessage) toString()
translationKey
(String translationKey)
-
Constructor Details
-
AssetSelectionOutputV1
public AssetSelectionOutputV1()
-
-
Method Details
-
asset
-
getAsset
Get asset- Returns:
- asset
-
setAsset
-
assetPathDepth
-
getAssetPathDepth
Max depth for asset path name for this selection- Returns:
- assetPathDepth
-
setAssetPathDepth
-
content
-
addContentItem
-
getContent
Content using this asset selection- Returns:
- content
-
setContent
-
description
-
getDescription
Clarifying information or other plain language description of this item- Returns:
- description
-
setDescription
-
effectivePermissions
-
getEffectivePermissions
Get effectivePermissions- Returns:
- effectivePermissions
-
setEffectivePermissions
-
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
-
report
-
getReport
Get report- Returns:
- report
-
setReport
-
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
-