public static final class ReportRequest.TimeRange
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
TimeRange() |
Modifier and Type | Method and Description |
---|---|
ReportRequest.TimeRange |
clone() |
String |
getChangedAttributesSinceTimestamp()
Inclusive UTC timestamp in RFC format, e.g., `2013-07-16T10:16:23.555Z`.
|
String |
getChangedMetricsSinceTimestamp()
Inclusive UTC timestamp in RFC format, e.g., `2013-07-16T10:16:23.555Z`.
|
String |
getEndDate()
Inclusive date in YYYY-MM-DD format.
|
String |
getStartDate()
Inclusive date in YYYY-MM-DD format.
|
ReportRequest.TimeRange |
set(String fieldName,
Object value) |
ReportRequest.TimeRange |
setChangedAttributesSinceTimestamp(String changedAttributesSinceTimestamp)
Inclusive UTC timestamp in RFC format, e.g., `2013-07-16T10:16:23.555Z`.
|
ReportRequest.TimeRange |
setChangedMetricsSinceTimestamp(String changedMetricsSinceTimestamp)
Inclusive UTC timestamp in RFC format, e.g., `2013-07-16T10:16:23.555Z`.
|
ReportRequest.TimeRange |
setEndDate(String endDate)
Inclusive date in YYYY-MM-DD format.
|
ReportRequest.TimeRange |
setStartDate(String startDate)
Inclusive date in YYYY-MM-DD format.
|
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 String getChangedAttributesSinceTimestamp()
null
for nonepublic ReportRequest.TimeRange setChangedAttributesSinceTimestamp(String changedAttributesSinceTimestamp)
changedAttributesSinceTimestamp
- changedAttributesSinceTimestamp or null
for nonepublic String getChangedMetricsSinceTimestamp()
null
for nonepublic ReportRequest.TimeRange setChangedMetricsSinceTimestamp(String changedMetricsSinceTimestamp)
changedMetricsSinceTimestamp
- changedMetricsSinceTimestamp or null
for nonepublic String getEndDate()
null
for nonepublic ReportRequest.TimeRange setEndDate(String endDate)
endDate
- endDate or null
for nonepublic String getStartDate()
null
for nonepublic ReportRequest.TimeRange setStartDate(String startDate)
startDate
- startDate or null
for nonepublic ReportRequest.TimeRange set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public ReportRequest.TimeRange clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.