Class LayoutShiftAttribution

java.lang.Object
io.webfolder.cdp.type.performancetimeline.LayoutShiftAttribution

public class LayoutShiftAttribution extends Object
  • Constructor Details

    • LayoutShiftAttribution

      public LayoutShiftAttribution()
  • Method Details

    • getPreviousRect

      public Rect getPreviousRect()
    • setPreviousRect

      public void setPreviousRect(Rect previousRect)
    • getCurrentRect

      public Rect getCurrentRect()
    • setCurrentRect

      public void setCurrentRect(Rect currentRect)
    • getNodeId

      public Integer getNodeId()
    • setNodeId

      public void setNodeId(Integer nodeId)
    • toString

      public String toString()
      Overrides:
      toString in class Object