public class SavedQuery extends Object
ReportQuery representing the selection criteria for running a report.
Java class for SavedQuery complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SavedQuery">
<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="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="reportQuery" type="{https://www.google.com/apis/ads/publisher/v201802}ReportQuery" minOccurs="0"/>
<element name="isCompatibleWithApiVersion" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
id |
protected Boolean |
isCompatibleWithApiVersion |
protected String |
name |
protected ReportQuery |
reportQuery |
| Constructor and Description |
|---|
SavedQuery() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
ReportQuery |
getReportQuery()
Gets the value of the reportQuery property.
|
Boolean |
isIsCompatibleWithApiVersion()
Gets the value of the isCompatibleWithApiVersion property.
|
void |
setId(Long value)
Sets the value of the id property.
|
void |
setIsCompatibleWithApiVersion(Boolean value)
Sets the value of the isCompatibleWithApiVersion property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setReportQuery(ReportQuery value)
Sets the value of the reportQuery property.
|
protected Long id
protected String name
protected ReportQuery reportQuery
protected Boolean isCompatibleWithApiVersion
public void setId(Long value)
value - allowed object is
Longpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic ReportQuery getReportQuery()
ReportQuerypublic void setReportQuery(ReportQuery value)
value - allowed object is
ReportQuerypublic Boolean isIsCompatibleWithApiVersion()
BooleanCopyright © 2018. All Rights Reserved.