public final class ChannelProfileDetails
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 |
---|
ChannelProfileDetails() |
Modifier and Type | Method and Description |
---|---|
ChannelProfileDetails |
clone() |
java.lang.String |
getChannelId()
The YouTube channel ID.
|
java.lang.String |
getChannelUrl()
The channel's URL.
|
java.lang.String |
getDisplayName()
The channel's display name.
|
java.lang.String |
getProfileImageUrl()
The channels's avatar URL.
|
ChannelProfileDetails |
set(java.lang.String fieldName,
java.lang.Object value) |
ChannelProfileDetails |
setChannelId(java.lang.String channelId)
The YouTube channel ID.
|
ChannelProfileDetails |
setChannelUrl(java.lang.String channelUrl)
The channel's URL.
|
ChannelProfileDetails |
setDisplayName(java.lang.String displayName)
The channel's display name.
|
ChannelProfileDetails |
setProfileImageUrl(java.lang.String profileImageUrl)
The channels's avatar URL.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
public java.lang.String getChannelId()
null
for nonepublic ChannelProfileDetails setChannelId(java.lang.String channelId)
channelId
- channelId or null
for nonepublic java.lang.String getChannelUrl()
null
for nonepublic ChannelProfileDetails setChannelUrl(java.lang.String channelUrl)
channelUrl
- channelUrl or null
for nonepublic java.lang.String getDisplayName()
null
for nonepublic ChannelProfileDetails setDisplayName(java.lang.String displayName)
displayName
- displayName or null
for nonepublic java.lang.String getProfileImageUrl()
null
for nonepublic ChannelProfileDetails setProfileImageUrl(java.lang.String profileImageUrl)
profileImageUrl
- profileImageUrl or null
for nonepublic ChannelProfileDetails set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public ChannelProfileDetails clone()
clone
in class com.google.api.client.json.GenericJson