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

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

  • Constructor Details

    • Layout

      public Layout()
  • Method Details

    • toDTO

      public static Layout toDTO(String json)
    • unsafeToDTO

      public static Layout unsafeToDTO(String json)
    • getAlign

      @Valid public @Valid Layout.Align getAlign()
    • getAlignAsString

      public String getAlignAsString()
    • setAlign

      public void setAlign(Layout.Align align)
    • setAlign

      public void setAlign(com.liferay.petra.function.UnsafeSupplier<Layout.Align,Exception> alignUnsafeSupplier)
    • getBorderColor

      public String getBorderColor()
    • setBorderColor

      public void setBorderColor(String borderColor)
    • setBorderColor

      public void setBorderColor(com.liferay.petra.function.UnsafeSupplier<String,Exception> borderColorUnsafeSupplier)
    • getBorderRadius

      @Valid public @Valid Layout.BorderRadius getBorderRadius()
    • getBorderRadiusAsString

      public String getBorderRadiusAsString()
    • setBorderRadius

      public void setBorderRadius(Layout.BorderRadius borderRadius)
    • setBorderRadius

      public void setBorderRadius(com.liferay.petra.function.UnsafeSupplier<Layout.BorderRadius,Exception> borderRadiusUnsafeSupplier)
    • getBorderWidth

      public Integer getBorderWidth()
    • setBorderWidth

      public void setBorderWidth(Integer borderWidth)
    • setBorderWidth

      public void setBorderWidth(com.liferay.petra.function.UnsafeSupplier<Integer,Exception> borderWidthUnsafeSupplier)
    • getContainerType

      @Valid public @Valid Layout.ContainerType getContainerType()
    • getContainerTypeAsString

      public String getContainerTypeAsString()
    • setContainerType

      public void setContainerType(Layout.ContainerType containerType)
    • setContainerType

      public void setContainerType(com.liferay.petra.function.UnsafeSupplier<Layout.ContainerType,Exception> containerTypeUnsafeSupplier)
    • getContentDisplay

      @Valid public @Valid Layout.ContentDisplay getContentDisplay()
    • getContentDisplayAsString

      public String getContentDisplayAsString()
    • setContentDisplay

      public void setContentDisplay(Layout.ContentDisplay contentDisplay)
    • setContentDisplay

      public void setContentDisplay(com.liferay.petra.function.UnsafeSupplier<Layout.ContentDisplay,Exception> contentDisplayUnsafeSupplier)
    • getFlexWrap

      @Valid public @Valid Layout.FlexWrap getFlexWrap()
    • getFlexWrapAsString

      public String getFlexWrapAsString()
    • setFlexWrap

      public void setFlexWrap(Layout.FlexWrap flexWrap)
    • setFlexWrap

      public void setFlexWrap(com.liferay.petra.function.UnsafeSupplier<Layout.FlexWrap,Exception> flexWrapUnsafeSupplier)
    • getJustify

      @Valid public @Valid Layout.Justify getJustify()
    • getJustifyAsString

      public String getJustifyAsString()
    • setJustify

      public void setJustify(Layout.Justify justify)
    • setJustify

      public void setJustify(com.liferay.petra.function.UnsafeSupplier<Layout.Justify,Exception> justifyUnsafeSupplier)
    • getMarginBottom

      public Integer getMarginBottom()
    • setMarginBottom

      public void setMarginBottom(Integer marginBottom)
    • setMarginBottom

      public void setMarginBottom(com.liferay.petra.function.UnsafeSupplier<Integer,Exception> marginBottomUnsafeSupplier)
    • getMarginLeft

      public Integer getMarginLeft()
    • setMarginLeft

      public void setMarginLeft(Integer marginLeft)
    • setMarginLeft

      public void setMarginLeft(com.liferay.petra.function.UnsafeSupplier<Integer,Exception> marginLeftUnsafeSupplier)
    • getMarginRight

      public Integer getMarginRight()
    • setMarginRight

      public void setMarginRight(Integer marginRight)
    • setMarginRight

      public void setMarginRight(com.liferay.petra.function.UnsafeSupplier<Integer,Exception> marginRightUnsafeSupplier)
    • getMarginTop

      public Integer getMarginTop()
    • setMarginTop

      public void setMarginTop(Integer marginTop)
    • setMarginTop

      public void setMarginTop(com.liferay.petra.function.UnsafeSupplier<Integer,Exception> marginTopUnsafeSupplier)
    • getOpacity

      public Integer getOpacity()
    • setOpacity

      public void setOpacity(Integer opacity)
    • setOpacity

      public void setOpacity(com.liferay.petra.function.UnsafeSupplier<Integer,Exception> opacityUnsafeSupplier)
    • getPaddingBottom

      public Integer getPaddingBottom()
    • setPaddingBottom

      public void setPaddingBottom(Integer paddingBottom)
    • setPaddingBottom

      public void setPaddingBottom(com.liferay.petra.function.UnsafeSupplier<Integer,Exception> paddingBottomUnsafeSupplier)
    • getPaddingHorizontal

      public Integer getPaddingHorizontal()
    • setPaddingHorizontal

      public void setPaddingHorizontal(Integer paddingHorizontal)
    • setPaddingHorizontal

      public void setPaddingHorizontal(com.liferay.petra.function.UnsafeSupplier<Integer,Exception> paddingHorizontalUnsafeSupplier)
    • getPaddingLeft

      public Integer getPaddingLeft()
    • setPaddingLeft

      public void setPaddingLeft(Integer paddingLeft)
    • setPaddingLeft

      public void setPaddingLeft(com.liferay.petra.function.UnsafeSupplier<Integer,Exception> paddingLeftUnsafeSupplier)
    • getPaddingRight

      public Integer getPaddingRight()
    • setPaddingRight

      public void setPaddingRight(Integer paddingRight)
    • setPaddingRight

      public void setPaddingRight(com.liferay.petra.function.UnsafeSupplier<Integer,Exception> paddingRightUnsafeSupplier)
    • getPaddingTop

      public Integer getPaddingTop()
    • setPaddingTop

      public void setPaddingTop(Integer paddingTop)
    • setPaddingTop

      public void setPaddingTop(com.liferay.petra.function.UnsafeSupplier<Integer,Exception> paddingTopUnsafeSupplier)
    • getShadow

      @Valid public @Valid Layout.Shadow getShadow()
    • getShadowAsString

      public String getShadowAsString()
    • setShadow

      public void setShadow(Layout.Shadow shadow)
    • setShadow

      public void setShadow(com.liferay.petra.function.UnsafeSupplier<Layout.Shadow,Exception> shadowUnsafeSupplier)
    • getWidthType

      @Valid public @Valid Layout.WidthType getWidthType()
    • getWidthTypeAsString

      public String getWidthTypeAsString()
    • setWidthType

      public void setWidthType(Layout.WidthType widthType)
    • setWidthType

      public void setWidthType(com.liferay.petra.function.UnsafeSupplier<Layout.WidthType,Exception> widthTypeUnsafeSupplier)
    • 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