public final class ListReferenceImagesResponse
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 Cloud Vision 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 |
---|
ListReferenceImagesResponse() |
Modifier and Type | Method and Description |
---|---|
ListReferenceImagesResponse |
clone() |
String |
getNextPageToken()
The next_page_token returned from a previous List request, if any.
|
Integer |
getPageSize()
The maximum number of items to return.
|
List<ReferenceImage> |
getReferenceImages()
The list of reference images.
|
ListReferenceImagesResponse |
set(String fieldName,
Object value) |
ListReferenceImagesResponse |
setNextPageToken(String nextPageToken)
The next_page_token returned from a previous List request, if any.
|
ListReferenceImagesResponse |
setPageSize(Integer pageSize)
The maximum number of items to return.
|
ListReferenceImagesResponse |
setReferenceImages(List<ReferenceImage> referenceImages)
The list of reference images.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public String getNextPageToken()
null
for nonepublic ListReferenceImagesResponse setNextPageToken(String nextPageToken)
nextPageToken
- nextPageToken or null
for nonepublic Integer getPageSize()
null
for nonepublic ListReferenceImagesResponse setPageSize(Integer pageSize)
pageSize
- pageSize or null
for nonepublic List<ReferenceImage> getReferenceImages()
null
for nonepublic ListReferenceImagesResponse setReferenceImages(List<ReferenceImage> referenceImages)
referenceImages
- referenceImages or null
for nonepublic ListReferenceImagesResponse set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public ListReferenceImagesResponse clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2019 Google. All rights reserved.