Package com.seeq.model
Class DatasourceOutputV1
java.lang.Object
com.seeq.model.DatasourceOutputV1
DatasourceOutputV1
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Where this datasource's condition data is stored, if this datasource is stored in seeqstatic enum
Where this datasource's signal data is stored, if this datasource is stored in seeq -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAdditionalPropertiesItem
(ScalarPropertyV1 additionalPropertiesItem) additionalProperties
(List<ScalarPropertyV1> additionalProperties) cacheEnabled
(Boolean cacheEnabled) conditionLocation
(DatasourceOutputV1.ConditionLocationEnum conditionLocation) datasourceClass
(String datasourceClass) datasourceId
(String datasourceId) description
(String description) effectivePermissions
(PermissionsV1 effectivePermissions) boolean
Additional properties of the datasourceWhether this datasource's signal data will be cached in Seeq.Where this datasource's condition data is stored, if this datasource is stored in seeqThe class of the datasourceThe ID of the datasourceClarifying information or other plain language description of this itemGet effectivePermissionsgetId()
The ID that can be used to interact with the itemWhether for this datasource indexing can be scheduled or requested from Datasource Management UI.Whether item is archivedWhether item is redactedConfigured max requests for the datasourcegetName()
The human readable nameWhether this datasource is internal to Seeq (Local Datasource) or not.Where this datasource's signal data is stored, if this datasource is stored in seeqA plain language status message with information about any issues that may have been encountered during an operationWhether this datasource's data is stored in Seeq.The item's translation key, if anygetType()
The type of the itemint
hashCode()
indexingScheduleSupported
(Boolean indexingScheduleSupported) isArchived
(Boolean isArchived) isRedacted
(Boolean isRedacted) maxRequests
(Long maxRequests) seeqInternal
(Boolean seeqInternal) void
setAdditionalProperties
(List<ScalarPropertyV1> additionalProperties) void
setCacheEnabled
(Boolean cacheEnabled) void
setConditionLocation
(DatasourceOutputV1.ConditionLocationEnum conditionLocation) void
setDatasourceClass
(String datasourceClass) void
setDatasourceId
(String datasourceId) void
setDescription
(String description) void
setEffectivePermissions
(PermissionsV1 effectivePermissions) void
void
setIndexingScheduleSupported
(Boolean indexingScheduleSupported) void
setIsArchived
(Boolean isArchived) void
setIsRedacted
(Boolean isRedacted) void
setMaxRequests
(Long maxRequests) void
void
setSeeqInternal
(Boolean seeqInternal) void
setSignalLocation
(DatasourceOutputV1.SignalLocationEnum signalLocation) void
setStatusMessage
(String statusMessage) void
setStoredInSeeq
(Boolean storedInSeeq) void
setTranslationKey
(String translationKey) void
signalLocation
(DatasourceOutputV1.SignalLocationEnum signalLocation) statusMessage
(String statusMessage) storedInSeeq
(Boolean storedInSeeq) toString()
translationKey
(String translationKey)
-
Constructor Details
-
DatasourceOutputV1
public DatasourceOutputV1()
-
-
Method Details
-
additionalProperties
-
addAdditionalPropertiesItem
-
getAdditionalProperties
Additional properties of the datasource- Returns:
- additionalProperties
-
setAdditionalProperties
-
cacheEnabled
-
getCacheEnabled
Whether this datasource's signal data will be cached in Seeq.- Returns:
- cacheEnabled
-
setCacheEnabled
-
conditionLocation
public DatasourceOutputV1 conditionLocation(DatasourceOutputV1.ConditionLocationEnum conditionLocation) -
getConditionLocation
Where this datasource's condition data is stored, if this datasource is stored in seeq- Returns:
- conditionLocation
-
setConditionLocation
-
datasourceClass
-
getDatasourceClass
The class of the datasource- Returns:
- datasourceClass
-
setDatasourceClass
-
datasourceId
-
getDatasourceId
The ID of the datasource- 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
-
indexingScheduleSupported
-
getIndexingScheduleSupported
Whether for this datasource indexing can be scheduled or requested from Datasource Management UI.- Returns:
- indexingScheduleSupported
-
setIndexingScheduleSupported
-
isArchived
-
getIsArchived
Whether item is archived- Returns:
- isArchived
-
setIsArchived
-
isRedacted
-
getIsRedacted
Whether item is redacted- Returns:
- isRedacted
-
setIsRedacted
-
maxRequests
-
getMaxRequests
Configured max requests for the datasource- Returns:
- maxRequests
-
setMaxRequests
-
name
-
getName
The human readable name- Returns:
- name
-
setName
-
seeqInternal
-
getSeeqInternal
Whether this datasource is internal to Seeq (Local Datasource) or not.- Returns:
- seeqInternal
-
setSeeqInternal
-
signalLocation
-
getSignalLocation
Where this datasource's signal data is stored, if this datasource is stored in seeq- Returns:
- signalLocation
-
setSignalLocation
-
statusMessage
-
getStatusMessage
A plain language status message with information about any issues that may have been encountered during an operation- Returns:
- statusMessage
-
setStatusMessage
-
storedInSeeq
-
getStoredInSeeq
Whether this datasource's data is stored in Seeq.- Returns:
- storedInSeeq
-
setStoredInSeeq
-
translationKey
-
getTranslationKey
The item's translation key, if any- Returns:
- translationKey
-
setTranslationKey
-
type
-
getType
The type of the item- Returns:
- type
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-