target.apidocs.com.google.api.services.analytics.model.CustomDataSource.ChildLink.html Maven / Gradle / Ivy
CustomDataSource.ChildLink (Google Analytics API v3-rev20190807-1.31.0)
com.google.api.services.analytics.model
Class CustomDataSource.ChildLink
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.json.GenericJson
-
- com.google.api.services.analytics.model.CustomDataSource.ChildLink
-
- Enclosing class:
- CustomDataSource
public static final class CustomDataSource.ChildLink
extends GenericJson
Model definition for CustomDataSourceChildLink.
-
-
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
ChildLink()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
CustomDataSource.ChildLink
clone()
String
getHref()
Link to the list of daily uploads for this custom data source.
String
getType()
Value is "analytics#dailyUploads".
CustomDataSource.ChildLink
set(String fieldName,
Object value)
CustomDataSource.ChildLink
setHref(String href)
Link to the list of daily uploads for this custom data source.
CustomDataSource.ChildLink
setType(String type)
Value is "analytics#dailyUploads".
-
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
-
getHref
public String getHref()
Link to the list of daily uploads for this custom data source. Link to the list of uploads for
this custom data source.
- Returns:
- value or
null
for none
-
setHref
public CustomDataSource.ChildLink setHref(String href)
Link to the list of daily uploads for this custom data source. Link to the list of uploads for
this custom data source.
- Parameters:
href
- href or null
for none
-
getType
public String getType()
Value is "analytics#dailyUploads". Value is "analytics#uploads".
- Returns:
- value or
null
for none
-
setType
public CustomDataSource.ChildLink setType(String type)
Value is "analytics#dailyUploads". Value is "analytics#uploads".
- Parameters:
type
- type or null
for none
-
set
public CustomDataSource.ChildLink set(String fieldName,
Object value)
- Overrides:
set
in class GenericJson
-
clone
public CustomDataSource.ChildLink clone()
- Overrides:
clone
in class GenericJson
Copyright © 2011–2020 Google. All rights reserved.