|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.adwords.v201109.info.ApiUsageRecord
public class ApiUsageRecord
Data record for per client API units.
| Constructor Summary | |
|---|---|
ApiUsageRecord()
|
|
ApiUsageRecord(String clientEmail,
Long clientCustomerId,
Long cost)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
Long |
getClientCustomerId()
Gets the clientCustomerId value for this ApiUsageRecord. |
String |
getClientEmail()
Gets the clientEmail value for this ApiUsageRecord. |
Long |
getCost()
Gets the cost value for this ApiUsageRecord. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
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 |
setClientCustomerId(Long clientCustomerId)
Sets the clientCustomerId value for this ApiUsageRecord. |
void |
setClientEmail(String clientEmail)
Sets the clientEmail value for this ApiUsageRecord. |
void |
setCost(Long cost)
Sets the cost value for this ApiUsageRecord. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ApiUsageRecord()
public ApiUsageRecord(String clientEmail,
Long clientCustomerId,
Long cost)
| Method Detail |
|---|
public String getClientEmail()
public void setClientEmail(String clientEmail)
clientEmail - * The email address of the clientpublic Long getClientCustomerId()
public void setClientCustomerId(Long clientCustomerId)
clientCustomerId - * The customer ID of the clientpublic Long getCost()
public void setCost(Long cost)
cost - * The cost of the APIpublic 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 | |||||||||