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