Class CustomValue

java.lang.Object
com.liferay.headless.delivery.dto.v1_0.CustomValue
All Implemented Interfaces:
Serializable

@Generated("") public class CustomValue extends Object implements Serializable
See Also:
Generated:
  • Field Details

  • Constructor Details

    • CustomValue

      public CustomValue()
  • Method Details

    • toDTO

      public static CustomValue toDTO(String json)
    • unsafeToDTO

      public static CustomValue unsafeToDTO(String json)
    • getData

      @Valid public @Valid Object getData()
    • setData

      public void setData(Object data)
    • setData

      public void setData(com.liferay.petra.function.UnsafeSupplier<Object,Exception> dataUnsafeSupplier)
    • getData_i18n

      @Valid public @Valid Map<String,String> getData_i18n()
    • setData_i18n

      public void setData_i18n(Map<String,String> data_i18n)
    • setData_i18n

      public void setData_i18n(com.liferay.petra.function.UnsafeSupplier<Map<String,String>,Exception> data_i18nUnsafeSupplier)
    • getGeo

      @Valid public @Valid Geo getGeo()
    • setGeo

      public void setGeo(Geo geo)
    • setGeo

      public void setGeo(com.liferay.petra.function.UnsafeSupplier<Geo,Exception> geoUnsafeSupplier)
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object