public class GetAuctionInsightDataResponse 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="Result" type="{https://bingads.microsoft.com/AdInsight/v13}AuctionInsightResult" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AuctionInsightResult |
result |
| Constructor and Description |
|---|
GetAuctionInsightDataResponse() |
| Modifier and Type | Method and Description |
|---|---|
AuctionInsightResult |
getResult()
Gets the value of the result property.
|
void |
setResult(AuctionInsightResult value)
Sets the value of the result property.
|
protected AuctionInsightResult result
public AuctionInsightResult getResult()
AuctionInsightResultpublic void setResult(AuctionInsightResult value)
value - allowed object is
AuctionInsightResultCopyright © 2024. All rights reserved.