public class LayoutShift extends Object
| Constructor and Description |
|---|
LayoutShift() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getHadRecentInput() |
Double |
getLastInputTime() |
List<LayoutShiftAttribution> |
getSources() |
Double |
getValue()
Score increment produced by this event.
|
void |
setHadRecentInput(Boolean hadRecentInput) |
void |
setLastInputTime(Double lastInputTime) |
void |
setSources(List<LayoutShiftAttribution> sources) |
void |
setValue(Double value)
Score increment produced by this event.
|
public Double getValue()
public void setValue(Double value)
public Boolean getHadRecentInput()
public void setHadRecentInput(Boolean hadRecentInput)
public Double getLastInputTime()
public void setLastInputTime(Double lastInputTime)
public List<LayoutShiftAttribution> getSources()
public void setSources(List<LayoutShiftAttribution> sources)
Copyright © 2021 Kenan Klisura. All rights reserved.