public class ReportRequest extends Object
Java class for ReportRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReportRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ExcludeColumnHeaders" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="ExcludeReportFooter" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="ExcludeReportHeader" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Format" type="{https://bingads.microsoft.com/Reporting/v13}ReportFormat" minOccurs="0"/>
<element name="FormatVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ReportName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ReturnOnlyCompleteData" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
excludeColumnHeaders |
protected Boolean |
excludeReportFooter |
protected Boolean |
excludeReportHeader |
protected ReportFormat |
format |
protected String |
formatVersion |
protected String |
reportName |
protected Boolean |
returnOnlyCompleteData |
protected String |
type |
| Constructor and Description |
|---|
ReportRequest() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getExcludeColumnHeaders()
Gets the value of the excludeColumnHeaders property.
|
Boolean |
getExcludeReportFooter()
Gets the value of the excludeReportFooter property.
|
Boolean |
getExcludeReportHeader()
Gets the value of the excludeReportHeader property.
|
ReportFormat |
getFormat()
Gets the value of the format property.
|
String |
getFormatVersion()
Gets the value of the formatVersion property.
|
String |
getReportName()
Gets the value of the reportName property.
|
Boolean |
getReturnOnlyCompleteData()
Gets the value of the returnOnlyCompleteData property.
|
void |
setExcludeColumnHeaders(Boolean value)
Sets the value of the excludeColumnHeaders property.
|
void |
setExcludeReportFooter(Boolean value)
Sets the value of the excludeReportFooter property.
|
void |
setExcludeReportHeader(Boolean value)
Sets the value of the excludeReportHeader property.
|
void |
setFormat(ReportFormat value)
Sets the value of the format property.
|
void |
setFormatVersion(String value)
Sets the value of the formatVersion property.
|
void |
setReportName(String value)
Sets the value of the reportName property.
|
void |
setReturnOnlyCompleteData(Boolean value)
Sets the value of the returnOnlyCompleteData property.
|
protected String type
protected Boolean excludeColumnHeaders
protected Boolean excludeReportFooter
protected Boolean excludeReportHeader
protected ReportFormat format
protected String formatVersion
protected String reportName
protected Boolean returnOnlyCompleteData
public Boolean getExcludeColumnHeaders()
Booleanpublic void setExcludeColumnHeaders(Boolean value)
value - allowed object is
Booleanpublic Boolean getExcludeReportFooter()
Booleanpublic void setExcludeReportFooter(Boolean value)
value - allowed object is
Booleanpublic Boolean getExcludeReportHeader()
Booleanpublic void setExcludeReportHeader(Boolean value)
value - allowed object is
Booleanpublic ReportFormat getFormat()
ReportFormatpublic void setFormat(ReportFormat value)
value - allowed object is
ReportFormatpublic String getFormatVersion()
Stringpublic void setFormatVersion(String value)
value - allowed object is
Stringpublic String getReportName()
Stringpublic void setReportName(String value)
value - allowed object is
Stringpublic Boolean getReturnOnlyCompleteData()
BooleanCopyright © 2024. All rights reserved.