Class ProjectOutputV1

java.lang.Object
com.seeq.model.ProjectOutputV1

public class ProjectOutputV1 extends Object
ProjectOutputV1
  • Constructor Details

    • ProjectOutputV1

      public ProjectOutputV1()
  • Method Details

    • ancestors

      public ProjectOutputV1 ancestors(List<ItemPreviewV1> ancestors)
    • addAncestorsItem

      public ProjectOutputV1 addAncestorsItem(ItemPreviewV1 ancestorsItem)
    • getAncestors

      public List<ItemPreviewV1> getAncestors()
      The list of folder ancestors, starting at the topmost folder to which the user has access
      Returns:
      ancestors
    • setAncestors

      public void setAncestors(List<ItemPreviewV1> ancestors)
    • _configuration

      public ProjectOutputV1 _configuration(List<ScalarPropertyV1> _configuration)
    • addConfigurationItem

      public ProjectOutputV1 addConfigurationItem(ScalarPropertyV1 _configurationItem)
    • getConfiguration

      public List<ScalarPropertyV1> getConfiguration()
      The list of configuration settings for the project.
      Returns:
      _configuration
    • setConfiguration

      public void setConfiguration(List<ScalarPropertyV1> _configuration)
    • createdAt

      public ProjectOutputV1 createdAt(String createdAt)
    • getCreatedAt

      public String getCreatedAt()
      The ISO 8601 date of when the folder, analysis, topic, or project was created (YYYY-MM-DDThh:mm:ss.sssssssss±hh:mm)
      Returns:
      createdAt
    • setCreatedAt

      public void setCreatedAt(String createdAt)
    • creator

      public ProjectOutputV1 creator(IdentityPreviewV1 creator)
    • getCreator

      public IdentityPreviewV1 getCreator()
      Get creator
      Returns:
      creator
    • setCreator

      public void setCreator(IdentityPreviewV1 creator)
    • description

      public ProjectOutputV1 description(String description)
    • getDescription

      public String getDescription()
      Clarifying information or other plain language description of this item
      Returns:
      description
    • setDescription

      public void setDescription(String description)
    • effectivePermissions

      public ProjectOutputV1 effectivePermissions(PermissionsV1 effectivePermissions)
    • getEffectivePermissions

      public PermissionsV1 getEffectivePermissions()
      Get effectivePermissions
      Returns:
      effectivePermissions
    • setEffectivePermissions

      public void setEffectivePermissions(PermissionsV1 effectivePermissions)
    • id

      public ProjectOutputV1 id(String id)
    • getId

      public String getId()
      The ID that can be used to interact with the item
      Returns:
      id
    • setId

      public void setId(String id)
    • isArchived

      public ProjectOutputV1 isArchived(Boolean isArchived)
    • getIsArchived

      public Boolean getIsArchived()
      Whether item is archived
      Returns:
      isArchived
    • setIsArchived

      public void setIsArchived(Boolean isArchived)
    • isRedacted

      public ProjectOutputV1 isRedacted(Boolean isRedacted)
    • getIsRedacted

      public Boolean getIsRedacted()
      Whether item is redacted
      Returns:
      isRedacted
    • setIsRedacted

      public void setIsRedacted(Boolean isRedacted)
    • markedAsFavorite

      public ProjectOutputV1 markedAsFavorite(Boolean markedAsFavorite)
    • getMarkedAsFavorite

      public Boolean getMarkedAsFavorite()
      Flag indicating whether this folder, analysis, topic, or project has been marked as a favorite by the current user
      Returns:
      markedAsFavorite
    • setMarkedAsFavorite

      public void setMarkedAsFavorite(Boolean markedAsFavorite)
    • name

      public ProjectOutputV1 name(String name)
    • getName

      public String getName()
      The human readable name
      Returns:
      name
    • setName

      public void setName(String name)
    • owner

      public ProjectOutputV1 owner(IdentityPreviewV1 owner)
    • getOwner

      public IdentityPreviewV1 getOwner()
      Get owner
      Returns:
      owner
    • setOwner

      public void setOwner(IdentityPreviewV1 owner)
    • parentFolderId

      public ProjectOutputV1 parentFolderId(String parentFolderId)
    • getParentFolderId

      public String getParentFolderId()
      The ID of the parent folder which this folder, analysis, topic, or project is a subfolder of
      Returns:
      parentFolderId
    • setParentFolderId

      public void setParentFolderId(String parentFolderId)
    • projectType

      public ProjectOutputV1 projectType(ProjectOutputV1.ProjectTypeEnum projectType)
    • getProjectType

      public ProjectOutputV1.ProjectTypeEnum getProjectType()
      The type of project. One of DATA_LAB (default) or DATA_LAB_FUNCTIONS.
      Returns:
      projectType
    • setProjectType

      public void setProjectType(ProjectOutputV1.ProjectTypeEnum projectType)
    • resourceSize

      public ProjectOutputV1 resourceSize(ProjectOutputV1.ResourceSizeEnum resourceSize)
    • getResourceSize

      public ProjectOutputV1.ResourceSizeEnum getResourceSize()
      The size of the resources provisioned for this project. One of UI_S, GP_S (default), GP_M, ML_L, or ML_XL. The values represent a combination of Purpose (represents the use-case and workload) and Size. Purposes: UI = User Interaction, GP = General Purpose, ML = Machine Learning. Sizes: S = Small, M = Medium, L = Large, XL = Extra Large.
      Returns:
      resourceSize
    • setResourceSize

      public void setResourceSize(ProjectOutputV1.ResourceSizeEnum resourceSize)
    • scheduledNotebooks

      public ProjectOutputV1 scheduledNotebooks(List<ScheduledNotebookOutputV1> scheduledNotebooks)
    • addScheduledNotebooksItem

      public ProjectOutputV1 addScheduledNotebooksItem(ScheduledNotebookOutputV1 scheduledNotebooksItem)
    • getScheduledNotebooks

      public List<ScheduledNotebookOutputV1> getScheduledNotebooks()
      The scheduled notebooks within this Project
      Returns:
      scheduledNotebooks
    • setScheduledNotebooks

      public void setScheduledNotebooks(List<ScheduledNotebookOutputV1> scheduledNotebooks)
    • statusMessage

      public ProjectOutputV1 statusMessage(String statusMessage)
    • getStatusMessage

      public String getStatusMessage()
      A plain language status message with information about any issues that may have been encountered during an operation
      Returns:
      statusMessage
    • setStatusMessage

      public void setStatusMessage(String statusMessage)
    • translationKey

      public ProjectOutputV1 translationKey(String translationKey)
    • getTranslationKey

      public String getTranslationKey()
      The item's translation key, if any
      Returns:
      translationKey
    • setTranslationKey

      public void setTranslationKey(String translationKey)
    • type

      public ProjectOutputV1 type(String type)
    • getType

      public String getType()
      The type of the item
      Returns:
      type
    • setType

      public void setType(String type)
    • updatedAt

      public ProjectOutputV1 updatedAt(String updatedAt)
    • getUpdatedAt

      public String getUpdatedAt()
      The ISO 8601 date of when the folder, analysis, topic, or project was updated (YYYY-MM-DDThh:mm:ss.sssssssss±hh:mm)
      Returns:
      updatedAt
    • setUpdatedAt

      public void setUpdatedAt(String updatedAt)
    • 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