public class AdPerformanceReportRequest extends ReportRequest
Java class for AdPerformanceReportRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdPerformanceReportRequest">
<complexContent>
<extension base="{https://bingads.microsoft.com/Reporting/v13}ReportRequest">
<sequence>
<element name="Aggregation" type="{https://bingads.microsoft.com/Reporting/v13}ReportAggregation"/>
<element name="Columns" type="{https://bingads.microsoft.com/Reporting/v13}ArrayOfAdPerformanceReportColumn"/>
<element name="Filter" type="{https://bingads.microsoft.com/Reporting/v13}AdPerformanceReportFilter" minOccurs="0"/>
<element name="Scope" type="{https://bingads.microsoft.com/Reporting/v13}AccountThroughAdGroupReportScope"/>
<element name="Time" type="{https://bingads.microsoft.com/Reporting/v13}ReportTime"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ReportAggregation |
aggregation |
protected ArrayOfAdPerformanceReportColumn |
columns |
protected AdPerformanceReportFilter |
filter |
protected AccountThroughAdGroupReportScope |
scope |
protected ReportTime |
time |
excludeColumnHeaders, excludeReportFooter, excludeReportHeader, format, formatVersion, reportName, returnOnlyCompleteData, type| Constructor and Description |
|---|
AdPerformanceReportRequest() |
| Modifier and Type | Method and Description |
|---|---|
ReportAggregation |
getAggregation()
Gets the value of the aggregation property.
|
ArrayOfAdPerformanceReportColumn |
getColumns()
Gets the value of the columns property.
|
AdPerformanceReportFilter |
getFilter()
Gets the value of the filter property.
|
AccountThroughAdGroupReportScope |
getScope()
Gets the value of the scope property.
|
ReportTime |
getTime()
Gets the value of the time property.
|
void |
setAggregation(ReportAggregation value)
Sets the value of the aggregation property.
|
void |
setColumns(ArrayOfAdPerformanceReportColumn value)
Sets the value of the columns property.
|
void |
setFilter(AdPerformanceReportFilter value)
Sets the value of the filter property.
|
void |
setScope(AccountThroughAdGroupReportScope value)
Sets the value of the scope property.
|
void |
setTime(ReportTime value)
Sets the value of the time property.
|
getExcludeColumnHeaders, getExcludeReportFooter, getExcludeReportHeader, getFormat, getFormatVersion, getReportName, getReturnOnlyCompleteData, setExcludeColumnHeaders, setExcludeReportFooter, setExcludeReportHeader, setFormat, setFormatVersion, setReportName, setReturnOnlyCompleteDataprotected ReportAggregation aggregation
protected ArrayOfAdPerformanceReportColumn columns
protected AdPerformanceReportFilter filter
protected AccountThroughAdGroupReportScope scope
protected ReportTime time
public ReportAggregation getAggregation()
ReportAggregationpublic void setAggregation(ReportAggregation value)
value - allowed object is
ReportAggregationpublic ArrayOfAdPerformanceReportColumn getColumns()
ArrayOfAdPerformanceReportColumnpublic void setColumns(ArrayOfAdPerformanceReportColumn value)
value - allowed object is
ArrayOfAdPerformanceReportColumnpublic AdPerformanceReportFilter getFilter()
AdPerformanceReportFilterpublic void setFilter(AdPerformanceReportFilter value)
value - allowed object is
AdPerformanceReportFilterpublic AccountThroughAdGroupReportScope getScope()
AccountThroughAdGroupReportScopepublic void setScope(AccountThroughAdGroupReportScope value)
value - allowed object is
AccountThroughAdGroupReportScopepublic ReportTime getTime()
ReportTimepublic void setTime(ReportTime value)
value - allowed object is
ReportTimeCopyright © 2024. All rights reserved.