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="FinalUrlExpansionOptOut" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
finalUrlExpansionOptOut |
| Constructor and Description |
|---|
PerformanceMaxSetting() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getFinalUrlExpansionOptOut()
Gets the value of the finalUrlExpansionOptOut property.
|
void |
setFinalUrlExpansionOptOut(Boolean value)
Sets the value of the finalUrlExpansionOptOut property.
|
Copyright © 2023. All rights reserved.