|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.adwords.lib.jaxb.v201109.ReportDefinition
public class ReportDefinition
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}Selector"/>
<element name="reportName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="reportType" type="{https://adwords.google.com/api/adwords/cm/v201109}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}ReportDefinition.DateRangeType"/>
<element name="downloadFormat" type="{https://adwords.google.com/api/adwords/cm/v201109}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>
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
ReportDefinition()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
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
| Constructor Detail |
|---|
public ReportDefinition()
| Method Detail |
|---|
public Long getId()
Longpublic 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()
Booleanpublic void setIncludeZeroImpressions(Boolean value)
value - allowed object is
Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||