public class CustomAffinityTokenOperation extends Operation
Java class for CustomAffinityTokenOperation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomAffinityTokenOperation">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}Operation">
<sequence>
<element name="operand" type="{https://adwords.google.com/api/adwords/rm/v201809}CustomAffinityToken" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CustomAffinityToken |
operand |
operationType, operator| Constructor and Description |
|---|
CustomAffinityTokenOperation() |
| Modifier and Type | Method and Description |
|---|---|
CustomAffinityToken |
getOperand()
Gets the value of the operand property.
|
void |
setOperand(CustomAffinityToken value)
Sets the value of the operand property.
|
getOperationType, getOperator, setOperationType, setOperatorprotected CustomAffinityToken operand
public CustomAffinityToken getOperand()
CustomAffinityTokenpublic void setOperand(CustomAffinityToken value)
value - allowed object is
CustomAffinityTokenCopyright © 2023. All rights reserved.