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