public final class OpenInfo
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 |
---|
OpenInfo() |
Modifier and Type | Method and Description |
---|---|
OpenInfo |
clone() |
java.lang.Boolean |
getCanReopen()
Output only.
|
Date |
getOpeningDate()
The date on which the location first opened.
|
java.lang.String |
getStatus()
Indicates whether or not the Location is currently open for business.
|
OpenInfo |
set(java.lang.String fieldName,
java.lang.Object value) |
OpenInfo |
setCanReopen(java.lang.Boolean canReopen)
Output only.
|
OpenInfo |
setOpeningDate(Date openingDate)
The date on which the location first opened.
|
OpenInfo |
setStatus(java.lang.String status)
Indicates whether or not the Location is currently open for business.
|
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 getCanReopen()
null
for nonepublic OpenInfo setCanReopen(java.lang.Boolean canReopen)
canReopen
- canReopen or null
for nonepublic Date getOpeningDate()
null
for nonepublic OpenInfo setOpeningDate(Date openingDate)
openingDate
- openingDate or null
for nonepublic java.lang.String getStatus()
null
for nonepublic OpenInfo setStatus(java.lang.String status)
status
- status or null
for nonepublic OpenInfo set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public OpenInfo clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011-2018 Google. All Rights Reserved.