public final class Thumbnail
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 Slides 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
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
Thumbnail() |
Modifier and Type | Method and Description |
---|---|
Thumbnail |
clone() |
String |
getContentUrl()
The content URL of the thumbnail image.
|
Integer |
getHeight()
The positive height in pixels of the thumbnail image.
|
Integer |
getWidth()
The positive width in pixels of the thumbnail image.
|
Thumbnail |
set(String fieldName,
Object value) |
Thumbnail |
setContentUrl(String contentUrl)
The content URL of the thumbnail image.
|
Thumbnail |
setHeight(Integer height)
The positive height in pixels of the thumbnail image.
|
Thumbnail |
setWidth(Integer width)
The positive width in pixels of the thumbnail image.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public String getContentUrl()
null
for nonepublic Thumbnail setContentUrl(String contentUrl)
contentUrl
- contentUrl or null
for nonepublic Integer getHeight()
null
for nonepublic Thumbnail setHeight(Integer height)
height
- height or null
for nonepublic Integer getWidth()
null
for nonepublic Thumbnail setWidth(Integer width)
width
- width or null
for nonepublic Thumbnail set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public Thumbnail clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.