public final class LighthouseAuditResultV5
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the PageSpeed Insights API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
LighthouseAuditResultV5() |
Modifier and Type | Method and Description |
---|---|
LighthouseAuditResultV5 |
clone() |
java.lang.String |
getDescription()
The description of the audit.
|
java.util.Map<java.lang.String,java.lang.Object> |
getDetails()
Freeform details section of the audit.
|
java.lang.String |
getDisplayValue()
The value that should be displayed on the UI for this audit.
|
java.lang.String |
getErrorMessage()
An error message from a thrown error inside the audit.
|
java.lang.String |
getExplanation()
An explanation of the errors in the audit.
|
java.lang.String |
getId()
The audit's id.
|
java.lang.Double |
getNumericValue()
A numeric value that has a meaning specific to the audit, e.g.
|
java.lang.Object |
getScore() |
java.lang.String |
getScoreDisplayMode()
The enumerated score display mode.
|
java.lang.String |
getTitle()
The human readable title.
|
java.lang.Object |
getWarnings() |
LighthouseAuditResultV5 |
set(java.lang.String fieldName,
java.lang.Object value) |
LighthouseAuditResultV5 |
setDescription(java.lang.String description)
The description of the audit.
|
LighthouseAuditResultV5 |
setDetails(java.util.Map<java.lang.String,java.lang.Object> details)
Freeform details section of the audit.
|
LighthouseAuditResultV5 |
setDisplayValue(java.lang.String displayValue)
The value that should be displayed on the UI for this audit.
|
LighthouseAuditResultV5 |
setErrorMessage(java.lang.String errorMessage)
An error message from a thrown error inside the audit.
|
LighthouseAuditResultV5 |
setExplanation(java.lang.String explanation)
An explanation of the errors in the audit.
|
LighthouseAuditResultV5 |
setId(java.lang.String id)
The audit's id.
|
LighthouseAuditResultV5 |
setNumericValue(java.lang.Double numericValue)
A numeric value that has a meaning specific to the audit, e.g.
|
LighthouseAuditResultV5 |
setScore(java.lang.Object score) |
LighthouseAuditResultV5 |
setScoreDisplayMode(java.lang.String scoreDisplayMode)
The enumerated score display mode.
|
LighthouseAuditResultV5 |
setTitle(java.lang.String title)
The human readable title.
|
LighthouseAuditResultV5 |
setWarnings(java.lang.Object warnings) |
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.lang.String getDescription()
null
for nonepublic LighthouseAuditResultV5 setDescription(java.lang.String description)
description
- description or null
for nonepublic java.util.Map<java.lang.String,java.lang.Object> getDetails()
null
for nonepublic LighthouseAuditResultV5 setDetails(java.util.Map<java.lang.String,java.lang.Object> details)
details
- details or null
for nonepublic java.lang.String getDisplayValue()
null
for nonepublic LighthouseAuditResultV5 setDisplayValue(java.lang.String displayValue)
displayValue
- displayValue or null
for nonepublic java.lang.String getErrorMessage()
null
for nonepublic LighthouseAuditResultV5 setErrorMessage(java.lang.String errorMessage)
errorMessage
- errorMessage or null
for nonepublic java.lang.String getExplanation()
null
for nonepublic LighthouseAuditResultV5 setExplanation(java.lang.String explanation)
explanation
- explanation or null
for nonepublic java.lang.String getId()
null
for nonepublic LighthouseAuditResultV5 setId(java.lang.String id)
id
- id or null
for nonepublic java.lang.Double getNumericValue()
null
for nonepublic LighthouseAuditResultV5 setNumericValue(java.lang.Double numericValue)
numericValue
- numericValue or null
for nonepublic java.lang.Object getScore()
null
for nonepublic LighthouseAuditResultV5 setScore(java.lang.Object score)
score
- score or null
for nonepublic java.lang.String getScoreDisplayMode()
null
for nonepublic LighthouseAuditResultV5 setScoreDisplayMode(java.lang.String scoreDisplayMode)
scoreDisplayMode
- scoreDisplayMode or null
for nonepublic java.lang.String getTitle()
null
for nonepublic LighthouseAuditResultV5 setTitle(java.lang.String title)
title
- title or null
for nonepublic java.lang.Object getWarnings()
null
for nonepublic LighthouseAuditResultV5 setWarnings(java.lang.Object warnings)
warnings
- warnings or null
for nonepublic LighthouseAuditResultV5 set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public LighthouseAuditResultV5 clone()
clone
in class com.google.api.client.json.GenericJson