public class CustomAffinityOperation extends Operation
Java class for CustomAffinityOperation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomAffinityOperation">
<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}CustomAffinity" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CustomAffinity |
operand |
operationType, operator| Constructor and Description |
|---|
CustomAffinityOperation() |
| Modifier and Type | Method and Description |
|---|---|
CustomAffinity |
getOperand()
Gets the value of the operand property.
|
void |
setOperand(CustomAffinity value)
Sets the value of the operand property.
|
getOperationType, getOperator, setOperationType, setOperatorprotected CustomAffinity operand
public CustomAffinity getOperand()
CustomAffinitypublic void setOperand(CustomAffinity value)
value - allowed object is
CustomAffinityCopyright © 2023. All rights reserved.