Class ConnectionOutputV1

java.lang.Object
com.seeq.model.ConnectionOutputV1

public class ConnectionOutputV1 extends Object
A list of connections.
  • Constructor Details

    • ConnectionOutputV1

      public ConnectionOutputV1()
  • Method Details

    • agentName

      public ConnectionOutputV1 agentName(String agentName)
    • getAgentName

      public String getAgentName()
      The name of the agent
      Returns:
      agentName
    • setAgentName

      public void setAgentName(String agentName)
    • backups

      public ConnectionOutputV1 backups(List<JsonBackupOutputV1> backups)
    • addBackupsItem

      public ConnectionOutputV1 addBackupsItem(JsonBackupOutputV1 backupsItem)
    • getBackups

      public List<JsonBackupOutputV1> getBackups()
      The list of backups for this object's json property.
      Returns:
      backups
    • setBackups

      public void setBackups(List<JsonBackupOutputV1> backups)
    • connectionId

      public ConnectionOutputV1 connectionId(String connectionId)
    • getConnectionId

      public String getConnectionId()
      The human readable unique identifier of the connection
      Returns:
      connectionId
    • setConnectionId

      public void setConnectionId(String connectionId)
    • connectorName

      public ConnectionOutputV1 connectorName(String connectorName)
    • getConnectorName

      public String getConnectorName()
      The name of the connector
      Returns:
      connectorName
    • setConnectorName

      public void setConnectorName(String connectorName)
    • createdAt

      public ConnectionOutputV1 createdAt(String createdAt)
    • getCreatedAt

      public String getCreatedAt()
      The ISO 8601 date of when the object was created (YYYY-MM-DDThh:mm:ss.sssssssss±hh:mm).
      Returns:
      createdAt
    • setCreatedAt

      public void setCreatedAt(String createdAt)
    • datasourceClass

      public ConnectionOutputV1 datasourceClass(String datasourceClass)
    • getDatasourceClass

      public String getDatasourceClass()
      The datasource class
      Returns:
      datasourceClass
    • setDatasourceClass

      public void setDatasourceClass(String datasourceClass)
    • datasourceId

      public ConnectionOutputV1 datasourceId(String datasourceId)
    • getDatasourceId

      public String getDatasourceId()
      The datasource ID
      Returns:
      datasourceId
    • setDatasourceId

      public void setDatasourceId(String datasourceId)
    • description

      public ConnectionOutputV1 description(String description)
    • getDescription

      public String getDescription()
      Clarifying information or other plain language description of this item
      Returns:
      description
    • setDescription

      public void setDescription(String description)
    • effectivePermissions

      public ConnectionOutputV1 effectivePermissions(PermissionsV1 effectivePermissions)
    • getEffectivePermissions

      public PermissionsV1 getEffectivePermissions()
      Get effectivePermissions
      Returns:
      effectivePermissions
    • setEffectivePermissions

      public void setEffectivePermissions(PermissionsV1 effectivePermissions)
    • enabled

      public ConnectionOutputV1 enabled(Boolean enabled)
    • getEnabled

      public Boolean getEnabled()
      True if the connection is enabled
      Returns:
      enabled
    • setEnabled

      public void setEnabled(Boolean enabled)
    • id

      public ConnectionOutputV1 id(String id)
    • getId

      public String getId()
      The ID that can be used to interact with the item
      Returns:
      id
    • setId

      public void setId(String id)
    • indexingConnection

      public ConnectionOutputV1 indexingConnection(Boolean indexingConnection)
    • getIndexingConnection

      public Boolean getIndexingConnection()
      True if the connection is an indexing connection
      Returns:
      indexingConnection
    • setIndexingConnection

      public void setIndexingConnection(Boolean indexingConnection)
    • isArchived

      public ConnectionOutputV1 isArchived(Boolean isArchived)
    • getIsArchived

      public Boolean getIsArchived()
      Whether item is archived
      Returns:
      isArchived
    • setIsArchived

      public void setIsArchived(Boolean isArchived)
    • isRedacted

      public ConnectionOutputV1 isRedacted(Boolean isRedacted)
    • getIsRedacted

      public Boolean getIsRedacted()
      Whether item is redacted
      Returns:
      isRedacted
    • setIsRedacted

      public void setIsRedacted(Boolean isRedacted)
    • json

      public ConnectionOutputV1 json(String json)
    • getJson

      public String getJson()
      The connection configuration json.
      Returns:
      json
    • setJson

      public void setJson(String json)
    • maxConcurrentRequests

      public ConnectionOutputV1 maxConcurrentRequests(Long maxConcurrentRequests)
    • getMaxConcurrentRequests

      public Long getMaxConcurrentRequests()
      The maximum number of requests through this connection
      Returns:
      maxConcurrentRequests
    • setMaxConcurrentRequests

      public void setMaxConcurrentRequests(Long maxConcurrentRequests)
    • maxResultsPerRequests

      public ConnectionOutputV1 maxResultsPerRequests(Long maxResultsPerRequests)
    • getMaxResultsPerRequests

      public Long getMaxResultsPerRequests()
      The maximum number of results returned
      Returns:
      maxResultsPerRequests
    • setMaxResultsPerRequests

      public void setMaxResultsPerRequests(Long maxResultsPerRequests)
    • name

      public ConnectionOutputV1 name(String name)
    • getName

      public String getName()
      The human readable name
      Returns:
      name
    • setName

      public void setName(String name)
    • propagationPending

      public ConnectionOutputV1 propagationPending(Boolean propagationPending)
    • getPropagationPending

      public Boolean getPropagationPending()
      Whether the configuration change propagation is pending.
      Returns:
      propagationPending
    • setPropagationPending

      public void setPropagationPending(Boolean propagationPending)
    • pullConnection

      public ConnectionOutputV1 pullConnection(Boolean pullConnection)
    • getPullConnection

      public Boolean getPullConnection()
      True if the connection is a pull connection
      Returns:
      pullConnection
    • setPullConnection

      public void setPullConnection(Boolean pullConnection)
    • statusMessage

      public ConnectionOutputV1 statusMessage(String statusMessage)
    • getStatusMessage

      public String getStatusMessage()
      A plain language status message with information about any issues that may have been encountered during an operation
      Returns:
      statusMessage
    • setStatusMessage

      public void setStatusMessage(String statusMessage)
    • transforms

      public ConnectionOutputV1 transforms(String transforms)
    • getTransforms

      public String getTransforms()
      The transforms to be applied as JSON
      Returns:
      transforms
    • setTransforms

      public void setTransforms(String transforms)
    • translationKey

      public ConnectionOutputV1 translationKey(String translationKey)
    • getTranslationKey

      public String getTranslationKey()
      The item's translation key, if any
      Returns:
      translationKey
    • setTranslationKey

      public void setTranslationKey(String translationKey)
    • type

      public ConnectionOutputV1 type(String type)
    • getType

      public String getType()
      The type of the item
      Returns:
      type
    • setType

      public void setType(String type)
    • updatedAt

      public ConnectionOutputV1 updatedAt(String updatedAt)
    • getUpdatedAt

      public String getUpdatedAt()
      The ISO 8601 date of when the object was updated (YYYY-MM-DDThh:mm:ss.sssssssss±hh:mm).
      Returns:
      updatedAt
    • setUpdatedAt

      public void setUpdatedAt(String updatedAt)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object