|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.adwords.v201109.cm.Budget
public class Budget
Data representing the budget for a campaign.
| Constructor Summary | |
|---|---|
Budget()
|
|
Budget(BudgetBudgetPeriod period,
Money amount,
BudgetBudgetDeliveryMethod deliveryMethod)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
Money |
getAmount()
Gets the amount value for this Budget. |
BudgetBudgetDeliveryMethod |
getDeliveryMethod()
Gets the deliveryMethod value for this Budget. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
BudgetBudgetPeriod |
getPeriod()
Gets the period value for this Budget. |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setAmount(Money amount)
Sets the amount value for this Budget. |
void |
setDeliveryMethod(BudgetBudgetDeliveryMethod deliveryMethod)
Sets the deliveryMethod value for this Budget. |
void |
setPeriod(BudgetBudgetPeriod period)
Sets the period value for this Budget. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Budget()
public Budget(BudgetBudgetPeriod period,
Money amount,
BudgetBudgetDeliveryMethod deliveryMethod)
| Method Detail |
|---|
public BudgetBudgetPeriod getPeriod()
MONTHLY
is not available to most users.
This field can
be selected using the value "Period".
This field is required
and should not be null when it is contained within Operators : ADD.public void setPeriod(BudgetBudgetPeriod period)
period - * Period over which to spend the budget. MONTHLY
is not available to most users.
This field can
be selected using the value "Period".
This field is required
and should not be null when it is contained within Operators : ADD.public Money getAmount()
null when it is contained within Operators : ADD.public void setAmount(Money amount)
amount - * Amount of budget.
This field can
be selected using the value "Amount".This field can be filtered on.
This field must be
greater than or equal to 1.
This field is required
and should not be null when it is contained within Operators : ADD.public BudgetBudgetDeliveryMethod getDeliveryMethod()
public void setDeliveryMethod(BudgetBudgetDeliveryMethod deliveryMethod)
deliveryMethod - * Delivery method for the budget.
This field can
be selected using the value "DeliveryMethod".public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||