public final class LocationState
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 |
---|
LocationState() |
Modifier and Type | Method and Description |
---|---|
LocationState |
clone() |
java.lang.Boolean |
getCanDelete()
Output only.
|
java.lang.Boolean |
getCanUpdate()
Output only.
|
java.lang.Boolean |
getHasPendingVerification()
Output only.
|
java.lang.Boolean |
getIsDisabled()
Output only.
|
java.lang.Boolean |
getIsDisconnected()
Output only.
|
java.lang.Boolean |
getIsDuplicate()
Output only.
|
java.lang.Boolean |
getIsGoogleUpdated()
Output only.
|
java.lang.Boolean |
getIsLocalPostApiDisabled()
Output only.
|
java.lang.Boolean |
getIsPendingReview()
Output only.
|
java.lang.Boolean |
getIsPublished()
Output only.
|
java.lang.Boolean |
getIsSuspended()
Output only.
|
java.lang.Boolean |
getIsVerified()
Output only.
|
java.lang.Boolean |
getNeedsReverification()
Output only.
|
LocationState |
set(java.lang.String fieldName,
java.lang.Object value) |
LocationState |
setCanDelete(java.lang.Boolean canDelete)
Output only.
|
LocationState |
setCanUpdate(java.lang.Boolean canUpdate)
Output only.
|
LocationState |
setHasPendingVerification(java.lang.Boolean hasPendingVerification)
Output only.
|
LocationState |
setIsDisabled(java.lang.Boolean isDisabled)
Output only.
|
LocationState |
setIsDisconnected(java.lang.Boolean isDisconnected)
Output only.
|
LocationState |
setIsDuplicate(java.lang.Boolean isDuplicate)
Output only.
|
LocationState |
setIsGoogleUpdated(java.lang.Boolean isGoogleUpdated)
Output only.
|
LocationState |
setIsLocalPostApiDisabled(java.lang.Boolean isLocalPostApiDisabled)
Output only.
|
LocationState |
setIsPendingReview(java.lang.Boolean isPendingReview)
Output only.
|
LocationState |
setIsPublished(java.lang.Boolean isPublished)
Output only.
|
LocationState |
setIsSuspended(java.lang.Boolean isSuspended)
Output only.
|
LocationState |
setIsVerified(java.lang.Boolean isVerified)
Output only.
|
LocationState |
setNeedsReverification(java.lang.Boolean needsReverification)
Output only.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.lang.Boolean getCanDelete()
null
for nonepublic LocationState setCanDelete(java.lang.Boolean canDelete)
canDelete
- canDelete or null
for nonepublic java.lang.Boolean getCanUpdate()
null
for nonepublic LocationState setCanUpdate(java.lang.Boolean canUpdate)
canUpdate
- canUpdate or null
for nonepublic java.lang.Boolean getHasPendingVerification()
null
for nonepublic LocationState setHasPendingVerification(java.lang.Boolean hasPendingVerification)
hasPendingVerification
- hasPendingVerification or null
for nonepublic java.lang.Boolean getIsDisabled()
null
for nonepublic LocationState setIsDisabled(java.lang.Boolean isDisabled)
isDisabled
- isDisabled or null
for nonepublic java.lang.Boolean getIsDisconnected()
null
for nonepublic LocationState setIsDisconnected(java.lang.Boolean isDisconnected)
isDisconnected
- isDisconnected or null
for nonepublic java.lang.Boolean getIsDuplicate()
null
for nonepublic LocationState setIsDuplicate(java.lang.Boolean isDuplicate)
isDuplicate
- isDuplicate or null
for nonepublic java.lang.Boolean getIsGoogleUpdated()
null
for nonepublic LocationState setIsGoogleUpdated(java.lang.Boolean isGoogleUpdated)
isGoogleUpdated
- isGoogleUpdated or null
for nonepublic java.lang.Boolean getIsLocalPostApiDisabled()
null
for nonepublic LocationState setIsLocalPostApiDisabled(java.lang.Boolean isLocalPostApiDisabled)
isLocalPostApiDisabled
- isLocalPostApiDisabled or null
for nonepublic java.lang.Boolean getIsPendingReview()
null
for nonepublic LocationState setIsPendingReview(java.lang.Boolean isPendingReview)
isPendingReview
- isPendingReview or null
for nonepublic java.lang.Boolean getIsPublished()
null
for nonepublic LocationState setIsPublished(java.lang.Boolean isPublished)
isPublished
- isPublished or null
for nonepublic java.lang.Boolean getIsSuspended()
null
for nonepublic LocationState setIsSuspended(java.lang.Boolean isSuspended)
isSuspended
- isSuspended or null
for nonepublic java.lang.Boolean getIsVerified()
null
for nonepublic LocationState setIsVerified(java.lang.Boolean isVerified)
isVerified
- isVerified or null
for nonepublic java.lang.Boolean getNeedsReverification()
null
for nonepublic LocationState setNeedsReverification(java.lang.Boolean needsReverification)
needsReverification
- needsReverification or null
for nonepublic LocationState set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public LocationState clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011-2018 Google. All Rights Reserved.