Package com.seeq.model
Class DatasourcesStatusOutputV1
java.lang.Object
com.seeq.model.DatasourcesStatusOutputV1
DatasourcesStatusOutputV1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAgentsItem
(AgentStatusOutputV1 agentsItem) addDatasourcesItem
(DatasourceSummaryStatusOutputV1 datasourcesItem) agents
(List<AgentStatusOutputV1> agents) connectedConnectionsCount
(Integer connectedConnectionsCount) connectedDatasourcesCount
(Integer connectedDatasourcesCount) datasources
(List<DatasourceSummaryStatusOutputV1> datasources) boolean
The status for all agents accessible by the user.The number of connections in status 'Connected'.The number of connected datasources.The status for all datasources accessible by the user.The total number of connections expected to be in the status 'Connected'.The total number of datasources expected to be connected.int
hashCode()
void
setAgents
(List<AgentStatusOutputV1> agents) void
setConnectedConnectionsCount
(Integer connectedConnectionsCount) void
setConnectedDatasourcesCount
(Integer connectedDatasourcesCount) void
setDatasources
(List<DatasourceSummaryStatusOutputV1> datasources) void
setTotalConnectionsCount
(Integer totalConnectionsCount) void
setTotalDatasourcesCount
(Integer totalDatasourcesCount) toString()
totalConnectionsCount
(Integer totalConnectionsCount) totalDatasourcesCount
(Integer totalDatasourcesCount)
-
Constructor Details
-
DatasourcesStatusOutputV1
public DatasourcesStatusOutputV1()
-
-
Method Details
-
agents
-
addAgentsItem
-
getAgents
The status for all agents accessible by the user. Provided only when the required level of detail is 'Complete'- Returns:
- agents
-
setAgents
-
connectedConnectionsCount
-
getConnectedConnectionsCount
The number of connections in status 'Connected'. Provided regardless of the level of detail requested- Returns:
- connectedConnectionsCount
-
setConnectedConnectionsCount
-
connectedDatasourcesCount
-
getConnectedDatasourcesCount
The number of connected datasources. Provided regardless of the level of detail requested- Returns:
- connectedDatasourcesCount
-
setConnectedDatasourcesCount
-
datasources
-
addDatasourcesItem
public DatasourcesStatusOutputV1 addDatasourcesItem(DatasourceSummaryStatusOutputV1 datasourcesItem) -
getDatasources
The status for all datasources accessible by the user. Available only when the required level of detail is 'Complete' or 'Summary'- Returns:
- datasources
-
setDatasources
-
totalConnectionsCount
-
getTotalConnectionsCount
The total number of connections expected to be in the status 'Connected'. Provided regardless of the level of detail requested- Returns:
- totalConnectionsCount
-
setTotalConnectionsCount
-
totalDatasourcesCount
-
getTotalDatasourcesCount
The total number of datasources expected to be connected. Provided regardless of the level of detail requested- Returns:
- totalDatasourcesCount
-
setTotalDatasourcesCount
-
equals
-
hashCode
public int hashCode() -
toString
-