|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.dfp.axis.v201208.ReportDownloadOptions
public class ReportDownloadOptions
Represents the options for an API report download request.
See ReportService#getReportDownloadUrlWithOptions.
| Constructor Summary | |
|---|---|
ReportDownloadOptions()
|
|
ReportDownloadOptions(ExportFormat exportFormat,
Boolean includeReportProperties,
Boolean includeTotalsRow,
Boolean useGzipCompression)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
ExportFormat |
getExportFormat()
Gets the exportFormat value for this ReportDownloadOptions. |
Boolean |
getIncludeReportProperties()
Gets the includeReportProperties value for this ReportDownloadOptions. |
Boolean |
getIncludeTotalsRow()
Gets the includeTotalsRow value for this ReportDownloadOptions. |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
Boolean |
getUseGzipCompression()
Gets the useGzipCompression value for this ReportDownloadOptions. |
int |
hashCode()
|
void |
setExportFormat(ExportFormat exportFormat)
Sets the exportFormat value for this ReportDownloadOptions. |
void |
setIncludeReportProperties(Boolean includeReportProperties)
Sets the includeReportProperties value for this ReportDownloadOptions. |
void |
setIncludeTotalsRow(Boolean includeTotalsRow)
Sets the includeTotalsRow value for this ReportDownloadOptions. |
void |
setUseGzipCompression(Boolean useGzipCompression)
Sets the useGzipCompression value for this ReportDownloadOptions. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReportDownloadOptions()
public ReportDownloadOptions(ExportFormat exportFormat,
Boolean includeReportProperties,
Boolean includeTotalsRow,
Boolean useGzipCompression)
| Method Detail |
|---|
public ExportFormat getExportFormat()
ExportFormat used to generate the report.
Default value is ExportFormat.CSV_DUMP.public void setExportFormat(ExportFormat exportFormat)
exportFormat - * The ExportFormat used to generate the report.
Default value is ExportFormat.CSV_DUMP.public Boolean getIncludeReportProperties()
public void setIncludeReportProperties(Boolean includeReportProperties)
includeReportProperties - * Whether or not to include the report properties (e.g. network,
user, date generated...)
in the generated report.
Default is false.public Boolean getIncludeTotalsRow()
ExportFormat.CSV_DUMP.public void setIncludeTotalsRow(Boolean includeTotalsRow)
includeTotalsRow - * Whether or not to include the totals row.
Default is true for all formats expect ExportFormat.CSV_DUMP.public Boolean getUseGzipCompression()
Regardless of value, gzip http compression is available from the URL by normal means.
public void setUseGzipCompression(Boolean useGzipCompression)
useGzipCompression - * Whether or not to compress the report file to a gzip file.
Default is true.
Regardless of value, gzip http compression is available from the URL by normal means.
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||