public final class RunQueryRequest
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 DoubleClick Bid Manager 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
Constructor and Description |
---|
RunQueryRequest() |
Modifier and Type | Method and Description |
---|---|
RunQueryRequest |
clone() |
java.lang.String |
getDataRange()
Report data range used to generate the report.
|
java.lang.Long |
getReportDataEndTimeMs()
The ending time for the data that is shown in the report.
|
java.lang.Long |
getReportDataStartTimeMs()
The starting time for the data that is shown in the report.
|
java.lang.String |
getTimezoneCode()
Canonical timezone code for report data time.
|
RunQueryRequest |
set(java.lang.String fieldName,
java.lang.Object value) |
RunQueryRequest |
setDataRange(java.lang.String dataRange)
Report data range used to generate the report.
|
RunQueryRequest |
setReportDataEndTimeMs(java.lang.Long reportDataEndTimeMs)
The ending time for the data that is shown in the report.
|
RunQueryRequest |
setReportDataStartTimeMs(java.lang.Long reportDataStartTimeMs)
The starting time for the data that is shown in the report.
|
RunQueryRequest |
setTimezoneCode(java.lang.String timezoneCode)
Canonical timezone code for report data time.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.lang.String getDataRange()
null
for nonepublic RunQueryRequest setDataRange(java.lang.String dataRange)
dataRange
- dataRange or null
for nonepublic java.lang.Long getReportDataEndTimeMs()
null
for nonepublic RunQueryRequest setReportDataEndTimeMs(java.lang.Long reportDataEndTimeMs)
reportDataEndTimeMs
- reportDataEndTimeMs or null
for nonepublic java.lang.Long getReportDataStartTimeMs()
null
for nonepublic RunQueryRequest setReportDataStartTimeMs(java.lang.Long reportDataStartTimeMs)
reportDataStartTimeMs
- reportDataStartTimeMs or null
for nonepublic java.lang.String getTimezoneCode()
null
for nonepublic RunQueryRequest setTimezoneCode(java.lang.String timezoneCode)
timezoneCode
- timezoneCode or null
for nonepublic RunQueryRequest set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public RunQueryRequest clone()
clone
in class com.google.api.client.json.GenericJson