Package com.seeq.model
Class ConnectionStatusOutputV1
java.lang.Object
com.seeq.model.ConnectionStatusOutputV1
The status for each connection that provides data to this datasource. Provided only when the required level of detail is 'Complete'
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
The synchronization status of the current connection between the datasource and this connector. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconnectionId
(String connectionId) connectionMessage
(String connectionMessage) connectorDeveloperName
(String connectorDeveloperName) connectorDeveloperSupportUrl
(String connectorDeveloperSupportUrl) connectorName
(String connectorName) datasourceManaged
(Boolean datasourceManaged) disabledAt
(String disabledAt) disabledBy
(String disabledBy) boolean
The name identifying the agent where the connector is hostedThe connectionID of the connection.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 name identifying the connectorThe timestamp of the connection creationIndicates if the configuration is managed by the datasource and cannot be changed in SeeqThe ISO 8601 date of when the connection was disabled (YYYY-MM-DDThh:mm:ss.sssssssss±hh:mm)The username of the user who disabled the connectionIndicates if the connection has an errorThe ISO 8601 date of the last successful connection to the external datasource (YYYY-MM-DDThh:mm:ss.sssssssss±hh:mm)getName()
The name of this connection.The status of the current connection between the datasource and the connector.The synchronization status of the current connection between the datasource and this connector.int
hashCode()
lastSuccessfulConnectedAt
(String lastSuccessfulConnectedAt) void
setAgentName
(String agentName) void
setConnectionId
(String connectionId) void
setConnectionMessage
(String connectionMessage) void
setConnectorDeveloperName
(String connectorDeveloperName) void
setConnectorDeveloperSupportUrl
(String connectorDeveloperSupportUrl) void
setConnectorName
(String connectorName) void
setCreatedAt
(String createdAt) void
setDatasourceManaged
(Boolean datasourceManaged) void
setDisabledAt
(String disabledAt) void
setDisabledBy
(String disabledBy) void
setHasError
(Boolean hasError) void
setLastSuccessfulConnectedAt
(String lastSuccessfulConnectedAt) void
void
void
setSyncStatus
(ConnectionStatusOutputV1.SyncStatusEnum syncStatus) syncStatus
(ConnectionStatusOutputV1.SyncStatusEnum syncStatus) toString()
-
Constructor Details
-
ConnectionStatusOutputV1
public ConnectionStatusOutputV1()
-
-
Method Details
-
agentName
-
getAgentName
The name identifying the agent where the connector is hosted- Returns:
- agentName
-
setAgentName
-
connectionId
-
getConnectionId
The connectionID of the connection. This ID uniquely identifies this connection but it would not necessary be in the form of an UUID- Returns:
- connectionId
-
setConnectionId
-
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
-
connectorName
-
getConnectorName
The name identifying the connector- Returns:
- connectorName
-
setConnectorName
-
createdAt
-
getCreatedAt
The timestamp of the connection creation- Returns:
- createdAt
-
setCreatedAt
-
datasourceManaged
-
getDatasourceManaged
Indicates if the configuration is managed by the datasource and cannot be changed in Seeq- Returns:
- datasourceManaged
-
setDatasourceManaged
-
disabledAt
-
getDisabledAt
The ISO 8601 date of when the connection was disabled (YYYY-MM-DDThh:mm:ss.sssssssss±hh:mm)- Returns:
- disabledAt
-
setDisabledAt
-
disabledBy
-
getDisabledBy
The username of the user who disabled the connection- Returns:
- disabledBy
-
setDisabledBy
-
hasError
-
getHasError
Indicates if the connection has an error- Returns:
- hasError
-
setHasError
-
lastSuccessfulConnectedAt
-
getLastSuccessfulConnectedAt
The ISO 8601 date of the last successful connection to the external datasource (YYYY-MM-DDThh:mm:ss.sssssssss±hh:mm)- Returns:
- lastSuccessfulConnectedAt
-
setLastSuccessfulConnectedAt
-
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
-
status
-
getStatus
The status of the current connection between the datasource and the connector. Valid values are CONNECTING, CONNECTED, DISCONNECTED and DISABLED. 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
-
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_ARCHIVING_DELETED_ITEMS, SYNC_COMPLETE, SYNC_SUCCESS, SYNC_FAILED- Returns:
- syncStatus
-
setSyncStatus
-
equals
-
hashCode
public int hashCode() -
toString
-