|
||||||||||
| 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.DataEntry
com.google.api.ads.adwords.v201109.cm.BidLandscape
public abstract class BidLandscape
Represents data about a bid landscape for an ad group or criterion.
| Constructor Summary | |
|---|---|
BidLandscape()
|
|
BidLandscape(String dataEntryType,
Long campaignId,
Long adGroupId,
String startDate,
String endDate,
BidLandscapeLandscapePoint[] landscapePoints)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
Long |
getAdGroupId()
Gets the adGroupId value for this BidLandscape. |
Long |
getCampaignId()
Gets the campaignId value for this BidLandscape. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
String |
getEndDate()
Gets the endDate value for this BidLandscape. |
BidLandscapeLandscapePoint[] |
getLandscapePoints()
Gets the landscapePoints value for this BidLandscape. |
BidLandscapeLandscapePoint |
getLandscapePoints(int i)
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
String |
getStartDate()
Gets the startDate value for this BidLandscape. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setAdGroupId(Long adGroupId)
Sets the adGroupId value for this BidLandscape. |
void |
setCampaignId(Long campaignId)
Sets the campaignId value for this BidLandscape. |
void |
setEndDate(String endDate)
Sets the endDate value for this BidLandscape. |
void |
setLandscapePoints(BidLandscapeLandscapePoint[] landscapePoints)
Sets the landscapePoints value for this BidLandscape. |
void |
setLandscapePoints(int i,
BidLandscapeLandscapePoint _value)
|
void |
setStartDate(String startDate)
Sets the startDate value for this BidLandscape. |
| Methods inherited from class com.google.api.ads.adwords.v201109.cm.DataEntry |
|---|
getDataEntryType, setDataEntryType |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BidLandscape()
public BidLandscape(String dataEntryType,
Long campaignId,
Long adGroupId,
String startDate,
String endDate,
BidLandscapeLandscapePoint[] landscapePoints)
| Method Detail |
|---|
public Long getCampaignId()
public void setCampaignId(Long campaignId)
campaignId - * ID of the campaign that contains the criterion with which this
bid
landscape is associated.
This field
can be selected using the value "CampaignId".This field can be filtered on.public Long getAdGroupId()
public void setAdGroupId(Long adGroupId)
adGroupId - * ID of the ad group that contains the criterion with which this
bid
landscape is associated.
This field
can be selected using the value "AdGroupId".This field can be filtered on.public String getStartDate()
null.public void setStartDate(String startDate)
startDate - * First day on which this landscape is based. Typically, it could
be
up to a week ago.
This field
can be selected using the value "StartDate".
This field is
required and should not be null.public String getEndDate()
null.public void setEndDate(String endDate)
endDate - * Last day on which this landscape is based.
This field
can be selected using the value "EndDate".
This field is
required and should not be null.public BidLandscapeLandscapePoint[] getLandscapePoints()
public void setLandscapePoints(BidLandscapeLandscapePoint[] landscapePoints)
landscapePoints - * List of landscape points, each corresponding to a specifid
bid amount.public BidLandscapeLandscapePoint getLandscapePoints(int i)
public void setLandscapePoints(int i,
BidLandscapeLandscapePoint _value)
public boolean equals(Object obj)
equals in class DataEntrypublic int hashCode()
hashCode in class DataEntrypublic 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 | |||||||||