Class FragmentLink
java.lang.Object
com.liferay.headless.admin.site.dto.v1_0.FragmentLink
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@Valid FragmentLink.Target@Valid FragmentLinkValuegetValue()inthashCode()voidsetTarget(FragmentLink.Target target) voidsetTarget(com.liferay.petra.function.UnsafeSupplier<FragmentLink.Target, Exception> targetUnsafeSupplier) voidsetValue(FragmentLinkValue value) voidsetValue(com.liferay.petra.function.UnsafeSupplier<FragmentLinkValue, Exception> valueUnsafeSupplier) static FragmentLinktoString()static FragmentLinkunsafeToDTO(String json)
-
Field Details
-
target
-
value
-
xClassName
-
-
Constructor Details
-
FragmentLink
public FragmentLink()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getTarget
-
getTargetAsString
-
setTarget
-
setTarget
public void setTarget(com.liferay.petra.function.UnsafeSupplier<FragmentLink.Target, Exception> targetUnsafeSupplier) -
getValue
-
setValue
-
setValue
public void setValue(com.liferay.petra.function.UnsafeSupplier<FragmentLinkValue, Exception> valueUnsafeSupplier) -
equals
-
hashCode
public int hashCode() -
toString
-