Package com.seeq.model
Class WorksheetOutputV1
java.lang.Object
com.seeq.model.WorksheetOutputV1
WorksheetOutputV1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) effectivePermissions
(PermissionsV1 effectivePermissions) boolean
The ISO 8601 date of when the worksheet 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 redactedgetName()
The human readable nameGet reportA 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 worksheet was updated (YYYY-MM-DDThh:mm:ss.sssssssss±hh:mm)The ID to retrieve the current workstep for this worksheetint
hashCode()
isArchived
(Boolean isArchived) isRedacted
(Boolean isRedacted) report
(ItemPreviewV1 report) void
setCreatedAt
(String createdAt) void
setDescription
(String description) void
setEffectivePermissions
(PermissionsV1 effectivePermissions) void
void
setIsArchived
(Boolean isArchived) void
setIsRedacted
(Boolean isRedacted) void
void
setReport
(ItemPreviewV1 report) void
setStatusMessage
(String statusMessage) void
setTranslationKey
(String translationKey) void
void
setUpdatedAt
(String updatedAt) void
setWorkstep
(UUID workstep) statusMessage
(String statusMessage) toString()
translationKey
(String translationKey)
-
Constructor Details
-
WorksheetOutputV1
public WorksheetOutputV1()
-
-
Method Details
-
createdAt
-
getCreatedAt
The ISO 8601 date of when the worksheet 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
-
name
-
getName
The human readable name- Returns:
- name
-
setName
-
report
-
getReport
Get report- Returns:
- report
-
setReport
-
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 worksheet was updated (YYYY-MM-DDThh:mm:ss.sssssssss±hh:mm)- Returns:
- updatedAt
-
setUpdatedAt
-
workstep
-
getWorkstep
The ID to retrieve the current workstep for this worksheet- Returns:
- workstep
-
setWorkstep
-
equals
-
hashCode
public int hashCode() -
toString
-