public class ReportJob extends Object
Java class for ReportJob complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReportJob">
<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="reportQuery" type="{https://www.google.com/apis/ads/publisher/v201711}ReportQuery" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
id |
protected ReportQuery |
reportQuery |
| Constructor and Description |
|---|
ReportJob() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getId()
Gets the value of the id property.
|
ReportQuery |
getReportQuery()
Gets the value of the reportQuery property.
|
void |
setId(Long value)
Sets the value of the id property.
|
void |
setReportQuery(ReportQuery value)
Sets the value of the reportQuery property.
|
protected Long id
protected ReportQuery reportQuery
public void setId(Long value)
value - allowed object is
Longpublic ReportQuery getReportQuery()
ReportQuerypublic void setReportQuery(ReportQuery value)
value - allowed object is
ReportQueryCopyright © 2018. All Rights Reserved.