Package com.seeq.model
Class DatasourceInputV1
java.lang.Object
com.seeq.model.DatasourceInputV1
DatasourceInputV1
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
If StoredInSeeq is set to true, then this is where conditions under this datasource will be stored.static enum
If StoredInSeeq is set to true, then this is where signals under this datasource will be stored. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAdditionalPropertiesItem
(ScalarPropertyV1 additionalPropertiesItem) additionalProperties
(List<ScalarPropertyV1> additionalProperties) cacheEnabled
(Boolean cacheEnabled) conditionLocation
(DatasourceInputV1.ConditionLocationEnum conditionLocation) datasourceClass
(String datasourceClass) datasourceId
(String datasourceId) description
(String description) boolean
Additional properties to set on the datasourceTrue if this datasource's signal data should be cached in Seeq; false otherwiseIf StoredInSeeq is set to true, then this is where conditions under this datasource will be stored.The class of the datasourceThe ID of the datasourceClarifying information or other plain language description of this item.True if for this datasource indexing can be scheduled or requested from Datasource Management UI.getName()
Human readable name.If StoredInSeeq is set to true, then this is where signals under this datasource will be stored.True if this datasource's data is stored in Seeq; false otherwise (e.g.int
hashCode()
indexingScheduleSupported
(Boolean indexingScheduleSupported) void
setAdditionalProperties
(List<ScalarPropertyV1> additionalProperties) void
setCacheEnabled
(Boolean cacheEnabled) void
setConditionLocation
(DatasourceInputV1.ConditionLocationEnum conditionLocation) void
setDatasourceClass
(String datasourceClass) void
setDatasourceId
(String datasourceId) void
setDescription
(String description) void
setIndexingScheduleSupported
(Boolean indexingScheduleSupported) void
void
setSignalLocation
(DatasourceInputV1.SignalLocationEnum signalLocation) void
setStoredInSeeq
(Boolean storedInSeeq) signalLocation
(DatasourceInputV1.SignalLocationEnum signalLocation) storedInSeeq
(Boolean storedInSeeq) toString()
-
Constructor Details
-
DatasourceInputV1
public DatasourceInputV1()
-
-
Method Details
-
additionalProperties
-
addAdditionalPropertiesItem
-
getAdditionalProperties
Additional properties to set on the datasource- Returns:
- additionalProperties
-
setAdditionalProperties
-
cacheEnabled
-
getCacheEnabled
True if this datasource's signal data should be cached in Seeq; false otherwise- Returns:
- cacheEnabled
-
setCacheEnabled
-
conditionLocation
public DatasourceInputV1 conditionLocation(DatasourceInputV1.ConditionLocationEnum conditionLocation) -
getConditionLocation
If StoredInSeeq is set to true, then this is where conditions under this datasource will be stored. Valid values: POSTGRES.- 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. An input of just whitespaces is equivalent to a null input.- Returns:
- description
-
setDescription
-
indexingScheduleSupported
-
getIndexingScheduleSupported
True if for this datasource indexing can be scheduled or requested from Datasource Management UI.- Returns:
- indexingScheduleSupported
-
setIndexingScheduleSupported
-
name
-
getName
Human readable name. Required during creation. An input of just whitespaces is equivalent to a null input.- Returns:
- name
-
setName
-
signalLocation
-
getSignalLocation
If StoredInSeeq is set to true, then this is where signals under this datasource will be stored. Valid values: FILE_SIGNAL_STORAGE.- Returns:
- signalLocation
-
setSignalLocation
-
storedInSeeq
-
getStoredInSeeq
True if this datasource's data is stored in Seeq; false otherwise (e.g. a remote datasource like PI).- Returns:
- storedInSeeq
-
setStoredInSeeq
-
equals
-
hashCode
public int hashCode() -
toString
-