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/v201708}Selector"/> <element name="reportName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="reportType" type="{https://adwords.google.com/api/adwords/cm/v201708}ReportDefinition.ReportType"/> <element name="dateRangeType" type="{https://adwords.google.com/api/adwords/cm/v201708}ReportDefinition.DateRangeType"/> <element name="downloadFormat" type="{https://adwords.google.com/api/adwords/cm/v201708}DownloadFormat"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected ReportDefinitionDateRangeType |
dateRangeType |
protected DownloadFormat |
downloadFormat |
protected Long |
id |
protected String |
reportName |
protected ReportDefinitionReportType |
reportType |
protected Selector |
selector |
Constructor and Description |
---|
ReportDefinition() |
Modifier and Type | Method and Description |
---|---|
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.
|
void |
setDateRangeType(ReportDefinitionDateRangeType value)
Sets the value of the dateRangeType property.
|
void |
setDownloadFormat(DownloadFormat value)
Sets the value of the downloadFormat property.
|
void |
setId(Long value)
Sets the value of the id 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 ReportDefinitionDateRangeType dateRangeType
protected DownloadFormat downloadFormat
public void setId(Long value)
value
- allowed object is
Long
public Selector getSelector()
Selector
public void setSelector(Selector value)
value
- allowed object is
Selector
public String getReportName()
String
public void setReportName(String value)
value
- allowed object is
String
public ReportDefinitionReportType getReportType()
ReportDefinitionReportType
public void setReportType(ReportDefinitionReportType value)
value
- allowed object is
ReportDefinitionReportType
public ReportDefinitionDateRangeType getDateRangeType()
ReportDefinitionDateRangeType
public void setDateRangeType(ReportDefinitionDateRangeType value)
value
- allowed object is
ReportDefinitionDateRangeType
public DownloadFormat getDownloadFormat()
DownloadFormat
public void setDownloadFormat(DownloadFormat value)
value
- allowed object is
DownloadFormat
Copyright © 2018. All Rights Reserved.