public class ReviewAdExtension extends AdExtension
Java class for ReviewAdExtension complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReviewAdExtension">
<complexContent>
<extension base="{https://bingads.microsoft.com/CampaignManagement/v13}AdExtension">
<sequence>
<element name="IsExact" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Source" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Text" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
isExact |
protected String |
source |
protected String |
text |
protected String |
url |
devicePreference, forwardCompatibilityMap, id, scheduling, status, type, version| Constructor and Description |
|---|
ReviewAdExtension() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getIsExact()
Gets the value of the isExact property.
|
String |
getSource()
Gets the value of the source property.
|
String |
getText()
Gets the value of the text property.
|
String |
getUrl()
Gets the value of the url property.
|
void |
setIsExact(Boolean value)
Sets the value of the isExact property.
|
void |
setSource(String value)
Sets the value of the source property.
|
void |
setText(String value)
Sets the value of the text property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
getDevicePreference, getForwardCompatibilityMap, getId, getScheduling, getStatus, getType, getVersion, setDevicePreference, setForwardCompatibilityMap, setId, setScheduling, setStatus, setType, setVersionprotected Boolean isExact
protected String source
protected String text
protected String url
public Boolean getIsExact()
Booleanpublic void setIsExact(Boolean value)
value - allowed object is
Booleanpublic String getSource()
Stringpublic void setSource(String value)
value - allowed object is
Stringpublic String getText()
Stringpublic void setText(String value)
value - allowed object is
Stringpublic String getUrl()
StringCopyright © 2024. All rights reserved.