Package com.seeq.model
Class ItemSwapResultOutputV1
java.lang.Object
com.seeq.model.ItemSwapResultOutputV1
The list of results from new tree items that Seeq attempted to create.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
errorMessage
(String errorMessage) If the item could not be created, this field will contain an error message explaining the problemgetItem()
Get itemGet parentint
hashCode()
item
(ItemPreviewWithAssetsV1 item) parent
(ItemPreviewV1 parent) void
setErrorMessage
(String errorMessage) void
void
setParent
(ItemPreviewV1 parent) toString()
-
Constructor Details
-
ItemSwapResultOutputV1
public ItemSwapResultOutputV1()
-
-
Method Details
-
errorMessage
-
getErrorMessage
If the item could not be created, this field will contain an error message explaining the problem- Returns:
- errorMessage
-
setErrorMessage
-
item
-
getItem
Get item- Returns:
- item
-
setItem
-
parent
-
getParent
Get parent- Returns:
- parent
-
setParent
-
equals
-
hashCode
public int hashCode() -
toString
-