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