public class GetAutoApplyOptInStatusResponse 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="AutoApplyRecommendationsStatus" type="{https://bingads.microsoft.com/AdInsight/v13}ArrayOfAutoApplyRecommendationsInfo" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfAutoApplyRecommendationsInfo |
autoApplyRecommendationsStatus |
| Constructor and Description |
|---|
GetAutoApplyOptInStatusResponse() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfAutoApplyRecommendationsInfo |
getAutoApplyRecommendationsStatus()
Gets the value of the autoApplyRecommendationsStatus property.
|
void |
setAutoApplyRecommendationsStatus(ArrayOfAutoApplyRecommendationsInfo value)
Sets the value of the autoApplyRecommendationsStatus property.
|
protected ArrayOfAutoApplyRecommendationsInfo autoApplyRecommendationsStatus
public ArrayOfAutoApplyRecommendationsInfo getAutoApplyRecommendationsStatus()
ArrayOfAutoApplyRecommendationsInfopublic void setAutoApplyRecommendationsStatus(ArrayOfAutoApplyRecommendationsInfo value)
value - allowed object is
ArrayOfAutoApplyRecommendationsInfoCopyright © 2024. All rights reserved.