Class WorkstepOutputV1

java.lang.Object
com.seeq.model.WorkstepOutputV1

public class WorkstepOutputV1 extends Object
WorkstepOutputV1
  • Constructor Details

    • WorkstepOutputV1

      public WorkstepOutputV1()
  • Method Details

    • createdAt

      public WorkstepOutputV1 createdAt(String createdAt)
    • getCreatedAt

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

      public void setCreatedAt(String createdAt)
    • data

      public WorkstepOutputV1 data(String data)
    • getData

      public String getData()
      JSON-encoded state for this workstep
      Returns:
      data
    • setData

      public void setData(String data)
    • description

      public WorkstepOutputV1 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 WorkstepOutputV1 effectivePermissions(PermissionsV1 effectivePermissions)
    • getEffectivePermissions

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

      public void setEffectivePermissions(PermissionsV1 effectivePermissions)
    • id

      public WorkstepOutputV1 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 WorkstepOutputV1 isArchived(Boolean isArchived)
    • getIsArchived

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

      public void setIsArchived(Boolean isArchived)
    • isRedacted

      public WorkstepOutputV1 isRedacted(Boolean isRedacted)
    • getIsRedacted

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

      public void setIsRedacted(Boolean isRedacted)
    • last

      public WorkstepOutputV1 last(UUID last)
    • getLast

      public UUID getLast()
      The ID that can be used to interact with the last workstep or null if there is not one
      Returns:
      last
    • setLast

      public void setLast(UUID last)
    • name

      public WorkstepOutputV1 name(String name)
    • getName

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

      public void setName(String name)
    • next

      public WorkstepOutputV1 next(UUID next)
    • getNext

      public UUID getNext()
      The ID that can be used to interact with the next workstep or null if there is not one
      Returns:
      next
    • setNext

      public void setNext(UUID next)
    • previous

      public WorkstepOutputV1 previous(UUID previous)
    • getPrevious

      public UUID getPrevious()
      The ID that can be used to interact with the previous workstep or null if there is not one
      Returns:
      previous
    • setPrevious

      public void setPrevious(UUID previous)
    • statusMessage

      public WorkstepOutputV1 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 WorkstepOutputV1 translationKey(String translationKey)
    • getTranslationKey

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

      public void setTranslationKey(String translationKey)
    • type

      public WorkstepOutputV1 type(String type)
    • getType

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

      public void setType(String type)
    • 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