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