|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.api.adwords.v11.AdGroup
public class AdGroup
Constructor Summary | |
---|---|
AdGroup()
|
|
AdGroup(int campaignId,
int id,
java.lang.Long keywordContentMaxCpc,
java.lang.Long keywordMaxCpc,
java.lang.String name,
java.lang.Long proxyKeywordMaxCpc,
java.lang.Long siteMaxCpm,
AdGroupStatus status)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
int |
getCampaignId()
Gets the campaignId value for this AdGroup. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
int |
getId()
Gets the id value for this AdGroup. |
java.lang.Long |
getKeywordContentMaxCpc()
Gets the keywordContentMaxCpc value for this AdGroup. |
java.lang.Long |
getKeywordMaxCpc()
Gets the keywordMaxCpc value for this AdGroup. |
java.lang.String |
getName()
Gets the name value for this AdGroup. |
java.lang.Long |
getProxyKeywordMaxCpc()
Gets the proxyKeywordMaxCpc value for this AdGroup. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
java.lang.Long |
getSiteMaxCpm()
Gets the siteMaxCpm value for this AdGroup. |
AdGroupStatus |
getStatus()
Gets the status value for this AdGroup. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setCampaignId(int campaignId)
Sets the campaignId value for this AdGroup. |
void |
setId(int id)
Sets the id value for this AdGroup. |
void |
setKeywordContentMaxCpc(java.lang.Long keywordContentMaxCpc)
Sets the keywordContentMaxCpc value for this AdGroup. |
void |
setKeywordMaxCpc(java.lang.Long keywordMaxCpc)
Sets the keywordMaxCpc value for this AdGroup. |
void |
setName(java.lang.String name)
Sets the name value for this AdGroup. |
void |
setProxyKeywordMaxCpc(java.lang.Long proxyKeywordMaxCpc)
Sets the proxyKeywordMaxCpc value for this AdGroup. |
void |
setSiteMaxCpm(java.lang.Long siteMaxCpm)
Sets the siteMaxCpm value for this AdGroup. |
void |
setStatus(AdGroupStatus status)
Sets the status value for this AdGroup. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AdGroup()
public AdGroup(int campaignId, int id, java.lang.Long keywordContentMaxCpc, java.lang.Long keywordMaxCpc, java.lang.String name, java.lang.Long proxyKeywordMaxCpc, java.lang.Long siteMaxCpm, AdGroupStatus status)
Method Detail |
---|
public int getCampaignId()
public void setCampaignId(int campaignId)
campaignId
- public int getId()
public void setId(int id)
id
- public java.lang.Long getKeywordContentMaxCpc()
public void setKeywordContentMaxCpc(java.lang.Long keywordContentMaxCpc)
keywordContentMaxCpc
- public java.lang.Long getKeywordMaxCpc()
public void setKeywordMaxCpc(java.lang.Long keywordMaxCpc)
keywordMaxCpc
- public java.lang.String getName()
public void setName(java.lang.String name)
name
- public java.lang.Long getProxyKeywordMaxCpc()
public void setProxyKeywordMaxCpc(java.lang.Long proxyKeywordMaxCpc)
proxyKeywordMaxCpc
- public java.lang.Long getSiteMaxCpm()
public void setSiteMaxCpm(java.lang.Long siteMaxCpm)
siteMaxCpm
- public AdGroupStatus getStatus()
public void setStatus(AdGroupStatus status)
status
- 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 |