Package com.seeq.model
Class DatasourceStatusV1
java.lang.Object
com.seeq.model.DatasourceStatusV1
List of datasource statuses
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondatasourceClass
(String datasourceClass) datasourceGuid
(String datasourceGuid) datasourceId
(String datasourceId) datasourceName
(String datasourceName) boolean
The class of the datasourceThe Seeq ID of the datasourceThe ID of the datasourceThe name of the datasourceWhether the datasource is enabledWhether this datasource is internal to Seeq (System Datasource) or not.Get statisticsWhether the actual data is stored in Seeq or not.int
hashCode()
seeqInternal
(Boolean seeqInternal) void
setDatasourceClass
(String datasourceClass) void
setDatasourceGuid
(String datasourceGuid) void
setDatasourceId
(String datasourceId) void
setDatasourceName
(String datasourceName) void
setEnabled
(Boolean enabled) void
setSeeqInternal
(Boolean seeqInternal) void
setStatistics
(DatasourceStatisticsV1 statistics) void
setStoredInSeeq
(Boolean storedInSeeq) statistics
(DatasourceStatisticsV1 statistics) storedInSeeq
(Boolean storedInSeeq) toString()
-
Constructor Details
-
DatasourceStatusV1
public DatasourceStatusV1()
-
-
Method Details
-
datasourceClass
-
getDatasourceClass
The class of the datasource- Returns:
- datasourceClass
-
setDatasourceClass
-
datasourceGuid
-
getDatasourceGuid
The Seeq ID of the datasource- Returns:
- datasourceGuid
-
setDatasourceGuid
-
datasourceId
-
getDatasourceId
The ID of the datasource- Returns:
- datasourceId
-
setDatasourceId
-
datasourceName
-
getDatasourceName
The name of the datasource- Returns:
- datasourceName
-
setDatasourceName
-
enabled
-
getEnabled
Whether the datasource is enabled- Returns:
- enabled
-
setEnabled
-
seeqInternal
-
getSeeqInternal
Whether this datasource is internal to Seeq (System Datasource) or not.- Returns:
- seeqInternal
-
setSeeqInternal
-
statistics
-
getStatistics
Get statistics- Returns:
- statistics
-
setStatistics
-
storedInSeeq
-
getStoredInSeeq
Whether the actual data is stored in Seeq or not.- Returns:
- storedInSeeq
-
setStoredInSeeq
-
equals
-
hashCode
public int hashCode() -
toString
-