public class UrlParameter extends PerformanceInsightsMessageParameter
Java class for UrlParameter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UrlParameter">
<complexContent>
<extension base="{https://bingads.microsoft.com/AdInsight/v13}PerformanceInsightsMessageParameter">
<sequence>
<element name="SuggestedText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SuggestedUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="UrlCategory" type="{https://bingads.microsoft.com/AdInsight/v13}PerformanceInsightsUrlCategory" minOccurs="0"/>
<element name="UrlId" type="{https://bingads.microsoft.com/AdInsight/v13}PerformanceInsightsUrlId" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
suggestedText |
protected String |
suggestedUrl |
protected PerformanceInsightsUrlCategory |
urlCategory |
protected PerformanceInsightsUrlId |
urlId |
type| Constructor and Description |
|---|
UrlParameter() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSuggestedText()
Gets the value of the suggestedText property.
|
String |
getSuggestedUrl()
Gets the value of the suggestedUrl property.
|
PerformanceInsightsUrlCategory |
getUrlCategory()
Gets the value of the urlCategory property.
|
PerformanceInsightsUrlId |
getUrlId()
Gets the value of the urlId property.
|
void |
setSuggestedText(String value)
Sets the value of the suggestedText property.
|
void |
setSuggestedUrl(String value)
Sets the value of the suggestedUrl property.
|
void |
setUrlCategory(PerformanceInsightsUrlCategory value)
Sets the value of the urlCategory property.
|
void |
setUrlId(PerformanceInsightsUrlId value)
Sets the value of the urlId property.
|
getType, setTypeprotected String suggestedText
protected String suggestedUrl
protected PerformanceInsightsUrlCategory urlCategory
protected PerformanceInsightsUrlId urlId
public String getSuggestedText()
Stringpublic void setSuggestedText(String value)
value - allowed object is
Stringpublic String getSuggestedUrl()
Stringpublic void setSuggestedUrl(String value)
value - allowed object is
Stringpublic PerformanceInsightsUrlCategory getUrlCategory()
PerformanceInsightsUrlCategorypublic void setUrlCategory(PerformanceInsightsUrlCategory value)
value - allowed object is
PerformanceInsightsUrlCategorypublic PerformanceInsightsUrlId getUrlId()
PerformanceInsightsUrlIdpublic void setUrlId(PerformanceInsightsUrlId value)
value - allowed object is
PerformanceInsightsUrlIdCopyright © 2024. All rights reserved.