Class PageRuleCondition

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

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

    • field

      protected String field
    • id

      protected String id
    • options

      protected Options options
    • type

      protected String type
    • xClassName

      public String xClassName
  • Constructor Details

    • PageRuleCondition

      public PageRuleCondition()
  • Method Details

    • toDTO

      public static PageRuleCondition toDTO(String json)
    • unsafeToDTO

      public static PageRuleCondition unsafeToDTO(String json)
    • getField

      public String getField()
    • setField

      public void setField(String field)
    • setField

      public void setField(com.liferay.petra.function.UnsafeSupplier<String,Exception> fieldUnsafeSupplier)
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • setId

      public void setId(com.liferay.petra.function.UnsafeSupplier<String,Exception> idUnsafeSupplier)
    • getOptions

      @Valid public @Valid Options getOptions()
    • setOptions

      public void setOptions(Options options)
    • setOptions

      public void setOptions(com.liferay.petra.function.UnsafeSupplier<Options,Exception> optionsUnsafeSupplier)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • setType

      public void setType(com.liferay.petra.function.UnsafeSupplier<String,Exception> typeUnsafeSupplier)
    • 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