public class GetEstimatedBidByKeywordsResponse extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="KeywordEstimatedBids" type="{https://bingads.microsoft.com/AdInsight/v13}ArrayOfKeywordEstimatedBid" minOccurs="0"/>
<element name="AdGroupEstimatedBid" type="{https://bingads.microsoft.com/AdInsight/v13}EstimatedBidAndTraffic" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected EstimatedBidAndTraffic |
adGroupEstimatedBid |
protected ArrayOfKeywordEstimatedBid |
keywordEstimatedBids |
| Constructor and Description |
|---|
GetEstimatedBidByKeywordsResponse() |
| Modifier and Type | Method and Description |
|---|---|
EstimatedBidAndTraffic |
getAdGroupEstimatedBid()
Gets the value of the adGroupEstimatedBid property.
|
ArrayOfKeywordEstimatedBid |
getKeywordEstimatedBids()
Gets the value of the keywordEstimatedBids property.
|
void |
setAdGroupEstimatedBid(EstimatedBidAndTraffic value)
Sets the value of the adGroupEstimatedBid property.
|
void |
setKeywordEstimatedBids(ArrayOfKeywordEstimatedBid value)
Sets the value of the keywordEstimatedBids property.
|
protected ArrayOfKeywordEstimatedBid keywordEstimatedBids
protected EstimatedBidAndTraffic adGroupEstimatedBid
public ArrayOfKeywordEstimatedBid getKeywordEstimatedBids()
ArrayOfKeywordEstimatedBidpublic void setKeywordEstimatedBids(ArrayOfKeywordEstimatedBid value)
value - allowed object is
ArrayOfKeywordEstimatedBidpublic EstimatedBidAndTraffic getAdGroupEstimatedBid()
EstimatedBidAndTrafficpublic void setAdGroupEstimatedBid(EstimatedBidAndTraffic value)
value - allowed object is
EstimatedBidAndTrafficCopyright © 2024. All rights reserved.