public final class GuideCategorySnippet
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 |
|---|
GuideCategorySnippet() |
| Modifier and Type | Method and Description |
|---|---|
GuideCategorySnippet |
clone() |
java.lang.String |
getChannelId() |
java.lang.String |
getTitle()
Description of the guide category.
|
GuideCategorySnippet |
set(java.lang.String fieldName,
java.lang.Object value) |
GuideCategorySnippet |
setChannelId(java.lang.String channelId) |
GuideCategorySnippet |
setTitle(java.lang.String title)
Description of the guide category.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getChannelId()
null for nonepublic GuideCategorySnippet setChannelId(java.lang.String channelId)
channelId - channelId or null for nonepublic java.lang.String getTitle()
null for nonepublic GuideCategorySnippet setTitle(java.lang.String title)
title - title or null for nonepublic GuideCategorySnippet set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic GuideCategorySnippet clone()
clone in class com.google.api.client.json.GenericJson