target.apidocs.com.google.api.services.customsearch.model.Result.Image.html Maven / Gradle / Ivy
Result.Image (Custom Search API v1-rev20200401-1.30.9)
com.google.api.services.customsearch.model
Class Result.Image
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.json.GenericJson
-
- com.google.api.services.customsearch.model.Result.Image
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
GenericData.Flags
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
-
Constructor Summary
Constructors
Constructor and Description
Image()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
Result.Image
clone()
Integer
getByteSize()
String
getContextLink()
Integer
getHeight()
Integer
getThumbnailHeight()
String
getThumbnailLink()
Integer
getThumbnailWidth()
Integer
getWidth()
Result.Image
set(String fieldName,
Object value)
Result.Image
setByteSize(Integer byteSize)
Result.Image
setContextLink(String contextLink)
Result.Image
setHeight(Integer height)
Result.Image
setThumbnailHeight(Integer thumbnailHeight)
Result.Image
setThumbnailLink(String thumbnailLink)
Result.Image
setThumbnailWidth(Integer thumbnailWidth)
Result.Image
setWidth(Integer width)
-
Methods inherited from class com.google.api.client.json.GenericJson
getFactory, setFactory, toPrettyString, toString
-
Methods inherited from class com.google.api.client.util.GenericData
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
Method Detail
-
getByteSize
public Integer getByteSize()
- Returns:
- value or
null
for none
-
setByteSize
public Result.Image setByteSize(Integer byteSize)
- Parameters:
byteSize
- byteSize or null
for none
-
getContextLink
public String getContextLink()
- Returns:
- value or
null
for none
-
setContextLink
public Result.Image setContextLink(String contextLink)
- Parameters:
contextLink
- contextLink or null
for none
-
getHeight
public Integer getHeight()
- Returns:
- value or
null
for none
-
setHeight
public Result.Image setHeight(Integer height)
- Parameters:
height
- height or null
for none
-
getThumbnailHeight
public Integer getThumbnailHeight()
- Returns:
- value or
null
for none
-
setThumbnailHeight
public Result.Image setThumbnailHeight(Integer thumbnailHeight)
- Parameters:
thumbnailHeight
- thumbnailHeight or null
for none
-
getThumbnailLink
public String getThumbnailLink()
- Returns:
- value or
null
for none
-
setThumbnailLink
public Result.Image setThumbnailLink(String thumbnailLink)
- Parameters:
thumbnailLink
- thumbnailLink or null
for none
-
getThumbnailWidth
public Integer getThumbnailWidth()
- Returns:
- value or
null
for none
-
setThumbnailWidth
public Result.Image setThumbnailWidth(Integer thumbnailWidth)
- Parameters:
thumbnailWidth
- thumbnailWidth or null
for none
-
getWidth
public Integer getWidth()
- Returns:
- value or
null
for none
-
setWidth
public Result.Image setWidth(Integer width)
- Parameters:
width
- width or null
for none
-
set
public Result.Image set(String fieldName,
Object value)
- Overrides:
set
in class GenericJson
-
clone
public Result.Image clone()
- Overrides:
clone
in class GenericJson
Copyright © 2011–2020 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy