|
||||||||||
| 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.ApiUsageInfo
public class ApiUsageInfo
Represents the API usage information.
| Constructor Summary | |
|---|---|
ApiUsageInfo()
|
|
ApiUsageInfo(ApiUsageRecord[] apiUsageRecords,
Long cost)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
ApiUsageRecord[] |
getApiUsageRecords()
Gets the apiUsageRecords value for this ApiUsageInfo. |
ApiUsageRecord |
getApiUsageRecords(int i)
|
Long |
getCost()
Gets the cost value for this ApiUsageInfo. |
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 |
setApiUsageRecords(ApiUsageRecord[] apiUsageRecords)
Sets the apiUsageRecords value for this ApiUsageInfo. |
void |
setApiUsageRecords(int i,
ApiUsageRecord _value)
|
void |
setCost(Long cost)
Sets the cost value for this ApiUsageInfo. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ApiUsageInfo()
public ApiUsageInfo(ApiUsageRecord[] apiUsageRecords,
Long cost)
| Method Detail |
|---|
public ApiUsageRecord[] getApiUsageRecords()
public void setApiUsageRecords(ApiUsageRecord[] apiUsageRecords)
apiUsageRecords - * The list of API usage for the specific clients.public ApiUsageRecord getApiUsageRecords(int i)
public void setApiUsageRecords(int i,
ApiUsageRecord _value)
public Long getCost()
public void setCost(Long cost)
cost - * The cost is set when the API usage is been fetched for all
clients.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 | |||||||||