Package com.seeq.model
Class AssetSelectionInputV1
java.lang.Object
com.seeq.model.AssetSelectionInputV1
AssetSelectionInputV1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionassetPathDepth
(Long assetPathDepth) description
(String description) boolean
Whether the assetSelection should be archivedThe asset selectedMax depth for asset path name for this selectionClarifying information or other plain language description of this item.getName()
Human readable name.The asset selection's reportSeeq Id for the asset selectionint
hashCode()
selectionId
(String selectionId) void
setArchived
(Boolean archived) void
setAssetId
(String assetId) void
setAssetPathDepth
(Long assetPathDepth) void
setDescription
(String description) void
void
setReportId
(String reportId) void
setSelectionId
(String selectionId) toString()
-
Constructor Details
-
AssetSelectionInputV1
public AssetSelectionInputV1()
-
-
Method Details
-
archived
-
getArchived
Whether the assetSelection should be archived- Returns:
- archived
-
setArchived
-
assetId
-
getAssetId
The asset selected- Returns:
- assetId
-
setAssetId
-
assetPathDepth
-
getAssetPathDepth
Max depth for asset path name for this selection- Returns:
- assetPathDepth
-
setAssetPathDepth
-
description
-
getDescription
Clarifying information or other plain language description of this item. An input of just whitespaces is equivalent to a null input.- Returns:
- description
-
setDescription
-
name
-
getName
Human readable name. Required during creation. An input of just whitespaces is equivalent to a null input.- Returns:
- name
-
setName
-
reportId
-
getReportId
The asset selection's report- Returns:
- reportId
-
setReportId
-
selectionId
-
getSelectionId
Seeq Id for the asset selection- Returns:
- selectionId
-
setSelectionId
-
equals
-
hashCode
public int hashCode() -
toString
-