public class PerformanceMaxSetting extends Setting
Java class for PerformanceMaxSetting complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PerformanceMaxSetting">
<complexContent>
<extension base="{https://bingads.microsoft.com/CampaignManagement/v13}Setting">
<sequence>
<element name="AutoGeneratedImageOptOut" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="AutoGeneratedTextOptOut" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="FinalUrlExpansionOptOut" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="PageFeedIds" type="{http://schemas.microsoft.com/2003/10/Serialization/Arrays}ArrayOflong" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
autoGeneratedImageOptOut |
protected Boolean |
autoGeneratedTextOptOut |
protected Boolean |
finalUrlExpansionOptOut |
protected ArrayOflong |
pageFeedIds |
| Constructor and Description |
|---|
PerformanceMaxSetting() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAutoGeneratedImageOptOut()
Gets the value of the autoGeneratedImageOptOut property.
|
Boolean |
getAutoGeneratedTextOptOut()
Gets the value of the autoGeneratedTextOptOut property.
|
Boolean |
getFinalUrlExpansionOptOut()
Gets the value of the finalUrlExpansionOptOut property.
|
ArrayOflong |
getPageFeedIds()
Gets the value of the pageFeedIds property.
|
void |
setAutoGeneratedImageOptOut(Boolean value)
Sets the value of the autoGeneratedImageOptOut property.
|
void |
setAutoGeneratedTextOptOut(Boolean value)
Sets the value of the autoGeneratedTextOptOut property.
|
void |
setFinalUrlExpansionOptOut(Boolean value)
Sets the value of the finalUrlExpansionOptOut property.
|
void |
setPageFeedIds(ArrayOflong value)
Sets the value of the pageFeedIds property.
|
protected Boolean autoGeneratedImageOptOut
protected Boolean autoGeneratedTextOptOut
protected Boolean finalUrlExpansionOptOut
protected ArrayOflong pageFeedIds
public Boolean getAutoGeneratedImageOptOut()
Booleanpublic void setAutoGeneratedImageOptOut(Boolean value)
value - allowed object is
Booleanpublic Boolean getAutoGeneratedTextOptOut()
Booleanpublic void setAutoGeneratedTextOptOut(Boolean value)
value - allowed object is
Booleanpublic Boolean getFinalUrlExpansionOptOut()
Booleanpublic void setFinalUrlExpansionOptOut(Boolean value)
value - allowed object is
Booleanpublic ArrayOflong getPageFeedIds()
ArrayOflongpublic void setPageFeedIds(ArrayOflong value)
value - allowed object is
ArrayOflongCopyright © 2024. All rights reserved.