|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.adwords.v201109.cm.AdGroup
public class AdGroup
Represents an ad group.
| Constructor Summary | |
|---|---|
AdGroup()
|
|
AdGroup(Long id,
Long campaignId,
String campaignName,
String name,
AdGroupStatus status,
AdGroupBids bids,
AdGroupExperimentData experimentData,
Stats stats)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
AdGroupBids |
getBids()
Gets the bids value for this AdGroup. |
Long |
getCampaignId()
Gets the campaignId value for this AdGroup. |
String |
getCampaignName()
Gets the campaignName value for this AdGroup. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
AdGroupExperimentData |
getExperimentData()
Gets the experimentData value for this AdGroup. |
Long |
getId()
Gets the id value for this AdGroup. |
String |
getName()
Gets the name value for this AdGroup. |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
Stats |
getStats()
Gets the stats 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 |
setBids(AdGroupBids bids)
Sets the bids value for this AdGroup. |
void |
setCampaignId(Long campaignId)
Sets the campaignId value for this AdGroup. |
void |
setCampaignName(String campaignName)
Sets the campaignName value for this AdGroup. |
void |
setExperimentData(AdGroupExperimentData experimentData)
Sets the experimentData value for this AdGroup. |
void |
setId(Long id)
Sets the id value for this AdGroup. |
void |
setName(String name)
Sets the name value for this AdGroup. |
void |
setStats(Stats stats)
Sets the stats 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(Long id,
Long campaignId,
String campaignName,
String name,
AdGroupStatus status,
AdGroupBids bids,
AdGroupExperimentData experimentData,
Stats stats)
| Method Detail |
|---|
public Long getId()
Operators : ADD.
If this field is sent to the API, it will be ignored.
This field is required
and should not be null when it is contained within Operators : SET.public void setId(Long id)
id - * ID of this ad group.
This field can
be selected using the value "Id".This
field can be filtered on.
This field is read
only and should not be set for following Operators : ADD.
If this field is sent to the API, it will be ignored.
This field is required
and should not be null when it is contained within Operators : SET.public Long getCampaignId()
null when it is contained within Operators : ADD.public void setCampaignId(Long campaignId)
campaignId - * ID of the campaign with which this ad group is associated.
This field can
be selected using the value "CampaignId".This field can be filtered on.
This field is required
and should not be null when it is contained within Operators : ADD.public String getCampaignName()
public void setCampaignName(String campaignName)
campaignName - * Name of the campaign with which this ad group is associated.
This field can be selected using
the value "CampaignName".This
field can be filtered on.
This field is read
only and should not be set. If this field is sent to the API, it
will be ignored.public String getName()
public void setName(String name)
name - * Name of this ad group (at most 255 UTF-8 full-width characters).
This field can be selected using
the value "Name".This field
can be filtered on.public AdGroupStatus getStatus()
public void setStatus(AdGroupStatus status)
status - * Status of this ad group.
This field can
be selected using the value "Status".This field can be filtered on.public AdGroupBids getBids()
public void setBids(AdGroupBids bids)
bids - * The default bid amounts for criteria in this ad group. The
type of bid
(i.e. the type of this field) must match the parent
campaign's
bidding strategy.public AdGroupExperimentData getExperimentData()
get() only if the experimentId
is supplied.public void setExperimentData(AdGroupExperimentData experimentData)
experimentData - * Data from a campaign bidding strategy experiment, returned
by
get() only if the experimentId
is supplied.public Stats getStats()
get()
only if requested in the selector.public void setStats(Stats stats)
stats - * Statistics for this ad group, returned by get()
only if requested in the selector.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 | |||||||||