public class GetEstimatedBidByKeywordIdsResponse 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}ArrayOfKeywordIdEstimatedBid" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfKeywordIdEstimatedBid |
keywordEstimatedBids |
| Constructor and Description |
|---|
GetEstimatedBidByKeywordIdsResponse() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfKeywordIdEstimatedBid |
getKeywordEstimatedBids()
Gets the value of the keywordEstimatedBids property.
|
void |
setKeywordEstimatedBids(ArrayOfKeywordIdEstimatedBid value)
Sets the value of the keywordEstimatedBids property.
|
protected ArrayOfKeywordIdEstimatedBid keywordEstimatedBids
public ArrayOfKeywordIdEstimatedBid getKeywordEstimatedBids()
ArrayOfKeywordIdEstimatedBidpublic void setKeywordEstimatedBids(ArrayOfKeywordIdEstimatedBid value)
value - allowed object is
ArrayOfKeywordIdEstimatedBidCopyright © 2024. All rights reserved.