public final class EventDateTime
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 Wallet 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
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
EventDateTime() |
Modifier and Type | Method and Description |
---|---|
EventDateTime |
clone() |
LocalizedString |
getCustomDoorsOpenLabel()
A custom label to use for the doors open value (`doorsOpen`) on the card detail view.
|
String |
getDoorsOpen()
The date/time when the doors open at the venue.
|
String |
getDoorsOpenLabel()
The label to use for the doors open value (`doorsOpen`) on the card detail view.
|
String |
getEnd()
The date/time when the event ends.
|
String |
getKind()
Identifies what kind of resource this is.
|
String |
getStart()
The date/time when the event starts.
|
EventDateTime |
set(String fieldName,
Object value) |
EventDateTime |
setCustomDoorsOpenLabel(LocalizedString customDoorsOpenLabel)
A custom label to use for the doors open value (`doorsOpen`) on the card detail view.
|
EventDateTime |
setDoorsOpen(String doorsOpen)
The date/time when the doors open at the venue.
|
EventDateTime |
setDoorsOpenLabel(String doorsOpenLabel)
The label to use for the doors open value (`doorsOpen`) on the card detail view.
|
EventDateTime |
setEnd(String end)
The date/time when the event ends.
|
EventDateTime |
setKind(String kind)
Identifies what kind of resource this is.
|
EventDateTime |
setStart(String start)
The date/time when the event starts.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public LocalizedString getCustomDoorsOpenLabel()
null
for nonepublic EventDateTime setCustomDoorsOpenLabel(LocalizedString customDoorsOpenLabel)
customDoorsOpenLabel
- customDoorsOpenLabel or null
for nonepublic String getDoorsOpen()
null
for nonepublic EventDateTime setDoorsOpen(String doorsOpen)
doorsOpen
- doorsOpen or null
for nonepublic String getDoorsOpenLabel()
null
for nonepublic EventDateTime setDoorsOpenLabel(String doorsOpenLabel)
doorsOpenLabel
- doorsOpenLabel or null
for nonepublic String getEnd()
null
for nonepublic EventDateTime setEnd(String end)
end
- end or null
for nonepublic String getKind()
null
for nonepublic EventDateTime setKind(String kind)
kind
- kind or null
for nonepublic String getStart()
null
for nonepublic EventDateTime setStart(String start)
start
- start or null
for nonepublic EventDateTime set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public EventDateTime clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.