Package com.seeq.model
Class DisplayOutputV1
java.lang.Object
com.seeq.model.DisplayOutputV1
DisplayOutputV1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondatasourceClass
(String datasourceClass) datasourceId
(String datasourceId) description
(String description) effectivePermissions
(PermissionsV1 effectivePermissions) boolean
The data ID of this asset.The datasource class, which is the type of system holding the item, such as OSIsoft PIThe datasource identifier, which is how the datasource holding this item identifies itselfClarifying information or other plain language description of this itemGet effectivePermissionsgetId()
The ID that can be used to interact with the itemGet isArchivedgetName()
The human readable nameThe ID of the workbook to which this item is scoped or null if it is in the global scope.A plain language status message with information about any issues that may have been encountered during an operationgetSwap()
Get swapAn arbitrary token (often a date or random ID) that is used during metadata syncs.Get templategetType()
The type of the itemint
hashCode()
isArchived
(Boolean isArchived) void
void
setDatasourceClass
(String datasourceClass) void
setDatasourceId
(String datasourceId) void
setDescription
(String description) void
setEffectivePermissions
(PermissionsV1 effectivePermissions) void
void
setIsArchived
(Boolean isArchived) void
void
setScopedTo
(UUID scopedTo) void
setStatusMessage
(String statusMessage) void
setSwap
(SwapOutputV1 swap) void
setSyncToken
(String syncToken) void
setTemplate
(DisplayTemplateOutputV1 template) void
statusMessage
(String statusMessage) swap
(SwapOutputV1 swap) template
(DisplayTemplateOutputV1 template) toString()
-
Constructor Details
-
DisplayOutputV1
public DisplayOutputV1()
-
-
Method Details
-
dataId
-
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
-
datasourceClass
-
getDatasourceClass
The datasource class, which is the type of system holding the item, such as OSIsoft PI- Returns:
- datasourceClass
-
setDatasourceClass
-
datasourceId
-
getDatasourceId
The datasource identifier, which is how the datasource holding this item identifies itself- Returns:
- datasourceId
-
setDatasourceId
-
description
-
getDescription
Clarifying information or other plain language description of this item- Returns:
- description
-
setDescription
-
effectivePermissions
-
getEffectivePermissions
Get effectivePermissions- Returns:
- effectivePermissions
-
setEffectivePermissions
-
id
-
getId
The ID that can be used to interact with the item- Returns:
- id
-
setId
-
isArchived
-
getIsArchived
Get isArchived- Returns:
- isArchived
-
setIsArchived
-
name
-
getName
The human readable name- Returns:
- name
-
setName
-
scopedTo
-
getScopedTo
The ID of the workbook to which this item is scoped or null if it is in the global scope.- 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
-
swap
-
getSwap
Get swap- Returns:
- swap
-
setSwap
-
syncToken
-
getSyncToken
An arbitrary token (often a date or random ID) that is used during metadata syncs.- Returns:
- syncToken
-
setSyncToken
-
template
-
getTemplate
Get template- Returns:
- template
-
setTemplate
-
type
-
getType
The type of the item- Returns:
- type
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-