com.google.api.adwords.v10
Class AdGroup

java.lang.Object
  extended by com.google.api.adwords.v10.AdGroup
All Implemented Interfaces:
java.io.Serializable

public class AdGroup
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
AdGroup()
           
AdGroup(int campaignId, int id, java.lang.Long maxContentCpc, java.lang.Long maxCpc, java.lang.Long maxCpm, java.lang.String name, java.lang.Long proxyMaxCpc, 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 getMaxContentCpc()
          Gets the maxContentCpc value for this AdGroup.
 java.lang.Long getMaxCpc()
          Gets the maxCpc value for this AdGroup.
 java.lang.Long getMaxCpm()
          Gets the maxCpm value for this AdGroup.
 java.lang.String getName()
          Gets the name value for this AdGroup.
 java.lang.Long getProxyMaxCpc()
          Gets the proxyMaxCpc 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
 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 setMaxContentCpc(java.lang.Long maxContentCpc)
          Sets the maxContentCpc value for this AdGroup.
 void setMaxCpc(java.lang.Long maxCpc)
          Sets the maxCpc value for this AdGroup.
 void setMaxCpm(java.lang.Long maxCpm)
          Sets the maxCpm value for this AdGroup.
 void setName(java.lang.String name)
          Sets the name value for this AdGroup.
 void setProxyMaxCpc(java.lang.Long proxyMaxCpc)
          Sets the proxyMaxCpc 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

AdGroup

public AdGroup()

AdGroup

public AdGroup(int campaignId,
               int id,
               java.lang.Long maxContentCpc,
               java.lang.Long maxCpc,
               java.lang.Long maxCpm,
               java.lang.String name,
               java.lang.Long proxyMaxCpc,
               AdGroupStatus status)
Method Detail

getCampaignId

public int getCampaignId()
Gets the campaignId value for this AdGroup.

Returns:
campaignId

setCampaignId

public void setCampaignId(int campaignId)
Sets the campaignId value for this AdGroup.

Parameters:
campaignId -

getId

public int getId()
Gets the id value for this AdGroup.

Returns:
id

setId

public void setId(int id)
Sets the id value for this AdGroup.

Parameters:
id -

getMaxContentCpc

public java.lang.Long getMaxContentCpc()
Gets the maxContentCpc value for this AdGroup.

Returns:
maxContentCpc

setMaxContentCpc

public void setMaxContentCpc(java.lang.Long maxContentCpc)
Sets the maxContentCpc value for this AdGroup.

Parameters:
maxContentCpc -

getMaxCpc

public java.lang.Long getMaxCpc()
Gets the maxCpc value for this AdGroup.

Returns:
maxCpc

setMaxCpc

public void setMaxCpc(java.lang.Long maxCpc)
Sets the maxCpc value for this AdGroup.

Parameters:
maxCpc -

getMaxCpm

public java.lang.Long getMaxCpm()
Gets the maxCpm value for this AdGroup.

Returns:
maxCpm

setMaxCpm

public void setMaxCpm(java.lang.Long maxCpm)
Sets the maxCpm value for this AdGroup.

Parameters:
maxCpm -

getName

public java.lang.String getName()
Gets the name value for this AdGroup.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this AdGroup.

Parameters:
name -

getProxyMaxCpc

public java.lang.Long getProxyMaxCpc()
Gets the proxyMaxCpc value for this AdGroup.

Returns:
proxyMaxCpc

setProxyMaxCpc

public void setProxyMaxCpc(java.lang.Long proxyMaxCpc)
Sets the proxyMaxCpc value for this AdGroup.

Parameters:
proxyMaxCpc -

getStatus

public AdGroupStatus getStatus()
Gets the status value for this AdGroup.

Returns:
status

setStatus

public void setStatus(AdGroupStatus status)
Sets the status value for this AdGroup.

Parameters:
status -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2005 Google Corp. All Rights Reserved.