public final class ChannelSectionContentDetails
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: http://code.google.com/p/google-http-java-client/wiki/JSON
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
ChannelSectionContentDetails() |
Modifier and Type | Method and Description |
---|---|
ChannelSectionContentDetails |
clone() |
java.util.List<java.lang.String> |
getChannels()
The channel ids for type multiple_channels.
|
java.util.List<java.lang.String> |
getPlaylists()
The playlist ids for type single_playlist and multiple_playlists.
|
ChannelSectionContentDetails |
set(java.lang.String fieldName,
java.lang.Object value) |
ChannelSectionContentDetails |
setChannels(java.util.List<java.lang.String> channels)
The channel ids for type multiple_channels.
|
ChannelSectionContentDetails |
setPlaylists(java.util.List<java.lang.String> playlists)
The playlist ids for type single_playlist and multiple_playlists.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
public java.util.List<java.lang.String> getChannels()
null
for nonepublic ChannelSectionContentDetails setChannels(java.util.List<java.lang.String> channels)
channels
- channels or null
for nonepublic java.util.List<java.lang.String> getPlaylists()
null
for nonepublic ChannelSectionContentDetails setPlaylists(java.util.List<java.lang.String> playlists)
playlists
- playlists or null
for nonepublic ChannelSectionContentDetails set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public ChannelSectionContentDetails clone()
clone
in class com.google.api.client.json.GenericJson