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="Amount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="AssociationCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="BudgetType" type="{https://bingads.microsoft.com/CampaignManagement/v13}BudgetLimitType" minOccurs="0"/>
<element name="Id" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
amount |
protected Integer |
associationCount |
protected BudgetLimitType |
budgetType |
protected Long |
id |
protected String |
name |
| Constructor and Description |
|---|
Budget() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getAmount()
Gets the value of the amount property.
|
Integer |
getAssociationCount()
Gets the value of the associationCount property.
|
BudgetLimitType |
getBudgetType()
Gets the value of the budgetType property.
|
Long |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
void |
setAmount(BigDecimal value)
Sets the value of the amount property.
|
void |
setAssociationCount(Integer value)
Sets the value of the associationCount property.
|
void |
setBudgetType(BudgetLimitType value)
Sets the value of the budgetType property.
|
void |
setId(Long value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected BigDecimal amount
protected Integer associationCount
protected BudgetLimitType budgetType
protected Long id
protected String name
public BigDecimal getAmount()
BigDecimalpublic void setAmount(BigDecimal value)
value - allowed object is
BigDecimalpublic Integer getAssociationCount()
Integerpublic void setAssociationCount(Integer value)
value - allowed object is
Integerpublic BudgetLimitType getBudgetType()
BudgetLimitTypepublic void setBudgetType(BudgetLimitType value)
value - allowed object is
BudgetLimitTypepublic void setId(Long value)
value - allowed object is
Longpublic String getName()
StringCopyright © 2024. All rights reserved.