public class ReportDefinition extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="selector" type="{https://adwords.google.com/api/adwords/cm/v201109_1}Selector"/>
<element name="reportName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="reportType" type="{https://adwords.google.com/api/adwords/cm/v201109_1}ReportDefinition.ReportType"/>
<element name="hasAttachment" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="dateRangeType" type="{https://adwords.google.com/api/adwords/cm/v201109_1}ReportDefinition.DateRangeType"/>
<element name="downloadFormat" type="{https://adwords.google.com/api/adwords/cm/v201109_1}DownloadFormat"/>
<element name="creationTime" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="includeZeroImpressions" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
creationTime |
protected ReportDefinitionDateRangeType |
dateRangeType |
protected DownloadFormat |
downloadFormat |
protected Boolean |
hasAttachment |
protected Long |
id |
protected Boolean |
includeZeroImpressions |
protected String |
reportName |
protected ReportDefinitionReportType |
reportType |
protected Selector |
selector |
| Constructor and Description |
|---|
ReportDefinition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCreationTime()
Gets the value of the creationTime property.
|
ReportDefinitionDateRangeType |
getDateRangeType()
Gets the value of the dateRangeType property.
|
DownloadFormat |
getDownloadFormat()
Gets the value of the downloadFormat property.
|
Long |
getId()
Gets the value of the id property.
|
String |
getReportName()
Gets the value of the reportName property.
|
ReportDefinitionReportType |
getReportType()
Gets the value of the reportType property.
|
Selector |
getSelector()
Gets the value of the selector property.
|
Boolean |
isHasAttachment()
Gets the value of the hasAttachment property.
|
Boolean |
isIncludeZeroImpressions()
Gets the value of the includeZeroImpressions property.
|
void |
setCreationTime(String value)
Sets the value of the creationTime property.
|
void |
setDateRangeType(ReportDefinitionDateRangeType value)
Sets the value of the dateRangeType property.
|
void |
setDownloadFormat(DownloadFormat value)
Sets the value of the downloadFormat property.
|
void |
setHasAttachment(Boolean value)
Sets the value of the hasAttachment property.
|
void |
setId(Long value)
Sets the value of the id property.
|
void |
setIncludeZeroImpressions(Boolean value)
Sets the value of the includeZeroImpressions property.
|
void |
setReportName(String value)
Sets the value of the reportName property.
|
void |
setReportType(ReportDefinitionReportType value)
Sets the value of the reportType property.
|
void |
setSelector(Selector value)
Sets the value of the selector property.
|
protected Long id
protected Selector selector
protected String reportName
protected ReportDefinitionReportType reportType
protected Boolean hasAttachment
protected ReportDefinitionDateRangeType dateRangeType
protected DownloadFormat downloadFormat
protected String creationTime
protected Boolean includeZeroImpressions
public void setId(Long value)
value - allowed object is
Longpublic Selector getSelector()
Selectorpublic void setSelector(Selector value)
value - allowed object is
Selectorpublic String getReportName()
Stringpublic void setReportName(String value)
value - allowed object is
Stringpublic ReportDefinitionReportType getReportType()
ReportDefinitionReportTypepublic void setReportType(ReportDefinitionReportType value)
value - allowed object is
ReportDefinitionReportTypepublic Boolean isHasAttachment()
Booleanpublic void setHasAttachment(Boolean value)
value - allowed object is
Booleanpublic ReportDefinitionDateRangeType getDateRangeType()
ReportDefinitionDateRangeTypepublic void setDateRangeType(ReportDefinitionDateRangeType value)
value - allowed object is
ReportDefinitionDateRangeTypepublic DownloadFormat getDownloadFormat()
DownloadFormatpublic void setDownloadFormat(DownloadFormat value)
value - allowed object is
DownloadFormatpublic String getCreationTime()
Stringpublic void setCreationTime(String value)
value - allowed object is
Stringpublic Boolean isIncludeZeroImpressions()
BooleanCopyright © 2012. All Rights Reserved.