public class DataServiceInterfacegetCampaignCriterionBidLandscapeResponse extends Object
Java class for getCampaignCriterionBidLandscapeResponse element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="getCampaignCriterionBidLandscapeResponse">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="rval" type="{https://adwords.google.com/api/adwords/cm/v201809}CriterionBidLandscapePage" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
| Modifier and Type | Field and Description |
|---|---|
protected CriterionBidLandscapePage |
rval |
| Constructor and Description |
|---|
DataServiceInterfacegetCampaignCriterionBidLandscapeResponse() |
| Modifier and Type | Method and Description |
|---|---|
CriterionBidLandscapePage |
getRval()
Gets the value of the rval property.
|
void |
setRval(CriterionBidLandscapePage value)
Sets the value of the rval property.
|
protected CriterionBidLandscapePage rval
public DataServiceInterfacegetCampaignCriterionBidLandscapeResponse()
public CriterionBidLandscapePage getRval()
CriterionBidLandscapePagepublic void setRval(CriterionBidLandscapePage value)
value - allowed object is
CriterionBidLandscapePageCopyright © 2023. All rights reserved.