public final class RunMobileFriendlyTestRequest
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 Google Search Console URL Testing Tools 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 |
---|
RunMobileFriendlyTestRequest() |
Modifier and Type | Method and Description |
---|---|
RunMobileFriendlyTestRequest |
clone() |
java.lang.Boolean |
getRequestScreenshot()
Whether or not screenshot is requested.
|
java.lang.String |
getUrl()
URL for inspection.
|
RunMobileFriendlyTestRequest |
set(java.lang.String fieldName,
java.lang.Object value) |
RunMobileFriendlyTestRequest |
setRequestScreenshot(java.lang.Boolean requestScreenshot)
Whether or not screenshot is requested.
|
RunMobileFriendlyTestRequest |
setUrl(java.lang.String url)
URL for inspection.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.lang.Boolean getRequestScreenshot()
null
for nonepublic RunMobileFriendlyTestRequest setRequestScreenshot(java.lang.Boolean requestScreenshot)
requestScreenshot
- requestScreenshot or null
for nonepublic java.lang.String getUrl()
null
for nonepublic RunMobileFriendlyTestRequest setUrl(java.lang.String url)
url
- url or null
for nonepublic RunMobileFriendlyTestRequest set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public RunMobileFriendlyTestRequest clone()
clone
in class com.google.api.client.json.GenericJson