Package com.seeq.model
Class ReportTemplateOutputV1
java.lang.Object
com.seeq.model.ReportTemplateOutputV1
ReportTemplateOutputV1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreator
(IdentityPreviewV1 creator) description
(String description) effectivePermissions
(PermissionsV1 effectivePermissions) boolean
The time the template was created atGet creatorClarifying information or other plain language description of this itemGet effectivePermissionsThe html template itselfgetId()
The ID that can be used to interact with the itemWhether item is archivedWhether item is redactedgetName()
The human readable namegetOwner()
Get ownerThe ID of the parent folder which this folder, analysis, topic, or project is a subfolder ofA 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 last time this template was updatedint
hashCode()
htmlTemplate
(String htmlTemplate) isArchived
(Boolean isArchived) isRedacted
(Boolean isRedacted) owner
(IdentityPreviewV1 owner) parentFolderId
(String parentFolderId) void
setCreatedAt
(String createdAt) void
setCreator
(IdentityPreviewV1 creator) void
setDescription
(String description) void
setEffectivePermissions
(PermissionsV1 effectivePermissions) void
setHtmlTemplate
(String htmlTemplate) void
void
setIsArchived
(Boolean isArchived) void
setIsRedacted
(Boolean isRedacted) void
void
setOwner
(IdentityPreviewV1 owner) void
setParentFolderId
(String parentFolderId) void
setStatusMessage
(String statusMessage) void
setTranslationKey
(String translationKey) void
void
setUpdatedAt
(String updatedAt) statusMessage
(String statusMessage) toString()
translationKey
(String translationKey)
-
Constructor Details
-
ReportTemplateOutputV1
public ReportTemplateOutputV1()
-
-
Method Details
-
createdAt
-
getCreatedAt
The time the template was created at- Returns:
- createdAt
-
setCreatedAt
-
creator
-
getCreator
Get creator- Returns:
- creator
-
setCreator
-
description
-
getDescription
Clarifying information or other plain language description of this item- Returns:
- description
-
setDescription
-
effectivePermissions
-
getEffectivePermissions
Get effectivePermissions- Returns:
- effectivePermissions
-
setEffectivePermissions
-
htmlTemplate
-
getHtmlTemplate
The html template itself- Returns:
- htmlTemplate
-
setHtmlTemplate
-
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
-
name
-
getName
The human readable name- Returns:
- name
-
setName
-
owner
-
getOwner
Get owner- Returns:
- owner
-
setOwner
-
parentFolderId
-
getParentFolderId
The ID of the parent folder which this folder, analysis, topic, or project is a subfolder of- Returns:
- parentFolderId
-
setParentFolderId
-
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 last time this template was updated- Returns:
- updatedAt
-
setUpdatedAt
-
equals
-
hashCode
public int hashCode() -
toString
-