public final class VideoLocalization
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 |
|---|
VideoLocalization() |
| Modifier and Type | Method and Description |
|---|---|
VideoLocalization |
clone() |
java.lang.String |
getDescription()
Localized version of the video's description.
|
java.lang.String |
getTitle()
Localized version of the video's title.
|
VideoLocalization |
set(java.lang.String fieldName,
java.lang.Object value) |
VideoLocalization |
setDescription(java.lang.String description)
Localized version of the video's description.
|
VideoLocalization |
setTitle(java.lang.String title)
Localized version of the video's title.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getDescription()
null for nonepublic VideoLocalization setDescription(java.lang.String description)
description - description or null for nonepublic java.lang.String getTitle()
null for nonepublic VideoLocalization setTitle(java.lang.String title)
title - title or null for nonepublic VideoLocalization set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic VideoLocalization clone()
clone in class com.google.api.client.json.GenericJson