public final class I18nLanguageListResponse
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 YouTube Data 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 |
|---|
I18nLanguageListResponse() |
| Modifier and Type | Method and Description |
|---|---|
I18nLanguageListResponse |
clone() |
java.lang.String |
getEtag()
Etag of this resource.
|
java.lang.String |
getEventId()
Serialized EventId of the request which produced this response.
|
java.util.List<I18nLanguage> |
getItems()
A list of supported i18n languages.
|
java.lang.String |
getKind()
Identifies what kind of resource this is.
|
java.lang.String |
getVisitorId()
The visitorId identifies the visitor.
|
I18nLanguageListResponse |
set(java.lang.String fieldName,
java.lang.Object value) |
I18nLanguageListResponse |
setEtag(java.lang.String etag)
Etag of this resource.
|
I18nLanguageListResponse |
setEventId(java.lang.String eventId)
Serialized EventId of the request which produced this response.
|
I18nLanguageListResponse |
setItems(java.util.List<I18nLanguage> items)
A list of supported i18n languages.
|
I18nLanguageListResponse |
setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
I18nLanguageListResponse |
setVisitorId(java.lang.String visitorId)
The visitorId identifies the visitor.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getEtag()
null for nonepublic I18nLanguageListResponse setEtag(java.lang.String etag)
etag - etag or null for nonepublic java.lang.String getEventId()
null for nonepublic I18nLanguageListResponse setEventId(java.lang.String eventId)
eventId - eventId or null for nonepublic java.util.List<I18nLanguage> getItems()
null for nonepublic I18nLanguageListResponse setItems(java.util.List<I18nLanguage> items)
items - items or null for nonepublic java.lang.String getKind()
null for nonepublic I18nLanguageListResponse setKind(java.lang.String kind)
kind - kind or null for nonepublic java.lang.String getVisitorId()
null for nonepublic I18nLanguageListResponse setVisitorId(java.lang.String visitorId)
visitorId - visitorId or null for nonepublic I18nLanguageListResponse set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic I18nLanguageListResponse clone()
clone in class com.google.api.client.json.GenericJson