|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.api.adwords.v10.AdGroupRequest
public class AdGroupRequest
Constructor Summary | |
---|---|
AdGroupRequest()
|
|
AdGroupRequest(java.lang.Integer id,
KeywordRequest[] keywordRequests,
java.lang.Long maxCpc)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
java.lang.Integer |
getId()
Gets the id value for this AdGroupRequest. |
KeywordRequest[] |
getKeywordRequests()
Gets the keywordRequests value for this AdGroupRequest. |
KeywordRequest |
getKeywordRequests(int i)
|
java.lang.Long |
getMaxCpc()
Gets the maxCpc value for this AdGroupRequest. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setId(java.lang.Integer id)
Sets the id value for this AdGroupRequest. |
void |
setKeywordRequests(int i,
KeywordRequest _value)
|
void |
setKeywordRequests(KeywordRequest[] keywordRequests)
Sets the keywordRequests value for this AdGroupRequest. |
void |
setMaxCpc(java.lang.Long maxCpc)
Sets the maxCpc value for this AdGroupRequest. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AdGroupRequest()
public AdGroupRequest(java.lang.Integer id, KeywordRequest[] keywordRequests, java.lang.Long maxCpc)
Method Detail |
---|
public java.lang.Integer getId()
public void setId(java.lang.Integer id)
id
- public KeywordRequest[] getKeywordRequests()
public void setKeywordRequests(KeywordRequest[] keywordRequests)
keywordRequests
- public KeywordRequest getKeywordRequests(int i)
public void setKeywordRequests(int i, KeywordRequest _value)
public java.lang.Long getMaxCpc()
public void setMaxCpc(java.lang.Long maxCpc)
maxCpc
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |