Package com.seeq.model
Class WorkstepOutputV1
java.lang.Object
com.seeq.model.WorkstepOutputV1
WorkstepOutputV1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) effectivePermissions
(PermissionsV1 effectivePermissions) boolean
The ISO 8601 date of when the workstep was created (YYYY-MM-DDThh:mm:ss.sssssssss±hh:mm)getData()
JSON-encoded state for this workstepClarifying 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 redactedgetLast()
The ID that can be used to interact with the last workstep or null if there is not onegetName()
The human readable namegetNext()
The ID that can be used to interact with the next workstep or null if there is not oneThe ID that can be used to interact with the previous workstep or null if there is not oneA 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 itemint
hashCode()
isArchived
(Boolean isArchived) isRedacted
(Boolean isRedacted) void
setCreatedAt
(String createdAt) void
void
setDescription
(String description) void
setEffectivePermissions
(PermissionsV1 effectivePermissions) void
void
setIsArchived
(Boolean isArchived) void
setIsRedacted
(Boolean isRedacted) void
void
void
void
setPrevious
(UUID previous) void
setStatusMessage
(String statusMessage) void
setTranslationKey
(String translationKey) void
statusMessage
(String statusMessage) toString()
translationKey
(String translationKey)
-
Constructor Details
-
WorkstepOutputV1
public WorkstepOutputV1()
-
-
Method Details
-
createdAt
-
getCreatedAt
The ISO 8601 date of when the workstep was created (YYYY-MM-DDThh:mm:ss.sssssssss±hh:mm)- Returns:
- createdAt
-
setCreatedAt
-
data
-
getData
JSON-encoded state for this workstep- Returns:
- data
-
setData
-
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
-
last
-
getLast
The ID that can be used to interact with the last workstep or null if there is not one- Returns:
- last
-
setLast
-
name
-
getName
The human readable name- Returns:
- name
-
setName
-
next
-
getNext
The ID that can be used to interact with the next workstep or null if there is not one- Returns:
- next
-
setNext
-
previous
-
getPrevious
The ID that can be used to interact with the previous workstep or null if there is not one- Returns:
- previous
-
setPrevious
-
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
-
equals
-
hashCode
public int hashCode() -
toString
-