com.google.api.ads.adwords.lib.jaxb.v201109_1
Class ReportDefinition

java.lang.Object
  extended by com.google.api.ads.adwords.lib.jaxb.v201109_1.ReportDefinition

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>
 


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

id

protected Long id

selector

protected Selector selector

reportName

protected String reportName

reportType

protected ReportDefinitionReportType reportType

hasAttachment

protected Boolean hasAttachment

dateRangeType

protected ReportDefinitionDateRangeType dateRangeType

downloadFormat

protected DownloadFormat downloadFormat

creationTime

protected String creationTime

includeZeroImpressions

protected Boolean includeZeroImpressions
Constructor Detail

ReportDefinition

public ReportDefinition()
Method Detail

getId

public Long getId()
Gets the value of the id property.

Returns:
possible object is Long

setId

public void setId(Long value)
Sets the value of the id property.

Parameters:
value - allowed object is Long

getSelector

public Selector getSelector()
Gets the value of the selector property.

Returns:
possible object is Selector

setSelector

public void setSelector(Selector value)
Sets the value of the selector property.

Parameters:
value - allowed object is Selector

getReportName

public String getReportName()
Gets the value of the reportName property.

Returns:
possible object is String

setReportName

public void setReportName(String value)
Sets the value of the reportName property.

Parameters:
value - allowed object is String

getReportType

public ReportDefinitionReportType getReportType()
Gets the value of the reportType property.

Returns:
possible object is ReportDefinitionReportType

setReportType

public void setReportType(ReportDefinitionReportType value)
Sets the value of the reportType property.

Parameters:
value - allowed object is ReportDefinitionReportType

isHasAttachment

public Boolean isHasAttachment()
Gets the value of the hasAttachment property.

Returns:
possible object is Boolean

setHasAttachment

public void setHasAttachment(Boolean value)
Sets the value of the hasAttachment property.

Parameters:
value - allowed object is Boolean

getDateRangeType

public ReportDefinitionDateRangeType getDateRangeType()
Gets the value of the dateRangeType property.

Returns:
possible object is ReportDefinitionDateRangeType

setDateRangeType

public void setDateRangeType(ReportDefinitionDateRangeType value)
Sets the value of the dateRangeType property.

Parameters:
value - allowed object is ReportDefinitionDateRangeType

getDownloadFormat

public DownloadFormat getDownloadFormat()
Gets the value of the downloadFormat property.

Returns:
possible object is DownloadFormat

setDownloadFormat

public void setDownloadFormat(DownloadFormat value)
Sets the value of the downloadFormat property.

Parameters:
value - allowed object is DownloadFormat

getCreationTime

public String getCreationTime()
Gets the value of the creationTime property.

Returns:
possible object is String

setCreationTime

public void setCreationTime(String value)
Sets the value of the creationTime property.

Parameters:
value - allowed object is String

isIncludeZeroImpressions

public Boolean isIncludeZeroImpressions()
Gets the value of the includeZeroImpressions property.

Returns:
possible object is Boolean

setIncludeZeroImpressions

public void setIncludeZeroImpressions(Boolean value)
Sets the value of the includeZeroImpressions property.

Parameters:
value - allowed object is Boolean


Copyright © 2012. All Rights Reserved.