public static final class Comment.Actor.ClientSpecificActorInfo
extends com.google.api.client.json.GenericJson
| Modifier and Type | Class and Description |
|---|---|
static class |
Comment.Actor.ClientSpecificActorInfo.YoutubeActorInfo
Actor info specific to YouTube clients.
|
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
ClientSpecificActorInfo() |
| Modifier and Type | Method and Description |
|---|---|
Comment.Actor.ClientSpecificActorInfo |
clone() |
Comment.Actor.ClientSpecificActorInfo.YoutubeActorInfo |
getYoutubeActorInfo()
Actor info specific to YouTube clients.
|
Comment.Actor.ClientSpecificActorInfo |
set(java.lang.String fieldName,
java.lang.Object value) |
Comment.Actor.ClientSpecificActorInfo |
setYoutubeActorInfo(Comment.Actor.ClientSpecificActorInfo.YoutubeActorInfo youtubeActorInfo)
Actor info specific to YouTube clients.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic Comment.Actor.ClientSpecificActorInfo.YoutubeActorInfo getYoutubeActorInfo()
null for nonepublic Comment.Actor.ClientSpecificActorInfo setYoutubeActorInfo(Comment.Actor.ClientSpecificActorInfo.YoutubeActorInfo youtubeActorInfo)
youtubeActorInfo - youtubeActorInfo or null for nonepublic Comment.Actor.ClientSpecificActorInfo set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic Comment.Actor.ClientSpecificActorInfo clone()
clone in class com.google.api.client.json.GenericJson