Class FailedItem
java.lang.Object
com.liferay.headless.batch.engine.dto.v1_0.FailedItem
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getItem()
int
hashCode()
void
void
void
setItemIndex
(com.liferay.petra.function.UnsafeSupplier<Integer, Exception> itemIndexUnsafeSupplier) void
setItemIndex
(Integer itemIndex) void
setMessage
(com.liferay.petra.function.UnsafeSupplier<String, Exception> messageUnsafeSupplier) void
setMessage
(String message) static FailedItem
toString()
static FailedItem
unsafeToDTO
(String json)
-
Field Details
-
item
-
itemIndex
-
message
-
xClassName
-
-
Constructor Details
-
FailedItem
public FailedItem()
-
-
Method Details