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

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

    • parameterName

      protected String parameterName
    • value

      protected Object value
    • xClassName

      public String xClassName
  • Constructor Details

    • Contains

      public Contains()
  • Method Details

    • toDTO

      public static Contains toDTO(String json)
    • unsafeToDTO

      public static Contains unsafeToDTO(String json)
    • getParameterName

      public String getParameterName()
    • setParameterName

      public void setParameterName(String parameterName)
    • setParameterName

      public void setParameterName(com.liferay.petra.function.UnsafeSupplier<String,Exception> parameterNameUnsafeSupplier)
    • getValue

      @Valid public @Valid Object getValue()
    • setValue

      public void setValue(Object value)
    • setValue

      public void setValue(com.liferay.petra.function.UnsafeSupplier<Object,Exception> valueUnsafeSupplier)
    • 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