Package com.seeq.model
Class ExportItemsOutputV1
java.lang.Object
com.seeq.model.ExportItemsOutputV1
ExportItemsOutputV1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddItemsItem
(ExportItemV1 itemsItem) autoupdateTimeRange
(Boolean autoupdateTimeRange) capsuleTime
(Boolean capsuleTime) boolean
exportCapsules
(Boolean exportCapsules) exportName
(String exportName) Boolean indicating if the time range for export will be updated to 'now' when the export is started.True if capsule time is displayed, false otherwise.True if chain view time is displayed, false otherwise.The ISO 8601 date and time of when the export was created (YYYY-MM-DDThh:mm:ss.sssssssss±hh:mm)True if the capsule table should be exported, false otherwise.The desired name for the export.Boolean indicating whether the data grid should be included.The origin timestamp for gridding.The desired sample period for the export.getHref()
The HREF where the export data is accessiblegetId()
The ID that can be used to interact with the itemWhether the item is archived.getItems()
A list of items to be exportedgetName()
The actual name for this export.True if the original sample period should be used.The ID of the workbook to which this item is scoped.A plain language status message with information about any issues that may have been encountered during an operationThe ID of an asset to swap in.The ID of an asset to swap out.The IANA time zone name for all timestamps in this export.The ISO 8601 date and time of when the export was updated/run (YYYY-MM-DDThh:mm:ss.sssssssss±hh:mm)gridEnabled
(Boolean gridEnabled) gridOrigin
(String gridOrigin) int
hashCode()
isArchived
(Boolean isArchived) items
(List<ExportItemV1> items) originalTimestampsEnabled
(Boolean originalTimestampsEnabled) void
setAutoupdateTimeRange
(Boolean autoupdateTimeRange) void
setCapsuleTime
(Boolean capsuleTime) void
setChainView
(Boolean chainView) void
setCreatedAt
(String createdAt) void
setExportCapsules
(Boolean exportCapsules) void
setExportName
(String exportName) void
setGridEnabled
(Boolean gridEnabled) void
setGridOrigin
(String gridOrigin) void
setGridSize
(String gridSize) void
void
void
setIsArchived
(Boolean isArchived) void
setItems
(List<ExportItemV1> items) void
void
setOriginalTimestampsEnabled
(Boolean originalTimestampsEnabled) void
setScopedTo
(String scopedTo) void
setStatusMessage
(String statusMessage) void
void
setSwapOut
(String swapOut) void
setTimeZone
(String timeZone) void
setUpdatedAt
(String updatedAt) statusMessage
(String statusMessage) toString()
-
Constructor Details
-
ExportItemsOutputV1
public ExportItemsOutputV1()
-
-
Method Details
-
autoupdateTimeRange
-
getAutoupdateTimeRange
Boolean indicating if the time range for export will be updated to 'now' when the export is started.- Returns:
- autoupdateTimeRange
-
setAutoupdateTimeRange
-
capsuleTime
-
getCapsuleTime
True if capsule time is displayed, false otherwise.- Returns:
- capsuleTime
-
setCapsuleTime
-
chainView
-
getChainView
True if chain view time is displayed, false otherwise.- Returns:
- chainView
-
setChainView
-
createdAt
-
getCreatedAt
The ISO 8601 date and time of when the export was created (YYYY-MM-DDThh:mm:ss.sssssssss±hh:mm)- Returns:
- createdAt
-
setCreatedAt
-
exportCapsules
-
getExportCapsules
True if the capsule table should be exported, false otherwise.- Returns:
- exportCapsules
-
setExportCapsules
-
exportName
-
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
-
gridEnabled
-
getGridEnabled
Boolean indicating whether the data grid should be included.- Returns:
- gridEnabled
-
setGridEnabled
-
gridOrigin
-
getGridOrigin
The origin timestamp for gridding.- Returns:
- gridOrigin
-
setGridOrigin
-
gridSize
-
getGridSize
The desired sample period for the export. An automatic grid size is used when gridSize is set to 'false'.- Returns:
- gridSize
-
setGridSize
-
href
-
getHref
The HREF where the export data is accessible- Returns:
- href
-
setHref
-
id
-
getId
The ID that can be used to interact with the item- Returns:
- id
-
setId
-
isArchived
-
getIsArchived
Whether the item is archived.- Returns:
- isArchived
-
setIsArchived
-
items
-
addItemsItem
-
getItems
A list of items to be exported- Returns:
- items
-
setItems
-
name
-
getName
The actual name for this export.- Returns:
- name
-
setName
-
originalTimestampsEnabled
-
getOriginalTimestampsEnabled
True if the original sample period should be used. A manual or automatic grid size may be used when false.- Returns:
- originalTimestampsEnabled
-
setOriginalTimestampsEnabled
-
scopedTo
-
getScopedTo
The ID of the workbook to which this item is scoped. If null, the export is globally-scoped.- Returns:
- scopedTo
-
setScopedTo
-
statusMessage
-
getStatusMessage
A plain language status message with information about any issues that may have been encountered during an operation- Returns:
- statusMessage
-
setStatusMessage
-
swapIn
-
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
-
swapOut
-
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
-
timeZone
-
getTimeZone
The IANA time zone name for all timestamps in this export.- Returns:
- timeZone
-
setTimeZone
-
updatedAt
-
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
-
equals
-
hashCode
public int hashCode() -
toString
-