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