public class Budget extends Object
Java class for Budget complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Budget">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="budgetId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="amount" type="{https://adwords.google.com/api/adwords/cm/v201809}Money" minOccurs="0"/>
<element name="deliveryMethod" type="{https://adwords.google.com/api/adwords/cm/v201809}Budget.BudgetDeliveryMethod" minOccurs="0"/>
<element name="referenceCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="isExplicitlyShared" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="status" type="{https://adwords.google.com/api/adwords/cm/v201809}Budget.BudgetStatus" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Money |
amount |
protected Long |
budgetId |
protected BudgetBudgetDeliveryMethod |
deliveryMethod |
protected Boolean |
isExplicitlyShared |
protected String |
name |
protected Integer |
referenceCount |
protected BudgetBudgetStatus |
status |
| Constructor and Description |
|---|
Budget() |
| Modifier and Type | Method and Description |
|---|---|
Money |
getAmount()
Gets the value of the amount property.
|
Long |
getBudgetId()
Gets the value of the budgetId property.
|
BudgetBudgetDeliveryMethod |
getDeliveryMethod()
Gets the value of the deliveryMethod property.
|
String |
getName()
Gets the value of the name property.
|
Integer |
getReferenceCount()
Gets the value of the referenceCount property.
|
BudgetBudgetStatus |
getStatus()
Gets the value of the status property.
|
Boolean |
isIsExplicitlyShared()
Gets the value of the isExplicitlyShared property.
|
void |
setAmount(Money value)
Sets the value of the amount property.
|
void |
setBudgetId(Long value)
Sets the value of the budgetId property.
|
void |
setDeliveryMethod(BudgetBudgetDeliveryMethod value)
Sets the value of the deliveryMethod property.
|
void |
setIsExplicitlyShared(Boolean value)
Sets the value of the isExplicitlyShared property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setReferenceCount(Integer value)
Sets the value of the referenceCount property.
|
void |
setStatus(BudgetBudgetStatus value)
Sets the value of the status property.
|
protected Long budgetId
protected String name
protected Money amount
protected BudgetBudgetDeliveryMethod deliveryMethod
protected Integer referenceCount
protected Boolean isExplicitlyShared
protected BudgetBudgetStatus status
public Long getBudgetId()
Longpublic void setBudgetId(Long value)
value - allowed object is
Longpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Money getAmount()
Moneypublic void setAmount(Money value)
value - allowed object is
Moneypublic BudgetBudgetDeliveryMethod getDeliveryMethod()
BudgetBudgetDeliveryMethodpublic void setDeliveryMethod(BudgetBudgetDeliveryMethod value)
value - allowed object is
BudgetBudgetDeliveryMethodpublic Integer getReferenceCount()
Integerpublic void setReferenceCount(Integer value)
value - allowed object is
Integerpublic Boolean isIsExplicitlyShared()
Booleanpublic void setIsExplicitlyShared(Boolean value)
value - allowed object is
Booleanpublic BudgetBudgetStatus getStatus()
BudgetBudgetStatuspublic void setStatus(BudgetBudgetStatus value)
value - allowed object is
BudgetBudgetStatusCopyright © 2023. All rights reserved.