Class ItemUpdateOutputV1

java.lang.Object
com.seeq.model.ItemUpdateOutputV1

public class ItemUpdateOutputV1 extends Object
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 Details

    • ItemUpdateOutputV1

      public ItemUpdateOutputV1()
  • Method Details

    • dataId

      public ItemUpdateOutputV1 dataId(String dataId)
    • getDataId

      public String getDataId()
      An ID which uniquely identifies the item within the datasource that hosts it
      Returns:
      dataId
    • setDataId

      public void setDataId(String dataId)
    • datasourceClass

      public ItemUpdateOutputV1 datasourceClass(String datasourceClass)
    • getDatasourceClass

      public String getDatasourceClass()
      The class of the datasource that hosts the item
      Returns:
      datasourceClass
    • setDatasourceClass

      public void setDatasourceClass(String datasourceClass)
    • datasourceId

      public ItemUpdateOutputV1 datasourceId(String datasourceId)
    • getDatasourceId

      public String getDatasourceId()
      The ID of the datasource that hosts the item.
      Returns:
      datasourceId
    • setDatasourceId

      public void setDatasourceId(String datasourceId)
    • errorMessage

      public ItemUpdateOutputV1 errorMessage(String errorMessage)
    • getErrorMessage

      public String getErrorMessage()
      If the update failed, this field will contain an error message explaining the problem
      Returns:
      errorMessage
    • setErrorMessage

      public void setErrorMessage(String errorMessage)
    • item

      public ItemUpdateOutputV1 item(ItemPreviewV1 item)
    • getItem

      public ItemPreviewV1 getItem()
      Get item
      Returns:
      item
    • setItem

      public void setItem(ItemPreviewV1 item)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object