|
||||||||||
| 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.ComparableValue
com.google.api.ads.adwords.v201109.cm.Money
public class Money
Represents a money amount.
| Constructor Summary | |
|---|---|
Money()
|
|
Money(String comparableValueType,
Long microAmount)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
Long |
getMicroAmount()
Gets the microAmount value for this Money. |
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 |
setMicroAmount(Long microAmount)
Sets the microAmount value for this Money. |
| Methods inherited from class com.google.api.ads.adwords.v201109.cm.ComparableValue |
|---|
getComparableValueType, setComparableValueType |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Money()
public Money(String comparableValueType,
Long microAmount)
| Method Detail |
|---|
public Long getMicroAmount()
public void setMicroAmount(Long microAmount)
microAmount - * Amount in micros. One million is equivalent to one unit.public boolean equals(Object obj)
equals in class ComparableValuepublic int hashCode()
hashCode in class ComparableValuepublic 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 | |||||||||