Package com.seeq.model
Class FormulaPackageOutputV1
java.lang.Object
com.seeq.model.FormulaPackageOutputV1
FormulaPackageOutputV1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddDocsItem
(ItemPreviewV1 docsItem) addFunctionsItem
(ItemPreviewV1 functionsItem) creatorContactInfo
(String creatorContactInfo) creatorName
(String creatorName) datasource
(DatasourcePreviewV1 datasource) description
(String description) docs
(List<ItemPreviewV1> docs) effectivePermissions
(PermissionsV1 effectivePermissions) boolean
functions
(List<ItemPreviewV1> functions) The ISO 8601 date of when the FormulaPackage was created (YYYY-MM-DDThh:mm:ss.sssssssss±hh:mm).The contact information of the entity that created this FormulaPackage.The name of the entity that created this FormulaPackage.Get datasourceClarifying information or other plain language description of this itemgetDocs()
The list of formula docs contained in this FormulaPackage.Get effectivePermissionsThe list of user defined functions contained in this FormulaPackagegetId()
The ID that can be used to interact with the itemGet 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 FormulaPackage was updated (YYYY-MM-DDThh:mm:ss.sssssssss±hh:mm).The version of this FormulaPackage.int
hashCode()
installer
(IdentityPreviewV1 installer) isArchived
(Boolean isArchived) isRedacted
(Boolean isRedacted) void
setCreatedAt
(String createdAt) void
setCreatorContactInfo
(String creatorContactInfo) void
setCreatorName
(String creatorName) void
setDatasource
(DatasourcePreviewV1 datasource) void
setDescription
(String description) void
setDocs
(List<ItemPreviewV1> docs) void
setEffectivePermissions
(PermissionsV1 effectivePermissions) void
setFunctions
(List<ItemPreviewV1> functions) void
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
-
FormulaPackageOutputV1
public FormulaPackageOutputV1()
-
-
Method Details
-
createdAt
-
getCreatedAt
The ISO 8601 date of when the FormulaPackage was created (YYYY-MM-DDThh:mm:ss.sssssssss±hh:mm).- Returns:
- createdAt
-
setCreatedAt
-
creatorContactInfo
-
getCreatorContactInfo
The contact information of the entity that created this FormulaPackage.- Returns:
- creatorContactInfo
-
setCreatorContactInfo
-
creatorName
-
getCreatorName
The name of the entity that created this FormulaPackage.- Returns:
- creatorName
-
setCreatorName
-
datasource
-
getDatasource
Get datasource- Returns:
- datasource
-
setDatasource
-
description
-
getDescription
Clarifying information or other plain language description of this item- Returns:
- description
-
setDescription
-
docs
-
addDocsItem
-
getDocs
The list of formula docs contained in this FormulaPackage.- Returns:
- docs
-
setDocs
-
effectivePermissions
-
getEffectivePermissions
Get effectivePermissions- Returns:
- effectivePermissions
-
setEffectivePermissions
-
functions
-
addFunctionsItem
-
getFunctions
The list of user defined functions contained in this FormulaPackage- Returns:
- functions
-
setFunctions
-
id
-
getId
The ID that can be used to interact with the item- Returns:
- id
-
setId
-
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 FormulaPackage was updated (YYYY-MM-DDThh:mm:ss.sssssssss±hh:mm).- Returns:
- updatedAt
-
setUpdatedAt
-
versionString
-
getVersionString
The version of this FormulaPackage.- Returns:
- versionString
-
setVersionString
-
equals
-
hashCode
public int hashCode() -
toString
-