public class GetRecommendationsResponse 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="Recommendations" type="{https://bingads.microsoft.com/AdInsight/v13}ArrayOfRecommendation" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfRecommendation |
recommendations |
| Constructor and Description |
|---|
GetRecommendationsResponse() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfRecommendation |
getRecommendations()
Gets the value of the recommendations property.
|
void |
setRecommendations(ArrayOfRecommendation value)
Sets the value of the recommendations property.
|
protected ArrayOfRecommendation recommendations
public ArrayOfRecommendation getRecommendations()
ArrayOfRecommendationpublic void setRecommendations(ArrayOfRecommendation value)
value - allowed object is
ArrayOfRecommendationCopyright © 2024. All rights reserved.