Class MasterPage

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

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

    • key

      protected String key
    • name

      protected String name
    • xClassName

      public String xClassName
  • Constructor Details

    • MasterPage

      public MasterPage()
  • Method Details

    • toDTO

      public static MasterPage toDTO(String json)
    • unsafeToDTO

      public static MasterPage unsafeToDTO(String json)
    • getKey

      public String getKey()
    • setKey

      public void setKey(String key)
    • setKey

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

      public String getName()
    • setName

      public void setName(String name)
    • setName

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