Package com.seeq.model
Class ConnectionStatusV1
java.lang.Object
com.seeq.model.ConnectionStatusV1
The status for each connection known by the agent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconnectionMessage
(String connectionMessage) connectorDeveloperName
(String connectorDeveloperName) connectorDeveloperSupportUrl
(String connectorDeveloperSupportUrl) datasourceClass
(String datasourceClass) datasourceId
(String datasourceId) boolean
The message indicating the status of the connection to the datasource (e.g.The name of this datasource's connector developer.The support URL of this datasource's connector developer.The datasource class served by this connector.The datasource ID served by this connector.getId()
The ID of the connector.Indicates whether the datasource allows metadata indexing.getName()
The name of this connection.Indicates whether the datasource allows pull requests.Indicates whether the connection was reinitialized.The status of the current connection between the datasource and this connector.Get syncProgressThe synchronization status of the current connection between the datasource and this connector.int
hashCode()
indexingDatasourceConnection
(Boolean indexingDatasourceConnection) pullDatasourceConnection
(Boolean pullDatasourceConnection) reinitialized
(Boolean reinitialized) void
setConnectionMessage
(String connectionMessage) void
setConnectorDeveloperName
(String connectorDeveloperName) void
setConnectorDeveloperSupportUrl
(String connectorDeveloperSupportUrl) void
setDatasourceClass
(String datasourceClass) void
setDatasourceId
(String datasourceId) void
void
setIndexingDatasourceConnection
(Boolean indexingDatasourceConnection) void
void
setPullDatasourceConnection
(Boolean pullDatasourceConnection) void
setReinitialized
(Boolean reinitialized) void
void
setSyncProgress
(SyncProgress syncProgress) void
setSyncStatus
(String syncStatus) syncProgress
(SyncProgress syncProgress) syncStatus
(String syncStatus) toString()
-
Constructor Details
-
ConnectionStatusV1
public ConnectionStatusV1()
-
-
Method Details
-
connectionMessage
-
getConnectionMessage
The message indicating the status of the connection to the datasource (e.g. reason for disconnection)- Returns:
- connectionMessage
-
setConnectionMessage
-
connectorDeveloperName
-
getConnectorDeveloperName
The name of this datasource's connector developer.- Returns:
- connectorDeveloperName
-
setConnectorDeveloperName
-
connectorDeveloperSupportUrl
-
getConnectorDeveloperSupportUrl
The support URL of this datasource's connector developer.- Returns:
- connectorDeveloperSupportUrl
-
setConnectorDeveloperSupportUrl
-
datasourceClass
-
getDatasourceClass
The datasource class served by this connector. Example: OSIsoft PI- Returns:
- datasourceClass
-
setDatasourceClass
-
datasourceId
-
getDatasourceId
The datasource ID served by this connector.- Returns:
- datasourceId
-
setDatasourceId
-
id
-
getId
The ID of the connector. This ID uniquely identifies this connector but does not convey any information about the connector. There is no specified structure for this ID; it may be in UUID form but need not be- Returns:
- id
-
setId
-
indexingDatasourceConnection
-
getIndexingDatasourceConnection
Indicates whether the datasource allows metadata indexing.- Returns:
- indexingDatasourceConnection
-
setIndexingDatasourceConnection
-
name
-
getName
The name of this connection. The name should represent the specific data source to which this connection connects. Example: AMAZONA-4RV912N- Returns:
- name
-
setName
-
pullDatasourceConnection
-
getPullDatasourceConnection
Indicates whether the datasource allows pull requests.- Returns:
- pullDatasourceConnection
-
setPullDatasourceConnection
-
reinitialized
-
getReinitialized
Indicates whether the connection was reinitialized.- Returns:
- reinitialized
-
setReinitialized
-
status
-
getStatus
The status of the current connection between the datasource and this connector. Valid values are Connected, Disconnected and Connecting. If the state is Disconnected (or Connecting), it could be caused by a failure in the connection between the connector and its datasource or a failed connection between the Seeq application server and the agent hosting this connector. See connectionMessage.- Returns:
- status
-
setStatus
-
syncProgress
-
getSyncProgress
Get syncProgress- Returns:
- syncProgress
-
setSyncProgress
-
syncStatus
-
getSyncStatus
The synchronization status of the current connection between the datasource and this connector. Valid values are SYNC_UNKNOWN, SYNC_INITIALIZING, SYNC_IN_PROGRESS, SYNC_COMPLETE, SYNC_ARCHIVING_DELETED_ITEMS- Returns:
- syncStatus
-
setSyncStatus
-
equals
-
hashCode
public int hashCode() -
toString
-