public static final class Comment.Actor.Verification
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
Verification() |
| Modifier and Type | Method and Description |
|---|---|
Comment.Actor.Verification |
clone() |
java.lang.String |
getAdHocVerified()
Verification for one-time or manual processes.
|
Comment.Actor.Verification |
set(java.lang.String fieldName,
java.lang.Object value) |
Comment.Actor.Verification |
setAdHocVerified(java.lang.String adHocVerified)
Verification for one-time or manual processes.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getAdHocVerified()
null for nonepublic Comment.Actor.Verification setAdHocVerified(java.lang.String adHocVerified)
adHocVerified - adHocVerified or null for nonepublic Comment.Actor.Verification set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic Comment.Actor.Verification clone()
clone in class com.google.api.client.json.GenericJson