public final class ListDataSourceResponse
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 Search 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 |
---|
ListDataSourceResponse() |
Modifier and Type | Method and Description |
---|---|
ListDataSourceResponse |
clone() |
java.lang.String |
getNextPageToken()
Token to retrieve the next page of results, or empty if there are no more results in the list.
|
java.util.List<DataSource> |
getSources() |
ListDataSourceResponse |
set(java.lang.String fieldName,
java.lang.Object value) |
ListDataSourceResponse |
setNextPageToken(java.lang.String nextPageToken)
Token to retrieve the next page of results, or empty if there are no more results in the list.
|
ListDataSourceResponse |
setSources(java.util.List<DataSource> sources) |
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.lang.String getNextPageToken()
null
for nonepublic ListDataSourceResponse setNextPageToken(java.lang.String nextPageToken)
nextPageToken
- nextPageToken or null
for nonepublic java.util.List<DataSource> getSources()
null
for nonepublic ListDataSourceResponse setSources(java.util.List<DataSource> sources)
sources
- sources or null
for nonepublic ListDataSourceResponse set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public ListDataSourceResponse clone()
clone
in class com.google.api.client.json.GenericJson