public class GetBidLandscapeByKeywordIdsResponse 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="BidLandscape" type="{https://bingads.microsoft.com/AdInsight/v13}ArrayOfKeywordBidLandscape" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfKeywordBidLandscape |
bidLandscape |
| Constructor and Description |
|---|
GetBidLandscapeByKeywordIdsResponse() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfKeywordBidLandscape |
getBidLandscape()
Gets the value of the bidLandscape property.
|
void |
setBidLandscape(ArrayOfKeywordBidLandscape value)
Sets the value of the bidLandscape property.
|
protected ArrayOfKeywordBidLandscape bidLandscape
public ArrayOfKeywordBidLandscape getBidLandscape()
ArrayOfKeywordBidLandscapepublic void setBidLandscape(ArrayOfKeywordBidLandscape value)
value - allowed object is
ArrayOfKeywordBidLandscapeCopyright © 2024. All rights reserved.