public static final class Activity.Actor.ClientSpecificActorInfo.YoutubeActorInfo
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
YoutubeActorInfo() |
| Modifier and Type | Method and Description |
|---|---|
Activity.Actor.ClientSpecificActorInfo.YoutubeActorInfo |
clone() |
java.lang.String |
getChannelId()
ID of the YouTube channel owned by the Actor.
|
Activity.Actor.ClientSpecificActorInfo.YoutubeActorInfo |
set(java.lang.String fieldName,
java.lang.Object value) |
Activity.Actor.ClientSpecificActorInfo.YoutubeActorInfo |
setChannelId(java.lang.String channelId)
ID of the YouTube channel owned by the Actor.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getChannelId()
null for nonepublic Activity.Actor.ClientSpecificActorInfo.YoutubeActorInfo setChannelId(java.lang.String channelId)
channelId - channelId or null for nonepublic Activity.Actor.ClientSpecificActorInfo.YoutubeActorInfo set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic Activity.Actor.ClientSpecificActorInfo.YoutubeActorInfo clone()
clone in class com.google.api.client.json.GenericJson