public class IncomeOperand extends FunctionArgumentOperand
Java class for IncomeOperand complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IncomeOperand">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}FunctionArgumentOperand">
<sequence>
<element name="tier" type="{https://adwords.google.com/api/adwords/cm/v201809}IncomeTier" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected IncomeTier |
tier |
functionArgumentOperandType| Constructor and Description |
|---|
IncomeOperand() |
| Modifier and Type | Method and Description |
|---|---|
IncomeTier |
getTier()
Gets the value of the tier property.
|
void |
setTier(IncomeTier value)
Sets the value of the tier property.
|
getFunctionArgumentOperandType, setFunctionArgumentOperandTypeprotected IncomeTier tier
public IncomeTier getTier()
IncomeTierpublic void setTier(IncomeTier value)
value - allowed object is
IncomeTierCopyright © 2023. All rights reserved.