@Generated(value="")
public class FragmentMappedValue
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected FragmentInlineValue |
defaultValue |
protected Mapping |
mapping |
java.lang.String |
xClassName |
Constructor and Description |
---|
FragmentMappedValue() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object object) |
@Valid FragmentInlineValue |
getDefaultValue() |
@Valid Mapping |
getMapping() |
int |
hashCode() |
void |
setDefaultValue(FragmentInlineValue defaultValue) |
void |
setDefaultValue(com.liferay.petra.function.UnsafeSupplier<FragmentInlineValue,java.lang.Exception> defaultValueUnsafeSupplier) |
void |
setMapping(Mapping mapping) |
void |
setMapping(com.liferay.petra.function.UnsafeSupplier<Mapping,java.lang.Exception> mappingUnsafeSupplier) |
static FragmentMappedValue |
toDTO(java.lang.String json) |
java.lang.String |
toString() |
protected FragmentInlineValue defaultValue
protected Mapping mapping
public java.lang.String xClassName
public static FragmentMappedValue toDTO(java.lang.String json)
@Valid public @Valid FragmentInlineValue getDefaultValue()
public void setDefaultValue(FragmentInlineValue defaultValue)
public void setDefaultValue(com.liferay.petra.function.UnsafeSupplier<FragmentInlineValue,java.lang.Exception> defaultValueUnsafeSupplier)
@Valid public @Valid Mapping getMapping()
public void setMapping(Mapping mapping)
public void setMapping(com.liferay.petra.function.UnsafeSupplier<Mapping,java.lang.Exception> mappingUnsafeSupplier)
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object