Class AssetSelectionInputV1

java.lang.Object
com.seeq.model.AssetSelectionInputV1

public class AssetSelectionInputV1 extends Object
AssetSelectionInputV1
  • Constructor Details

    • AssetSelectionInputV1

      public AssetSelectionInputV1()
  • Method Details

    • archived

      public AssetSelectionInputV1 archived(Boolean archived)
    • getArchived

      public Boolean getArchived()
      Whether the assetSelection should be archived
      Returns:
      archived
    • setArchived

      public void setArchived(Boolean archived)
    • assetId

      public AssetSelectionInputV1 assetId(String assetId)
    • getAssetId

      public String getAssetId()
      The asset selected
      Returns:
      assetId
    • setAssetId

      public void setAssetId(String assetId)
    • assetPathDepth

      public AssetSelectionInputV1 assetPathDepth(Long assetPathDepth)
    • getAssetPathDepth

      public Long getAssetPathDepth()
      Max depth for asset path name for this selection
      Returns:
      assetPathDepth
    • setAssetPathDepth

      public void setAssetPathDepth(Long assetPathDepth)
    • description

      public AssetSelectionInputV1 description(String description)
    • getDescription

      public String 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

      public void setDescription(String description)
    • name

      public AssetSelectionInputV1 name(String name)
    • getName

      public String getName()
      Human readable name. Required during creation. An input of just whitespaces is equivalent to a null input.
      Returns:
      name
    • setName

      public void setName(String name)
    • reportId

      public AssetSelectionInputV1 reportId(String reportId)
    • getReportId

      public String getReportId()
      The asset selection's report
      Returns:
      reportId
    • setReportId

      public void setReportId(String reportId)
    • selectionId

      public AssetSelectionInputV1 selectionId(String selectionId)
    • getSelectionId

      public String getSelectionId()
      Seeq Id for the asset selection
      Returns:
      selectionId
    • setSelectionId

      public void setSelectionId(String selectionId)
    • 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