Package com.seeq.model
Class ItemUpdateOutputV1
java.lang.Object
com.seeq.model.ItemUpdateOutputV1
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.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondatasourceClass
(String datasourceClass) datasourceId
(String datasourceId) boolean
errorMessage
(String errorMessage) An ID which uniquely identifies the item within the datasource that hosts itThe class of the datasource that hosts the itemThe ID of the datasource that hosts the item.If the update failed, this field will contain an error message explaining the problemgetItem()
Get itemint
hashCode()
item
(ItemPreviewV1 item) void
void
setDatasourceClass
(String datasourceClass) void
setDatasourceId
(String datasourceId) void
setErrorMessage
(String errorMessage) void
setItem
(ItemPreviewV1 item) toString()
-
Constructor Details
-
ItemUpdateOutputV1
public ItemUpdateOutputV1()
-
-
Method Details
-
dataId
-
getDataId
An ID which uniquely identifies the item within the datasource that hosts it- Returns:
- dataId
-
setDataId
-
datasourceClass
-
getDatasourceClass
The class of the datasource that hosts the item- Returns:
- datasourceClass
-
setDatasourceClass
-
datasourceId
-
getDatasourceId
The ID of the datasource that hosts the item.- Returns:
- datasourceId
-
setDatasourceId
-
errorMessage
-
getErrorMessage
If the update failed, this field will contain an error message explaining the problem- Returns:
- errorMessage
-
setErrorMessage
-
item
-
getItem
Get item- Returns:
- item
-
setItem
-
equals
-
hashCode
public int hashCode() -
toString
-