Class DisplayOutputV1

java.lang.Object
com.seeq.model.DisplayOutputV1

public class DisplayOutputV1 extends Object
DisplayOutputV1
  • Constructor Details

    • DisplayOutputV1

      public DisplayOutputV1()
  • Method Details

    • dataId

      public DisplayOutputV1 dataId(String dataId)
    • getDataId

      public String getDataId()
      The data ID of this asset. Note: This is not the Seeq ID, but the unique identifier that the remote datasource uses.
      Returns:
      dataId
    • setDataId

      public void setDataId(String dataId)
    • datasourceClass

      public DisplayOutputV1 datasourceClass(String datasourceClass)
    • getDatasourceClass

      public String getDatasourceClass()
      The datasource class, which is the type of system holding the item, such as OSIsoft PI
      Returns:
      datasourceClass
    • setDatasourceClass

      public void setDatasourceClass(String datasourceClass)
    • datasourceId

      public DisplayOutputV1 datasourceId(String datasourceId)
    • getDatasourceId

      public String getDatasourceId()
      The datasource identifier, which is how the datasource holding this item identifies itself
      Returns:
      datasourceId
    • setDatasourceId

      public void setDatasourceId(String datasourceId)
    • description

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

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

      public void setEffectivePermissions(PermissionsV1 effectivePermissions)
    • id

      public DisplayOutputV1 id(UUID id)
    • getId

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

      public void setId(UUID id)
    • isArchived

      public DisplayOutputV1 isArchived(Boolean isArchived)
    • getIsArchived

      public Boolean getIsArchived()
      Get isArchived
      Returns:
      isArchived
    • setIsArchived

      public void setIsArchived(Boolean isArchived)
    • name

      public DisplayOutputV1 name(String name)
    • getName

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

      public void setName(String name)
    • scopedTo

      public DisplayOutputV1 scopedTo(UUID scopedTo)
    • getScopedTo

      public UUID getScopedTo()
      The ID of the workbook to which this item is scoped or null if it is in the global scope.
      Returns:
      scopedTo
    • setScopedTo

      public void setScopedTo(UUID scopedTo)
    • statusMessage

      public DisplayOutputV1 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)
    • swap

      public DisplayOutputV1 swap(SwapOutputV1 swap)
    • getSwap

      public SwapOutputV1 getSwap()
      Get swap
      Returns:
      swap
    • setSwap

      public void setSwap(SwapOutputV1 swap)
    • syncToken

      public DisplayOutputV1 syncToken(String syncToken)
    • getSyncToken

      public String getSyncToken()
      An arbitrary token (often a date or random ID) that is used during metadata syncs.
      Returns:
      syncToken
    • setSyncToken

      public void setSyncToken(String syncToken)
    • template

      public DisplayOutputV1 template(DisplayTemplateOutputV1 template)
    • getTemplate

      public DisplayTemplateOutputV1 getTemplate()
      Get template
      Returns:
      template
    • setTemplate

      public void setTemplate(DisplayTemplateOutputV1 template)
    • type

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