public static final class Comment.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 |
---|---|
Comment.Actor.ClientSpecificActorInfo.YoutubeActorInfo |
clone() |
java.lang.String |
getChannelId()
ID of the YouTube channel owned by the Actor.
|
Comment.Actor.ClientSpecificActorInfo.YoutubeActorInfo |
set(java.lang.String fieldName,
java.lang.Object value) |
Comment.Actor.ClientSpecificActorInfo.YoutubeActorInfo |
setChannelId(java.lang.String channelId)
ID of the YouTube channel owned by the Actor.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.lang.String getChannelId()
null
for nonepublic Comment.Actor.ClientSpecificActorInfo.YoutubeActorInfo setChannelId(java.lang.String channelId)
channelId
- channelId or null
for nonepublic Comment.Actor.ClientSpecificActorInfo.YoutubeActorInfo set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public Comment.Actor.ClientSpecificActorInfo.YoutubeActorInfo clone()
clone
in class com.google.api.client.json.GenericJson