public static final class ReportRequest.TimeRange
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
TimeRange() |
Modifier and Type | Method and Description |
---|---|
ReportRequest.TimeRange |
clone() |
com.google.api.client.util.DateTime |
getChangedAttributesSinceTimestamp()
Inclusive UTC timestamp in RFC format, e.g., 2013-07-16T10:16:23.555Z.
|
com.google.api.client.util.DateTime |
getChangedMetricsSinceTimestamp()
Inclusive UTC timestamp in RFC format, e.g., 2013-07-16T10:16:23.555Z.
|
java.lang.String |
getEndDate()
Inclusive date in YYYY-MM-DD format.
|
java.lang.String |
getStartDate()
Inclusive date in YYYY-MM-DD format.
|
ReportRequest.TimeRange |
set(java.lang.String fieldName,
java.lang.Object value) |
ReportRequest.TimeRange |
setChangedAttributesSinceTimestamp(com.google.api.client.util.DateTime changedAttributesSinceTimestamp)
Inclusive UTC timestamp in RFC format, e.g., 2013-07-16T10:16:23.555Z.
|
ReportRequest.TimeRange |
setChangedMetricsSinceTimestamp(com.google.api.client.util.DateTime changedMetricsSinceTimestamp)
Inclusive UTC timestamp in RFC format, e.g., 2013-07-16T10:16:23.555Z.
|
ReportRequest.TimeRange |
setEndDate(java.lang.String endDate)
Inclusive date in YYYY-MM-DD format.
|
ReportRequest.TimeRange |
setStartDate(java.lang.String startDate)
Inclusive date in YYYY-MM-DD format.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public com.google.api.client.util.DateTime getChangedAttributesSinceTimestamp()
null
for nonepublic ReportRequest.TimeRange setChangedAttributesSinceTimestamp(com.google.api.client.util.DateTime changedAttributesSinceTimestamp)
changedAttributesSinceTimestamp
- changedAttributesSinceTimestamp or null
for nonepublic com.google.api.client.util.DateTime getChangedMetricsSinceTimestamp()
null
for nonepublic ReportRequest.TimeRange setChangedMetricsSinceTimestamp(com.google.api.client.util.DateTime changedMetricsSinceTimestamp)
changedMetricsSinceTimestamp
- changedMetricsSinceTimestamp or null
for nonepublic java.lang.String getEndDate()
null
for nonepublic ReportRequest.TimeRange setEndDate(java.lang.String endDate)
endDate
- endDate or null
for nonepublic java.lang.String getStartDate()
null
for nonepublic ReportRequest.TimeRange setStartDate(java.lang.String startDate)
startDate
- startDate or null
for nonepublic ReportRequest.TimeRange set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public ReportRequest.TimeRange clone()
clone
in class com.google.api.client.json.GenericJson