public static final class Comment.Actor
extends com.google.api.client.json.GenericJson
Modifier and Type | Class and Description |
---|---|
static class |
Comment.Actor.ClientSpecificActorInfo
Actor info specific to particular clients.
|
static class |
Comment.Actor.Image
The image representation of this actor.
|
static class |
Comment.Actor.Verification
Verification status of actor.
|
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
Actor() |
Modifier and Type | Method and Description |
---|---|
Comment.Actor |
clone() |
Comment.Actor.ClientSpecificActorInfo |
getClientSpecificActorInfo()
Actor info specific to particular clients.
|
java.lang.String |
getDisplayName()
The name of this actor, suitable for display.
|
java.lang.String |
getId()
The ID of the actor.
|
Comment.Actor.Image |
getImage()
The image representation of this actor.
|
java.lang.String |
getUrl()
A link to the Person resource for this actor.
|
Comment.Actor.Verification |
getVerification()
Verification status of actor.
|
Comment.Actor |
set(java.lang.String fieldName,
java.lang.Object value) |
Comment.Actor |
setClientSpecificActorInfo(Comment.Actor.ClientSpecificActorInfo clientSpecificActorInfo)
Actor info specific to particular clients.
|
Comment.Actor |
setDisplayName(java.lang.String displayName)
The name of this actor, suitable for display.
|
Comment.Actor |
setId(java.lang.String id)
The ID of the actor.
|
Comment.Actor |
setImage(Comment.Actor.Image image)
The image representation of this actor.
|
Comment.Actor |
setUrl(java.lang.String url)
A link to the Person resource for this actor.
|
Comment.Actor |
setVerification(Comment.Actor.Verification verification)
Verification status of actor.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public Comment.Actor.ClientSpecificActorInfo getClientSpecificActorInfo()
null
for nonepublic Comment.Actor setClientSpecificActorInfo(Comment.Actor.ClientSpecificActorInfo clientSpecificActorInfo)
clientSpecificActorInfo
- clientSpecificActorInfo or null
for nonepublic java.lang.String getDisplayName()
null
for nonepublic Comment.Actor setDisplayName(java.lang.String displayName)
displayName
- displayName or null
for nonepublic java.lang.String getId()
null
for nonepublic Comment.Actor setId(java.lang.String id)
id
- id or null
for nonepublic Comment.Actor.Image getImage()
null
for nonepublic Comment.Actor setImage(Comment.Actor.Image image)
image
- image or null
for nonepublic java.lang.String getUrl()
null
for nonepublic Comment.Actor setUrl(java.lang.String url)
url
- url or null
for nonepublic Comment.Actor.Verification getVerification()
null
for nonepublic Comment.Actor setVerification(Comment.Actor.Verification verification)
verification
- verification or null
for nonepublic Comment.Actor set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public Comment.Actor clone()
clone
in class com.google.api.client.json.GenericJson