Class CustomCSSViewport

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

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

    • customCSS

      @NotEmpty protected @NotEmpty String customCSS
    • id

      @NotEmpty protected @NotEmpty String id
    • xClassName

      public String xClassName
  • Constructor Details

    • CustomCSSViewport

      public CustomCSSViewport()
  • Method Details

    • toDTO

      public static CustomCSSViewport toDTO(String json)
    • unsafeToDTO

      public static CustomCSSViewport unsafeToDTO(String json)
    • getCustomCSS

      public String getCustomCSS()
    • setCustomCSS

      public void setCustomCSS(String customCSS)
    • setCustomCSS

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

      public String getId()
    • setId

      public void setId(String id)
    • setId

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