public final class Image
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 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.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Image() |
| Modifier and Type | Method and Description |
|---|---|
Image |
clone() |
byte[] |
decodeData()
Image data in format determined by the mime type.
|
Image |
encodeData(byte[] data)
Image data in format determined by the mime type.
|
String |
getData()
Image data in format determined by the mime type.
|
String |
getMimeType()
The mime-type of the image data.
|
Image |
set(String fieldName,
Object value) |
Image |
setData(String data)
Image data in format determined by the mime type.
|
Image |
setMimeType(String mimeType)
The mime-type of the image data.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getData()
null for nonedecodeData()public byte[] decodeData()
null for nonegetData()public Image setData(String data)
data - data or null for none#encodeData()public Image encodeData(byte[] data)
The value is encoded Base64 or {@code null} for none.
public String getMimeType()
null for nonepublic Image setMimeType(String mimeType)
mimeType - mimeType or null for nonepublic Image set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Image clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.