public class ShareOfVoiceReportRequest extends ReportRequest
Java class for ShareOfVoiceReportRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ShareOfVoiceReportRequest">
<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}ArrayOfShareOfVoiceReportColumn"/>
<element name="Filter" type="{https://bingads.microsoft.com/Reporting/v13}ShareOfVoiceReportFilter" 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 ArrayOfShareOfVoiceReportColumn |
columns |
protected ShareOfVoiceReportFilter |
filter |
protected AccountThroughAdGroupReportScope |
scope |
protected ReportTime |
time |
excludeColumnHeaders, excludeReportFooter, excludeReportHeader, format, formatVersion, reportName, returnOnlyCompleteData, type| Constructor and Description |
|---|
ShareOfVoiceReportRequest() |
| Modifier and Type | Method and Description |
|---|---|
ReportAggregation |
getAggregation()
Gets the value of the aggregation property.
|
ArrayOfShareOfVoiceReportColumn |
getColumns()
Gets the value of the columns property.
|
ShareOfVoiceReportFilter |
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(ArrayOfShareOfVoiceReportColumn value)
Sets the value of the columns property.
|
void |
setFilter(ShareOfVoiceReportFilter 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 ArrayOfShareOfVoiceReportColumn columns
protected ShareOfVoiceReportFilter filter
protected AccountThroughAdGroupReportScope scope
protected ReportTime time
public ReportAggregation getAggregation()
ReportAggregationpublic void setAggregation(ReportAggregation value)
value - allowed object is
ReportAggregationpublic ArrayOfShareOfVoiceReportColumn getColumns()
ArrayOfShareOfVoiceReportColumnpublic void setColumns(ArrayOfShareOfVoiceReportColumn value)
value - allowed object is
ArrayOfShareOfVoiceReportColumnpublic ShareOfVoiceReportFilter getFilter()
ShareOfVoiceReportFilterpublic void setFilter(ShareOfVoiceReportFilter value)
value - allowed object is
ShareOfVoiceReportFilterpublic 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.