public class ReportServiceInterfacerunReportJobResponse extends Object
Java class for runReportJobResponse element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="runReportJobResponse">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="rval" type="{https://www.google.com/apis/ads/publisher/v201708}ReportJob" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
| Constructor and Description |
|---|
ReportServiceInterfacerunReportJobResponse() |
| Modifier and Type | Method and Description |
|---|---|
ReportJob |
getRval()
Gets the value of the rval property.
|
void |
setRval(ReportJob value)
Sets the value of the rval property.
|
protected ReportJob rval
Copyright © 2018. All Rights Reserved.