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