Class PageRule

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

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

  • Constructor Details

    • PageRule

      public PageRule()
  • Method Details

    • toDTO

      public static PageRule toDTO(String json)
    • unsafeToDTO

      public static PageRule unsafeToDTO(String json)
    • getConditionType

      @Valid public @Valid PageRule.ConditionType getConditionType()
    • getConditionTypeAsString

      public String getConditionTypeAsString()
    • setConditionType

      public void setConditionType(PageRule.ConditionType conditionType)
    • setConditionType

      public void setConditionType(com.liferay.petra.function.UnsafeSupplier<PageRule.ConditionType,Exception> conditionTypeUnsafeSupplier)
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • setId

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

      public String getName()
    • setName

      public void setName(String name)
    • setName

      public void setName(com.liferay.petra.function.UnsafeSupplier<String,Exception> nameUnsafeSupplier)
    • getPageRuleActions

      @Valid public @Valid PageRuleAction[] getPageRuleActions()
    • setPageRuleActions

      public void setPageRuleActions(PageRuleAction[] pageRuleActions)
    • setPageRuleActions

      public void setPageRuleActions(com.liferay.petra.function.UnsafeSupplier<PageRuleAction[],Exception> pageRuleActionsUnsafeSupplier)
    • getPageRuleConditions

      @Valid public @Valid PageRuleCondition[] getPageRuleConditions()
    • setPageRuleConditions

      public void setPageRuleConditions(PageRuleCondition[] pageRuleConditions)
    • setPageRuleConditions

      public void setPageRuleConditions(com.liferay.petra.function.UnsafeSupplier<PageRuleCondition[],Exception> pageRuleConditionsUnsafeSupplier)
    • 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