Class FragmentFieldBackgroundImage
java.lang.Object
com.liferay.headless.delivery.dto.v1_0.FragmentFieldBackgroundImage
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
@Valid FragmentImage
@Valid BackgroundImage
int
hashCode()
void
setBackgroundFragmentImage
(FragmentImage backgroundFragmentImage) void
setBackgroundFragmentImage
(com.liferay.petra.function.UnsafeSupplier<FragmentImage, Exception> backgroundFragmentImageUnsafeSupplier) void
setBackgroundImage
(BackgroundImage backgroundImage) void
setBackgroundImage
(com.liferay.petra.function.UnsafeSupplier<BackgroundImage, Exception> backgroundImageUnsafeSupplier) static FragmentFieldBackgroundImage
toString()
static FragmentFieldBackgroundImage
unsafeToDTO
(String json)
-
Field Details
-
backgroundFragmentImage
-
backgroundImage
Deprecated. -
xClassName
-
-
Constructor Details
-
FragmentFieldBackgroundImage
public FragmentFieldBackgroundImage()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getBackgroundFragmentImage
-
setBackgroundFragmentImage
-
setBackgroundFragmentImage
public void setBackgroundFragmentImage(com.liferay.petra.function.UnsafeSupplier<FragmentImage, Exception> backgroundFragmentImageUnsafeSupplier) -
getBackgroundImage
-
setBackgroundImage
-
setBackgroundImage
public void setBackgroundImage(com.liferay.petra.function.UnsafeSupplier<BackgroundImage, Exception> backgroundImageUnsafeSupplier) -
equals
-
hashCode
public int hashCode() -
toString
-