Class ConnectorOutputV1

java.lang.Object
com.seeq.model.ConnectorOutputV1

public class ConnectorOutputV1 extends Object
The json configuration of a list of connectors.
  • Constructor Details

    • ConnectorOutputV1

      public ConnectorOutputV1()
  • Method Details

    • agentName

      public ConnectorOutputV1 agentName(String agentName)
    • getAgentName

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

      public void setAgentName(String agentName)
    • backups

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

      public ConnectorOutputV1 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)
    • createdAt

      public ConnectorOutputV1 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)
    • description

      public ConnectorOutputV1 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 ConnectorOutputV1 effectivePermissions(PermissionsV1 effectivePermissions)
    • getEffectivePermissions

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

      public void setEffectivePermissions(PermissionsV1 effectivePermissions)
    • id

      public ConnectorOutputV1 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)
    • isArchived

      public ConnectorOutputV1 isArchived(Boolean isArchived)
    • getIsArchived

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

      public void setIsArchived(Boolean isArchived)
    • isRedacted

      public ConnectorOutputV1 isRedacted(Boolean isRedacted)
    • getIsRedacted

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

      public void setIsRedacted(Boolean isRedacted)
    • json

      public ConnectorOutputV1 json(String json)
    • getJson

      public String getJson()
      The connector's configuration json.
      Returns:
      json
    • setJson

      public void setJson(String json)
    • name

      public ConnectorOutputV1 name(String name)
    • getName

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

      public void setName(String name)
    • propagationPending

      public ConnectorOutputV1 propagationPending(Boolean propagationPending)
    • getPropagationPending

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

      public void setPropagationPending(Boolean propagationPending)
    • statusMessage

      public ConnectorOutputV1 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)
    • translationKey

      public ConnectorOutputV1 translationKey(String translationKey)
    • getTranslationKey

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

      public void setTranslationKey(String translationKey)
    • type

      public ConnectorOutputV1 type(String type)
    • getType

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

      public void setType(String type)
    • updatedAt

      public ConnectorOutputV1 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