Package com.seeq.model
Class ArchiveOutputV1
java.lang.Object
com.seeq.model.ArchiveOutputV1
ArchiveOutputV1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
true if the item was newly archived; false if the item was already archivedA plain language status message with information about any issues that may have been encountered during an operation.int
hashCode()
newlyArchived
(Boolean newlyArchived) void
setNewlyArchived
(Boolean newlyArchived) void
setStatusMessage
(String statusMessage) statusMessage
(String statusMessage) toString()
-
Constructor Details
-
ArchiveOutputV1
public ArchiveOutputV1()
-
-
Method Details
-
newlyArchived
-
getNewlyArchived
true if the item was newly archived; false if the item was already archived- Returns:
- newlyArchived
-
setNewlyArchived
-
statusMessage
-
getStatusMessage
A plain language status message with information about any issues that may have been encountered during an operation. Null if the status message has not been set.- Returns:
- statusMessage
-
setStatusMessage
-
equals
-
hashCode
public int hashCode() -
toString
-