public static final class ReportRequest.TimeRange extends GenericJson
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
TimeRange() |
| Modifier and Type | Method and Description |
|---|---|
ReportRequest.TimeRange |
clone() |
DateTime |
getChangedAttributesSinceTimestamp()
Inclusive UTC timestamp in RFC format, e.g., 2013-07-16T10:16:23.555Z.
|
DateTime |
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(DateTime changedAttributesSinceTimestamp)
Inclusive UTC timestamp in RFC format, e.g., 2013-07-16T10:16:23.555Z.
|
ReportRequest.TimeRange |
setChangedMetricsSinceTimestamp(DateTime 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, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic DateTime getChangedAttributesSinceTimestamp()
null for nonepublic ReportRequest.TimeRange setChangedAttributesSinceTimestamp(DateTime changedAttributesSinceTimestamp)
changedAttributesSinceTimestamp - changedAttributesSinceTimestamp or null for nonepublic DateTime getChangedMetricsSinceTimestamp()
null for nonepublic ReportRequest.TimeRange setChangedMetricsSinceTimestamp(DateTime 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 GenericJsonpublic ReportRequest.TimeRange clone()
clone in class GenericJsonCopyright © 2011–2019 Google. All rights reserved.