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