public class BiddableAdGroupCriterion extends AdGroupCriterion
Java class for BiddableAdGroupCriterion complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BiddableAdGroupCriterion">
<complexContent>
<extension base="{https://bingads.microsoft.com/CampaignManagement/v13}AdGroupCriterion">
<sequence>
<element name="CriterionBid" type="{https://bingads.microsoft.com/CampaignManagement/v13}CriterionBid" minOccurs="0"/>
<element name="DestinationUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="EditorialStatus" type="{https://bingads.microsoft.com/CampaignManagement/v13}AdGroupCriterionEditorialStatus" minOccurs="0"/>
<element name="FinalAppUrls" type="{https://bingads.microsoft.com/CampaignManagement/v13}ArrayOfAppUrl" minOccurs="0"/>
<element name="FinalMobileUrls" type="{http://schemas.microsoft.com/2003/10/Serialization/Arrays}ArrayOfstring" minOccurs="0"/>
<element name="FinalUrlSuffix" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FinalUrls" type="{http://schemas.microsoft.com/2003/10/Serialization/Arrays}ArrayOfstring" minOccurs="0"/>
<element name="TrackingUrlTemplate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="UrlCustomParameters" type="{https://bingads.microsoft.com/CampaignManagement/v13}CustomParameters" minOccurs="0"/>
<element name="CriterionCashback" type="{https://bingads.microsoft.com/CampaignManagement/v13}CriterionCashback" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CriterionBid |
criterionBid |
protected CriterionCashback |
criterionCashback |
protected String |
destinationUrl |
protected AdGroupCriterionEditorialStatus |
editorialStatus |
protected ArrayOfAppUrl |
finalAppUrls |
protected ArrayOfstring |
finalMobileUrls |
protected ArrayOfstring |
finalUrls |
protected String |
finalUrlSuffix |
protected String |
trackingUrlTemplate |
protected CustomParameters |
urlCustomParameters |
| Constructor and Description |
|---|
BiddableAdGroupCriterion() |
| Modifier and Type | Method and Description |
|---|---|
CriterionBid |
getCriterionBid()
Gets the value of the criterionBid property.
|
CriterionCashback |
getCriterionCashback()
Gets the value of the criterionCashback property.
|
String |
getDestinationUrl()
Gets the value of the destinationUrl property.
|
AdGroupCriterionEditorialStatus |
getEditorialStatus()
Gets the value of the editorialStatus property.
|
ArrayOfAppUrl |
getFinalAppUrls()
Gets the value of the finalAppUrls property.
|
ArrayOfstring |
getFinalMobileUrls()
Gets the value of the finalMobileUrls property.
|
ArrayOfstring |
getFinalUrls()
Gets the value of the finalUrls property.
|
String |
getFinalUrlSuffix()
Gets the value of the finalUrlSuffix property.
|
String |
getTrackingUrlTemplate()
Gets the value of the trackingUrlTemplate property.
|
CustomParameters |
getUrlCustomParameters()
Gets the value of the urlCustomParameters property.
|
void |
setCriterionBid(CriterionBid value)
Sets the value of the criterionBid property.
|
void |
setCriterionCashback(CriterionCashback value)
Sets the value of the criterionCashback property.
|
void |
setDestinationUrl(String value)
Sets the value of the destinationUrl property.
|
void |
setEditorialStatus(AdGroupCriterionEditorialStatus value)
Sets the value of the editorialStatus property.
|
void |
setFinalAppUrls(ArrayOfAppUrl value)
Sets the value of the finalAppUrls property.
|
void |
setFinalMobileUrls(ArrayOfstring value)
Sets the value of the finalMobileUrls property.
|
void |
setFinalUrls(ArrayOfstring value)
Sets the value of the finalUrls property.
|
void |
setFinalUrlSuffix(String value)
Sets the value of the finalUrlSuffix property.
|
void |
setTrackingUrlTemplate(String value)
Sets the value of the trackingUrlTemplate property.
|
void |
setUrlCustomParameters(CustomParameters value)
Sets the value of the urlCustomParameters property.
|
getAdGroupId, getCriterion, getId, getStatus, getType, setAdGroupId, setCriterion, setId, setStatus, setTypeprotected CriterionBid criterionBid
protected String destinationUrl
protected AdGroupCriterionEditorialStatus editorialStatus
protected ArrayOfAppUrl finalAppUrls
protected ArrayOfstring finalMobileUrls
protected String finalUrlSuffix
protected ArrayOfstring finalUrls
protected String trackingUrlTemplate
protected CustomParameters urlCustomParameters
protected CriterionCashback criterionCashback
public CriterionBid getCriterionBid()
CriterionBidpublic void setCriterionBid(CriterionBid value)
value - allowed object is
CriterionBidpublic String getDestinationUrl()
Stringpublic void setDestinationUrl(String value)
value - allowed object is
Stringpublic AdGroupCriterionEditorialStatus getEditorialStatus()
AdGroupCriterionEditorialStatuspublic void setEditorialStatus(AdGroupCriterionEditorialStatus value)
value - allowed object is
AdGroupCriterionEditorialStatuspublic ArrayOfAppUrl getFinalAppUrls()
ArrayOfAppUrlpublic void setFinalAppUrls(ArrayOfAppUrl value)
value - allowed object is
ArrayOfAppUrlpublic ArrayOfstring getFinalMobileUrls()
ArrayOfstringpublic void setFinalMobileUrls(ArrayOfstring value)
value - allowed object is
ArrayOfstringpublic String getFinalUrlSuffix()
Stringpublic void setFinalUrlSuffix(String value)
value - allowed object is
Stringpublic ArrayOfstring getFinalUrls()
ArrayOfstringpublic void setFinalUrls(ArrayOfstring value)
value - allowed object is
ArrayOfstringpublic String getTrackingUrlTemplate()
Stringpublic void setTrackingUrlTemplate(String value)
value - allowed object is
Stringpublic CustomParameters getUrlCustomParameters()
CustomParameterspublic void setUrlCustomParameters(CustomParameters value)
value - allowed object is
CustomParameterspublic CriterionCashback getCriterionCashback()
CriterionCashbackpublic void setCriterionCashback(CriterionCashback value)
value - allowed object is
CriterionCashbackCopyright © 2024. All rights reserved.