Class ElementInstance

java.lang.Object
com.liferay.search.experiences.rest.dto.v1_0.ElementInstance
All Implemented Interfaces:
Serializable

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

    • configurationEntry

      protected Configuration configurationEntry
    • sxpElement

      protected SXPElement sxpElement
    • sxpElementId

      protected Long sxpElementId
    • type

      protected Integer type
    • uiConfigurationValues

      protected Map<String,Object> uiConfigurationValues
    • xClassName

      public String xClassName
  • Constructor Details

    • ElementInstance

      public ElementInstance()
  • Method Details

    • toDTO

      public static ElementInstance toDTO(String json)
    • unsafeToDTO

      public static ElementInstance unsafeToDTO(String json)
    • getConfigurationEntry

      @Valid public @Valid Configuration getConfigurationEntry()
    • setConfigurationEntry

      public void setConfigurationEntry(Configuration configurationEntry)
    • setConfigurationEntry

      public void setConfigurationEntry(com.liferay.petra.function.UnsafeSupplier<Configuration,Exception> configurationEntryUnsafeSupplier)
    • getSxpElement

      @Valid public @Valid SXPElement getSxpElement()
    • setSxpElement

      public void setSxpElement(SXPElement sxpElement)
    • setSxpElement

      public void setSxpElement(com.liferay.petra.function.UnsafeSupplier<SXPElement,Exception> sxpElementUnsafeSupplier)
    • getSxpElementId

      public Long getSxpElementId()
    • setSxpElementId

      public void setSxpElementId(Long sxpElementId)
    • setSxpElementId

      public void setSxpElementId(com.liferay.petra.function.UnsafeSupplier<Long,Exception> sxpElementIdUnsafeSupplier)
    • getType

      public Integer getType()
    • setType

      public void setType(Integer type)
    • setType

      public void setType(com.liferay.petra.function.UnsafeSupplier<Integer,Exception> typeUnsafeSupplier)
    • getUiConfigurationValues

      @Valid public @Valid Map<String,Object> getUiConfigurationValues()
    • setUiConfigurationValues

      public void setUiConfigurationValues(Map<String,Object> uiConfigurationValues)
    • setUiConfigurationValues

      public void setUiConfigurationValues(com.liferay.petra.function.UnsafeSupplier<Map<String,Object>,Exception> uiConfigurationValuesUnsafeSupplier)
    • 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