public static final class ReportRequest.TimeRange
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.FlagsAbstractMap.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, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic 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.GenericJsonpublic ReportRequest.TimeRange clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.