public final class Verification
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google My Business API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
Verification() |
Modifier and Type | Method and Description |
---|---|
Verification |
clone() |
java.lang.String |
getCreateTime()
The timestamp when the verification is requested.
|
java.lang.String |
getMethod()
The method of the verification.
|
java.lang.String |
getName()
Resource name of the verification.
|
java.lang.String |
getState()
The state of the verification.
|
Verification |
set(java.lang.String fieldName,
java.lang.Object value) |
Verification |
setCreateTime(java.lang.String createTime)
The timestamp when the verification is requested.
|
Verification |
setMethod(java.lang.String method)
The method of the verification.
|
Verification |
setName(java.lang.String name)
Resource name of the verification.
|
Verification |
setState(java.lang.String state)
The state of the verification.
|
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 getCreateTime()
null
for nonepublic Verification setCreateTime(java.lang.String createTime)
createTime
- createTime or null
for nonepublic java.lang.String getMethod()
null
for nonepublic Verification setMethod(java.lang.String method)
method
- method or null
for nonepublic java.lang.String getName()
null
for nonepublic Verification setName(java.lang.String name)
name
- name or null
for nonepublic java.lang.String getState()
null
for nonepublic Verification setState(java.lang.String state)
state
- state or null
for nonepublic Verification set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public Verification clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011-2018 Google. All Rights Reserved.