Package com.seeq.model
Class ConnectionOutputV1
java.lang.Object
com.seeq.model.ConnectionOutputV1
A list of connections.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddBackupsItem
(JsonBackupOutputV1 backupsItem) backups
(List<JsonBackupOutputV1> backups) connectionId
(String connectionId) connectorName
(String connectorName) datasourceClass
(String datasourceClass) datasourceId
(String datasourceId) description
(String description) effectivePermissions
(PermissionsV1 effectivePermissions) boolean
The name of the agentThe list of backups for this object's json property.The human readable unique identifier of the connectionThe name of the connectorThe ISO 8601 date of when the object was created (YYYY-MM-DDThh:mm:ss.sssssssss±hh:mm).The datasource classThe datasource IDClarifying information or other plain language description of this itemGet effectivePermissionsTrue if the connection is enabledgetId()
The ID that can be used to interact with the itemTrue if the connection is an indexing connectionWhether item is archivedWhether item is redactedgetJson()
The connection configuration json.The maximum number of requests through this connectionThe maximum number of results returnedgetName()
The human readable nameWhether the configuration change propagation is pending.True if the connection is a pull connectionA plain language status message with information about any issues that may have been encountered during an operationThe transforms to be applied as JSONThe item's translation key, if anygetType()
The type of the itemThe ISO 8601 date of when the object was updated (YYYY-MM-DDThh:mm:ss.sssssssss±hh:mm).int
hashCode()
indexingConnection
(Boolean indexingConnection) isArchived
(Boolean isArchived) isRedacted
(Boolean isRedacted) maxConcurrentRequests
(Long maxConcurrentRequests) maxResultsPerRequests
(Long maxResultsPerRequests) propagationPending
(Boolean propagationPending) pullConnection
(Boolean pullConnection) void
setAgentName
(String agentName) void
setBackups
(List<JsonBackupOutputV1> backups) void
setConnectionId
(String connectionId) void
setConnectorName
(String connectorName) void
setCreatedAt
(String createdAt) void
setDatasourceClass
(String datasourceClass) void
setDatasourceId
(String datasourceId) void
setDescription
(String description) void
setEffectivePermissions
(PermissionsV1 effectivePermissions) void
setEnabled
(Boolean enabled) void
void
setIndexingConnection
(Boolean indexingConnection) void
setIsArchived
(Boolean isArchived) void
setIsRedacted
(Boolean isRedacted) void
void
setMaxConcurrentRequests
(Long maxConcurrentRequests) void
setMaxResultsPerRequests
(Long maxResultsPerRequests) void
void
setPropagationPending
(Boolean propagationPending) void
setPullConnection
(Boolean pullConnection) void
setStatusMessage
(String statusMessage) void
setTransforms
(String transforms) void
setTranslationKey
(String translationKey) void
void
setUpdatedAt
(String updatedAt) statusMessage
(String statusMessage) toString()
transforms
(String transforms) translationKey
(String translationKey)
-
Constructor Details
-
ConnectionOutputV1
public ConnectionOutputV1()
-
-
Method Details
-
agentName
-
getAgentName
The name of the agent- Returns:
- agentName
-
setAgentName
-
backups
-
addBackupsItem
-
getBackups
The list of backups for this object's json property.- Returns:
- backups
-
setBackups
-
connectionId
-
getConnectionId
The human readable unique identifier of the connection- Returns:
- connectionId
-
setConnectionId
-
connectorName
-
getConnectorName
The name of the connector- Returns:
- connectorName
-
setConnectorName
-
createdAt
-
getCreatedAt
The ISO 8601 date of when the object was created (YYYY-MM-DDThh:mm:ss.sssssssss±hh:mm).- Returns:
- createdAt
-
setCreatedAt
-
datasourceClass
-
getDatasourceClass
The datasource class- Returns:
- datasourceClass
-
setDatasourceClass
-
datasourceId
-
getDatasourceId
The datasource ID- Returns:
- datasourceId
-
setDatasourceId
-
description
-
getDescription
Clarifying information or other plain language description of this item- Returns:
- description
-
setDescription
-
effectivePermissions
-
getEffectivePermissions
Get effectivePermissions- Returns:
- effectivePermissions
-
setEffectivePermissions
-
enabled
-
getEnabled
True if the connection is enabled- Returns:
- enabled
-
setEnabled
-
id
-
getId
The ID that can be used to interact with the item- Returns:
- id
-
setId
-
indexingConnection
-
getIndexingConnection
True if the connection is an indexing connection- Returns:
- indexingConnection
-
setIndexingConnection
-
isArchived
-
getIsArchived
Whether item is archived- Returns:
- isArchived
-
setIsArchived
-
isRedacted
-
getIsRedacted
Whether item is redacted- Returns:
- isRedacted
-
setIsRedacted
-
json
-
getJson
The connection configuration json.- Returns:
- json
-
setJson
-
maxConcurrentRequests
-
getMaxConcurrentRequests
The maximum number of requests through this connection- Returns:
- maxConcurrentRequests
-
setMaxConcurrentRequests
-
maxResultsPerRequests
-
getMaxResultsPerRequests
The maximum number of results returned- Returns:
- maxResultsPerRequests
-
setMaxResultsPerRequests
-
name
-
getName
The human readable name- Returns:
- name
-
setName
-
propagationPending
-
getPropagationPending
Whether the configuration change propagation is pending.- Returns:
- propagationPending
-
setPropagationPending
-
pullConnection
-
getPullConnection
True if the connection is a pull connection- Returns:
- pullConnection
-
setPullConnection
-
statusMessage
-
getStatusMessage
A plain language status message with information about any issues that may have been encountered during an operation- Returns:
- statusMessage
-
setStatusMessage
-
transforms
-
getTransforms
The transforms to be applied as JSON- Returns:
- transforms
-
setTransforms
-
translationKey
-
getTranslationKey
The item's translation key, if any- Returns:
- translationKey
-
setTranslationKey
-
type
-
getType
The type of the item- Returns:
- type
-
setType
-
updatedAt
-
getUpdatedAt
The ISO 8601 date of when the object was updated (YYYY-MM-DDThh:mm:ss.sssssssss±hh:mm).- Returns:
- updatedAt
-
setUpdatedAt
-
equals
-
hashCode
public int hashCode() -
toString
-