Google Analytics API v3 (revision 41)



com.google.api.services.analytics.model
Class CustomDataSources

java.lang.Object
  extended by java.util.AbstractMap<String,Object>
      extended by com.google.api.client.util.GenericData
          extended by com.google.api.client.json.GenericJson
              extended by com.google.api.services.analytics.model.CustomDataSources
All Implemented Interfaces:
Cloneable, Map<String,Object>

public final class CustomDataSources
extends GenericJson

Lists Analytics custom data sources to which the user has access. Each resource in the collection corresponds to a single Analytics custom data source.

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 Analytics API. For a detailed explanation see: http://code.google.com/p/google-api-java-client/wiki/Json

Author:
Google, Inc.

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>
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
CustomDataSources()
           
 
Method Summary
 CustomDataSources clone()
           
 List<CustomDataSource> getItems()
          Collection of custom data sources.
 Integer getItemsPerPage()
          The maximum number of resources the response can contain, regardless of the actual number of resources returned.
 String getKind()
          Collection type.
 String getNextLink()
          Link to next page for this custom data source collection.
 String getPreviousLink()
          Link to previous page for this custom data source collection.
 Integer getStartIndex()
          The starting index of the resources, which is 1 by default or otherwise specified by the start- index query parameter.
 Integer getTotalResults()
          The total number of results for the query, regardless of the number of results in the response.
 String getUsername()
          Email ID of the authenticated user
 CustomDataSources set(String fieldName, Object value)
           
 CustomDataSources setItems(List<CustomDataSource> items)
          Collection of custom data sources.
 CustomDataSources setItemsPerPage(Integer itemsPerPage)
          The maximum number of resources the response can contain, regardless of the actual number of resources returned.
 CustomDataSources setKind(String kind)
          Collection type.
 CustomDataSources setNextLink(String nextLink)
          Link to next page for this custom data source collection.
 CustomDataSources setPreviousLink(String previousLink)
          Link to previous page for this custom data source collection.
 CustomDataSources setStartIndex(Integer startIndex)
          The starting index of the resources, which is 1 by default or otherwise specified by the start- index query parameter.
 CustomDataSources setTotalResults(Integer totalResults)
          The total number of results for the query, regardless of the number of results in the response.
 CustomDataSources setUsername(String username)
          Email ID of the authenticated user
 
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, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
 
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CustomDataSources

public CustomDataSources()
Method Detail

getItems

public List<CustomDataSource> getItems()
Collection of custom data sources.

Returns:
value or null for none

setItems

public CustomDataSources setItems(List<CustomDataSource> items)
Collection of custom data sources.

Parameters:
items - items or null for none

getItemsPerPage

public Integer getItemsPerPage()
The maximum number of resources the response can contain, regardless of the actual number of resources returned. Its value ranges from 1 to 1000 with a value of 1000 by default, or otherwise specified by the max-results query parameter.

Returns:
value or null for none

setItemsPerPage

public CustomDataSources setItemsPerPage(Integer itemsPerPage)
The maximum number of resources the response can contain, regardless of the actual number of resources returned. Its value ranges from 1 to 1000 with a value of 1000 by default, or otherwise specified by the max-results query parameter.

Parameters:
itemsPerPage - itemsPerPage or null for none

getKind

public String getKind()
Collection type.

Returns:
value or null for none

setKind

public CustomDataSources setKind(String kind)
Collection type.

Parameters:
kind - kind or null for none

getNextLink

public String getNextLink()
Link to next page for this custom data source collection.

Returns:
value or null for none

setNextLink

public CustomDataSources setNextLink(String nextLink)
Link to next page for this custom data source collection.

Parameters:
nextLink - nextLink or null for none

getPreviousLink

public String getPreviousLink()
Link to previous page for this custom data source collection.

Returns:
value or null for none

setPreviousLink

public CustomDataSources setPreviousLink(String previousLink)
Link to previous page for this custom data source collection.

Parameters:
previousLink - previousLink or null for none

getStartIndex

public Integer getStartIndex()
The starting index of the resources, which is 1 by default or otherwise specified by the start- index query parameter.

Returns:
value or null for none

setStartIndex

public CustomDataSources setStartIndex(Integer startIndex)
The starting index of the resources, which is 1 by default or otherwise specified by the start- index query parameter.

Parameters:
startIndex - startIndex or null for none

getTotalResults

public Integer getTotalResults()
The total number of results for the query, regardless of the number of results in the response.

Returns:
value or null for none

setTotalResults

public CustomDataSources setTotalResults(Integer totalResults)
The total number of results for the query, regardless of the number of results in the response.

Parameters:
totalResults - totalResults or null for none

getUsername

public String getUsername()
Email ID of the authenticated user

Returns:
value or null for none

setUsername

public CustomDataSources setUsername(String username)
Email ID of the authenticated user

Parameters:
username - username or null for none

set

public CustomDataSources set(String fieldName,
                             Object value)
Overrides:
set in class GenericJson

clone

public CustomDataSources clone()
Overrides:
clone in class GenericJson