public final class EmailVerificationData
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 |
---|
EmailVerificationData() |
Modifier and Type | Method and Description |
---|---|
EmailVerificationData |
clone() |
java.lang.String |
getDomainName()
Domain name in the email address.
|
java.lang.Boolean |
getIsUserNameEditable()
Whether client is allowed to provide a different user name.
|
java.lang.String |
getUserName()
User name in the email address.
|
EmailVerificationData |
set(java.lang.String fieldName,
java.lang.Object value) |
EmailVerificationData |
setDomainName(java.lang.String domainName)
Domain name in the email address.
|
EmailVerificationData |
setIsUserNameEditable(java.lang.Boolean isUserNameEditable)
Whether client is allowed to provide a different user name.
|
EmailVerificationData |
setUserName(java.lang.String userName)
User name in the email address.
|
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 getDomainName()
null
for nonepublic EmailVerificationData setDomainName(java.lang.String domainName)
domainName
- domainName or null
for nonepublic java.lang.Boolean getIsUserNameEditable()
null
for nonepublic EmailVerificationData setIsUserNameEditable(java.lang.Boolean isUserNameEditable)
isUserNameEditable
- isUserNameEditable or null
for nonepublic java.lang.String getUserName()
null
for nonepublic EmailVerificationData setUserName(java.lang.String userName)
userName
- userName or null
for nonepublic EmailVerificationData set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public EmailVerificationData clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011-2018 Google. All Rights Reserved.