Class ExportItemsOutputV1

java.lang.Object
com.seeq.model.ExportItemsOutputV1

public class ExportItemsOutputV1 extends Object
ExportItemsOutputV1
  • Constructor Details

    • ExportItemsOutputV1

      public ExportItemsOutputV1()
  • Method Details

    • autoupdateTimeRange

      public ExportItemsOutputV1 autoupdateTimeRange(Boolean autoupdateTimeRange)
    • getAutoupdateTimeRange

      public Boolean getAutoupdateTimeRange()
      Boolean indicating if the time range for export will be updated to 'now' when the export is started.
      Returns:
      autoupdateTimeRange
    • setAutoupdateTimeRange

      public void setAutoupdateTimeRange(Boolean autoupdateTimeRange)
    • capsuleTime

      public ExportItemsOutputV1 capsuleTime(Boolean capsuleTime)
    • getCapsuleTime

      public Boolean getCapsuleTime()
      True if capsule time is displayed, false otherwise.
      Returns:
      capsuleTime
    • setCapsuleTime

      public void setCapsuleTime(Boolean capsuleTime)
    • chainView

      public ExportItemsOutputV1 chainView(Boolean chainView)
    • getChainView

      public Boolean getChainView()
      True if chain view time is displayed, false otherwise.
      Returns:
      chainView
    • setChainView

      public void setChainView(Boolean chainView)
    • createdAt

      public ExportItemsOutputV1 createdAt(String createdAt)
    • getCreatedAt

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

      public void setCreatedAt(String createdAt)
    • exportCapsules

      public ExportItemsOutputV1 exportCapsules(Boolean exportCapsules)
    • getExportCapsules

      public Boolean getExportCapsules()
      True if the capsule table should be exported, false otherwise.
      Returns:
      exportCapsules
    • setExportCapsules

      public void setExportCapsules(Boolean exportCapsules)
    • exportName

      public ExportItemsOutputV1 exportName(String exportName)
    • getExportName

      public String getExportName()
      The desired name for the export. This name is used to create an OData endpoint for accessing the data being exported.
      Returns:
      exportName
    • setExportName

      public void setExportName(String exportName)
    • gridEnabled

      public ExportItemsOutputV1 gridEnabled(Boolean gridEnabled)
    • getGridEnabled

      public Boolean getGridEnabled()
      Boolean indicating whether the data grid should be included.
      Returns:
      gridEnabled
    • setGridEnabled

      public void setGridEnabled(Boolean gridEnabled)
    • gridOrigin

      public ExportItemsOutputV1 gridOrigin(String gridOrigin)
    • getGridOrigin

      public String getGridOrigin()
      The origin timestamp for gridding.
      Returns:
      gridOrigin
    • setGridOrigin

      public void setGridOrigin(String gridOrigin)
    • gridSize

      public ExportItemsOutputV1 gridSize(String gridSize)
    • getGridSize

      public String getGridSize()
      The desired sample period for the export. An automatic grid size is used when gridSize is set to 'false'.
      Returns:
      gridSize
    • setGridSize

      public void setGridSize(String gridSize)
    • href

      public ExportItemsOutputV1 href(String href)
    • getHref

      public String getHref()
      The HREF where the export data is accessible
      Returns:
      href
    • setHref

      public void setHref(String href)
    • id

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

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

      public void setIsArchived(Boolean isArchived)
    • items

      public ExportItemsOutputV1 items(List<ExportItemV1> items)
    • addItemsItem

      public ExportItemsOutputV1 addItemsItem(ExportItemV1 itemsItem)
    • getItems

      public List<ExportItemV1> getItems()
      A list of items to be exported
      Returns:
      items
    • setItems

      public void setItems(List<ExportItemV1> items)
    • name

      public ExportItemsOutputV1 name(String name)
    • getName

      public String getName()
      The actual name for this export.
      Returns:
      name
    • setName

      public void setName(String name)
    • originalTimestampsEnabled

      public ExportItemsOutputV1 originalTimestampsEnabled(Boolean originalTimestampsEnabled)
    • getOriginalTimestampsEnabled

      public Boolean getOriginalTimestampsEnabled()
      True if the original sample period should be used. A manual or automatic grid size may be used when false.
      Returns:
      originalTimestampsEnabled
    • setOriginalTimestampsEnabled

      public void setOriginalTimestampsEnabled(Boolean originalTimestampsEnabled)
    • scopedTo

      public ExportItemsOutputV1 scopedTo(String scopedTo)
    • getScopedTo

      public String getScopedTo()
      The ID of the workbook to which this item is scoped. If null, the export is globally-scoped.
      Returns:
      scopedTo
    • setScopedTo

      public void setScopedTo(String scopedTo)
    • statusMessage

      public ExportItemsOutputV1 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)
    • swapIn

      public ExportItemsOutputV1 swapIn(String swapIn)
    • getSwapIn

      public String getSwapIn()
      The ID of an asset to swap in. Any parameters in the formula that are named the same in both the swapIn and swapOut assets will be swapped.
      Returns:
      swapIn
    • setSwapIn

      public void setSwapIn(String swapIn)
    • swapOut

      public ExportItemsOutputV1 swapOut(String swapOut)
    • getSwapOut

      public String getSwapOut()
      The ID of an asset to swap out. Any parameters in the formula that are named the same in both the swapIn and swapOut assets will be swapped.
      Returns:
      swapOut
    • setSwapOut

      public void setSwapOut(String swapOut)
    • timeZone

      public ExportItemsOutputV1 timeZone(String timeZone)
    • getTimeZone

      public String getTimeZone()
      The IANA time zone name for all timestamps in this export.
      Returns:
      timeZone
    • setTimeZone

      public void setTimeZone(String timeZone)
    • updatedAt

      public ExportItemsOutputV1 updatedAt(String updatedAt)
    • getUpdatedAt

      public String getUpdatedAt()
      The ISO 8601 date and time of when the export was updated/run (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