Class EmptyCollectionConfig
java.lang.Object
com.liferay.headless.delivery.dto.v1_0.EmptyCollectionConfig
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
void
setDisplayMessage
(com.liferay.petra.function.UnsafeSupplier<Boolean, Exception> displayMessageUnsafeSupplier) void
setDisplayMessage
(Boolean displayMessage) void
setMessage_i18n
(com.liferay.petra.function.UnsafeSupplier<Map<String, String>, Exception> message_i18nUnsafeSupplier) void
setMessage_i18n
(Map<String, String> message_i18n) static EmptyCollectionConfig
toString()
static EmptyCollectionConfig
unsafeToDTO
(String json)
-
Field Details
-
displayMessage
-
message_i18n
-
xClassName
-
-
Constructor Details
-
EmptyCollectionConfig
public EmptyCollectionConfig()
-
-
Method Details