Package com.seeq.model
Class AddOnOutputV1
java.lang.Object
com.seeq.model.AddOnOutputV1
AddOnOutputV1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddOnComponents
(String addOnComponents) addOnIdentifier
(String addOnIdentifier) description
(String description) effectivePermissions
(PermissionsV1 effectivePermissions) boolean
A stringified representation of the items on this server that comprise this installed add-on.The unique identifier associated with this Add-on, shared across all Seeq server instances.The ISO 8601 date of when the add-on 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 this item is in Development Mode, meaning that it is not allowed to be shared with any other users.Get installerWhether item is archivedWhether item is redactedgetName()
The human readable nameA 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 add-on was updated (YYYY-MM-DDThh:mm:ss.sssssssss±hh:mm).The version of this add-on.int
hashCode()
inDevelopment
(Boolean inDevelopment) installer
(IdentityPreviewV1 installer) isArchived
(Boolean isArchived) isRedacted
(Boolean isRedacted) void
setAddOnComponents
(String addOnComponents) void
setAddOnIdentifier
(String addOnIdentifier) void
setCreatedAt
(String createdAt) void
setDescription
(String description) void
setEffectivePermissions
(PermissionsV1 effectivePermissions) void
void
setInDevelopment
(Boolean inDevelopment) void
setInstaller
(IdentityPreviewV1 installer) void
setIsArchived
(Boolean isArchived) void
setIsRedacted
(Boolean isRedacted) void
void
setStatusMessage
(String statusMessage) void
setTranslationKey
(String translationKey) void
void
setUpdatedAt
(String updatedAt) void
setVersionString
(String versionString) statusMessage
(String statusMessage) toString()
translationKey
(String translationKey) versionString
(String versionString)
-
Constructor Details
-
AddOnOutputV1
public AddOnOutputV1()
-
-
Method Details
-
addOnComponents
-
getAddOnComponents
A stringified representation of the items on this server that comprise this installed add-on.- Returns:
- addOnComponents
-
setAddOnComponents
-
addOnIdentifier
-
getAddOnIdentifier
The unique identifier associated with this Add-on, shared across all Seeq server instances.- Returns:
- addOnIdentifier
-
setAddOnIdentifier
-
createdAt
-
getCreatedAt
The ISO 8601 date of when the add-on 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
-
inDevelopment
-
getInDevelopment
Whether this item is in Development Mode, meaning that it is not allowed to be shared with any other users.- Returns:
- inDevelopment
-
setInDevelopment
-
installer
-
getInstaller
Get installer- Returns:
- installer
-
setInstaller
-
isArchived
-
getIsArchived
Whether item is archived- Returns:
- isArchived
-
setIsArchived
-
isRedacted
-
getIsRedacted
Whether item is redacted- Returns:
- isRedacted
-
setIsRedacted
-
name
-
getName
The human readable name- Returns:
- name
-
setName
-
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 add-on was updated (YYYY-MM-DDThh:mm:ss.sssssssss±hh:mm).- Returns:
- updatedAt
-
setUpdatedAt
-
versionString
-
getVersionString
The version of this add-on.- Returns:
- versionString
-
setVersionString
-
equals
-
hashCode
public int hashCode() -
toString
-