Package com.liferay.bulk.rest.dto.v1_0
Class GenericError
java.lang.Object
com.liferay.bulk.rest.dto.v1_0.GenericError
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
void
setMessage
(com.liferay.petra.function.UnsafeSupplier<String, Exception> messageUnsafeSupplier) void
setMessage
(String message) static GenericError
toString()
static GenericError
unsafeToDTO
(String json)
-
Field Details
-
message
-
xClassName
-
-
Constructor Details
-
GenericError
public GenericError()
-
-
Method Details