Class DisplayTemplateInputV1

java.lang.Object
com.seeq.model.DisplayTemplateInputV1

public class DisplayTemplateInputV1 extends Object
DisplayTemplateInputV1
  • Constructor Details

    • DisplayTemplateInputV1

      public DisplayTemplateInputV1()
  • Method Details

    • datasourceClass

      public DisplayTemplateInputV1 datasourceClass(String datasourceClass)
    • getDatasourceClass

      public String getDatasourceClass()
      Along with the Datasource ID, the Datasource Class uniquely identifies a datasource.
      Returns:
      datasourceClass
    • setDatasourceClass

      public void setDatasourceClass(String datasourceClass)
    • datasourceId

      public DisplayTemplateInputV1 datasourceId(String datasourceId)
    • getDatasourceId

      public String getDatasourceId()
      Along with the Datasource Class, the Datasource ID uniquely identifies a datasource.
      Returns:
      datasourceId
    • setDatasourceId

      public void setDatasourceId(String datasourceId)
    • description

      public DisplayTemplateInputV1 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 DisplayTemplateInputV1 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)
    • scopedTo

      public DisplayTemplateInputV1 scopedTo(UUID scopedTo)
    • getScopedTo

      public UUID getScopedTo()
      The ID of the workbook to which this item will be scoped.
      Returns:
      scopedTo
    • setScopedTo

      public void setScopedTo(UUID scopedTo)
    • sourceWorkstepId

      public DisplayTemplateInputV1 sourceWorkstepId(UUID sourceWorkstepId)
    • getSourceWorkstepId

      public UUID getSourceWorkstepId()
      The ID of the source workstep for the display template
      Returns:
      sourceWorkstepId
    • setSourceWorkstepId

      public void setSourceWorkstepId(UUID sourceWorkstepId)
    • swapSourceAssetId

      public DisplayTemplateInputV1 swapSourceAssetId(UUID swapSourceAssetId)
    • getSwapSourceAssetId

      public UUID getSwapSourceAssetId()
      The asset to swap out when loading displays based on this template
      Returns:
      swapSourceAssetId
    • setSwapSourceAssetId

      public void setSwapSourceAssetId(UUID swapSourceAssetId)
    • 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