Package com.seeq.model
Class ConnectorOutputV1
java.lang.Object
com.seeq.model.ConnectorOutputV1
The json configuration of a list of connectors.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddBackupsItem
(JsonBackupOutputV1 backupsItem) backups
(List<JsonBackupOutputV1> backups) description
(String description) effectivePermissions
(PermissionsV1 effectivePermissions) boolean
The name of the agent.The list of backups for this object's json property.The ISO 8601 date of when the object was created (YYYY-MM-DDThh:mm:ss.sssssssss±hh:mm).Clarifying information or other plain language description of this itemGet effectivePermissionsgetId()
The ID that can be used to interact with the itemWhether item is archivedWhether item is redactedgetJson()
The connector's configuration json.getName()
The human readable nameWhether the configuration change propagation is pending.A plain language status message with information about any issues that may have been encountered during an operationThe 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()
isArchived
(Boolean isArchived) isRedacted
(Boolean isRedacted) propagationPending
(Boolean propagationPending) void
setAgentName
(String agentName) void
setBackups
(List<JsonBackupOutputV1> backups) void
setCreatedAt
(String createdAt) void
setDescription
(String description) void
setEffectivePermissions
(PermissionsV1 effectivePermissions) void
void
setIsArchived
(Boolean isArchived) void
setIsRedacted
(Boolean isRedacted) void
void
void
setPropagationPending
(Boolean propagationPending) void
setStatusMessage
(String statusMessage) void
setTranslationKey
(String translationKey) void
void
setUpdatedAt
(String updatedAt) statusMessage
(String statusMessage) toString()
translationKey
(String translationKey)
-
Constructor Details
-
ConnectorOutputV1
public ConnectorOutputV1()
-
-
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
-
createdAt
-
getCreatedAt
The ISO 8601 date of when the object was created (YYYY-MM-DDThh:mm:ss.sssssssss±hh:mm).- Returns:
- createdAt
-
setCreatedAt
-
description
-
getDescription
Clarifying information or other plain language description of this item- Returns:
- description
-
setDescription
-
effectivePermissions
-
getEffectivePermissions
Get effectivePermissions- Returns:
- effectivePermissions
-
setEffectivePermissions
-
id
-
getId
The ID that can be used to interact with the item- Returns:
- id
-
setId
-
isArchived
-
getIsArchived
Whether item is archived- Returns:
- isArchived
-
setIsArchived
-
isRedacted
-
getIsRedacted
Whether item is redacted- Returns:
- isRedacted
-
setIsRedacted
-
json
-
getJson
The connector's configuration json.- Returns:
- json
-
setJson
-
name
-
getName
The human readable name- Returns:
- name
-
setName
-
propagationPending
-
getPropagationPending
Whether the configuration change propagation is pending.- Returns:
- propagationPending
-
setPropagationPending
-
statusMessage
-
getStatusMessage
A plain language status message with information about any issues that may have been encountered during an operation- Returns:
- statusMessage
-
setStatusMessage
-
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
-