Package com.seeq.model
Class ItemBatchOutputV1
java.lang.Object
com.seeq.model.ItemBatchOutputV1
ItemBatchOutputV1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddItemUpdatesItem
(ItemUpdateOutputV1 itemUpdatesItem) boolean
The list of results from item updates.Get jobInfoA plain language status message with information about any issues that may have been encountered during an operation.int
hashCode()
itemUpdates
(List<ItemUpdateOutputV1> itemUpdates) jobInfo
(JobAcceptedOutputV1 jobInfo) void
setItemUpdates
(List<ItemUpdateOutputV1> itemUpdates) void
setJobInfo
(JobAcceptedOutputV1 jobInfo) void
setStatusMessage
(String statusMessage) statusMessage
(String statusMessage) toString()
-
Constructor Details
-
ItemBatchOutputV1
public ItemBatchOutputV1()
-
-
Method Details
-
itemUpdates
-
addItemUpdatesItem
-
getItemUpdates
The list of results from item updates. The Nth output corresponds to the Nth input. Note this field will be an empty collection if the request ran as an asynchronous job.- Returns:
- itemUpdates
-
setItemUpdates
-
jobInfo
-
getJobInfo
Get jobInfo- Returns:
- jobInfo
-
setJobInfo
-
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
-