Class ContentSetElement
java.lang.Object
com.liferay.headless.delivery.dto.v1_0.ContentSetElement
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
@Valid Object
getId()
getTitle()
int
hashCode()
void
setContent
(com.liferay.petra.function.UnsafeSupplier<Object, Exception> contentUnsafeSupplier) void
setContent
(Object content) void
setContentType
(com.liferay.petra.function.UnsafeSupplier<String, Exception> contentTypeUnsafeSupplier) void
setContentType
(String contentType) void
void
void
void
void
setTitle_i18n
(com.liferay.petra.function.UnsafeSupplier<Map<String, String>, Exception> title_i18nUnsafeSupplier) void
setTitle_i18n
(Map<String, String> title_i18n) static ContentSetElement
toString()
static ContentSetElement
unsafeToDTO
(String json)
-
Field Details
-
-
contentType
-
id
-
title
-
title_i18n
-
xClassName
-
-
Constructor Details
-
ContentSetElement
public ContentSetElement()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getContent
-
setContent
-
setContent
-
getContentType
-
setContentType
-
setContentType
-
getId
-
setId
-
setId
-
getTitle
-
setTitle
-
setTitle
-
getTitle_i18n
-
setTitle_i18n
-
setTitle_i18n
-
equals
-
hashCode
public int hashCode() -
toString
-