target.apidocs.com.google.api.services.youtube.model.ThumbnailSetResponse.html Maven / Gradle / Ivy
ThumbnailSetResponse (YouTube Data API v3 v3-rev20210410-1.31.0)
com.google.api.services.youtube.model
Class ThumbnailSetResponse
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.json.GenericJson
-
- com.google.api.services.youtube.model.ThumbnailSetResponse
-
public final class ThumbnailSetResponse
extends GenericJson
Model definition for ThumbnailSetResponse.
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 YouTube Data API v3. For a detailed explanation see:
https://developers.google.com/api-client-library/java/google-http-java-client/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>
-
Constructor Summary
Constructors
Constructor and Description
ThumbnailSetResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
ThumbnailSetResponse
clone()
String
getEtag()
Etag of this resource.
String
getEventId()
Serialized EventId of the request which produced this response.
List<ThumbnailDetails>
getItems()
A list of thumbnails.
String
getKind()
Identifies what kind of resource this is.
String
getVisitorId()
The visitorId identifies the visitor.
ThumbnailSetResponse
set(String fieldName,
Object value)
ThumbnailSetResponse
setEtag(String etag)
Etag of this resource.
ThumbnailSetResponse
setEventId(String eventId)
Serialized EventId of the request which produced this response.
ThumbnailSetResponse
setItems(List<ThumbnailDetails> items)
A list of thumbnails.
ThumbnailSetResponse
setKind(String kind)
Identifies what kind of resource this is.
ThumbnailSetResponse
setVisitorId(String visitorId)
The visitorId identifies the visitor.
-
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
-
getEtag
public String getEtag()
Etag of this resource.
- Returns:
- value or
null
for none
-
setEtag
public ThumbnailSetResponse setEtag(String etag)
Etag of this resource.
- Parameters:
etag
- etag or null
for none
-
getEventId
public String getEventId()
Serialized EventId of the request which produced this response.
- Returns:
- value or
null
for none
-
setEventId
public ThumbnailSetResponse setEventId(String eventId)
Serialized EventId of the request which produced this response.
- Parameters:
eventId
- eventId or null
for none
-
getItems
public List<ThumbnailDetails> getItems()
A list of thumbnails.
- Returns:
- value or
null
for none
-
setItems
public ThumbnailSetResponse setItems(List<ThumbnailDetails> items)
A list of thumbnails.
- Parameters:
items
- items or null
for none
-
getKind
public String getKind()
Identifies what kind of resource this is. Value: the fixed string
"youtube#thumbnailSetResponse".
- Returns:
- value or
null
for none
-
setKind
public ThumbnailSetResponse setKind(String kind)
Identifies what kind of resource this is. Value: the fixed string
"youtube#thumbnailSetResponse".
- Parameters:
kind
- kind or null
for none
-
getVisitorId
public String getVisitorId()
The visitorId identifies the visitor.
- Returns:
- value or
null
for none
-
setVisitorId
public ThumbnailSetResponse setVisitorId(String visitorId)
The visitorId identifies the visitor.
- Parameters:
visitorId
- visitorId or null
for none
-
set
public ThumbnailSetResponse set(String fieldName,
Object value)
- Overrides:
set
in class GenericJson
-
clone
public ThumbnailSetResponse clone()
- Overrides:
clone
in class GenericJson
Copyright © 2011–2021 Google. All rights reserved.