Class PageRuleAction

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

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

    • action

      protected String action
    • id

      protected String id
    • itemId

      protected String itemId
    • type

      protected String type
    • xClassName

      public String xClassName
  • Constructor Details

    • PageRuleAction

      public PageRuleAction()
  • Method Details

    • toDTO

      public static PageRuleAction toDTO(String json)
    • unsafeToDTO

      public static PageRuleAction unsafeToDTO(String json)
    • getAction

      public String getAction()
    • setAction

      public void setAction(String action)
    • setAction

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

      public String getId()
    • setId

      public void setId(String id)
    • setId

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

      public String getItemId()
    • setItemId

      public void setItemId(String itemId)
    • setItemId

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