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 BackgroundImageinthashCode()voidsetBackgroundFragmentImage(FragmentImage backgroundFragmentImage) voidsetBackgroundFragmentImage(com.liferay.petra.function.UnsafeSupplier<FragmentImage, Exception> backgroundFragmentImageUnsafeSupplier) voidsetBackgroundImage(BackgroundImage backgroundImage) voidsetBackgroundImage(com.liferay.petra.function.UnsafeSupplier<BackgroundImage, Exception> backgroundImageUnsafeSupplier) static FragmentFieldBackgroundImagetoString()static FragmentFieldBackgroundImageunsafeToDTO(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
-