public class GetKeywordOpportunitiesResponse 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="Opportunities" type="{https://bingads.microsoft.com/AdInsight/v13}ArrayOfKeywordOpportunity" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfKeywordOpportunity |
opportunities |
| Constructor and Description |
|---|
GetKeywordOpportunitiesResponse() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfKeywordOpportunity |
getOpportunities()
Gets the value of the opportunities property.
|
void |
setOpportunities(ArrayOfKeywordOpportunity value)
Sets the value of the opportunities property.
|
protected ArrayOfKeywordOpportunity opportunities
public ArrayOfKeywordOpportunity getOpportunities()
ArrayOfKeywordOpportunitypublic void setOpportunities(ArrayOfKeywordOpportunity value)
value - allowed object is
ArrayOfKeywordOpportunityCopyright © 2024. All rights reserved.