public class Keyword extends Object
Java class for Keyword complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Keyword">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Bid" type="{https://bingads.microsoft.com/CampaignManagement/v13}Bid" minOccurs="0"/>
<element name="BiddingScheme" type="{https://bingads.microsoft.com/CampaignManagement/v13}BiddingScheme" 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}KeywordEditorialStatus" 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="ForwardCompatibilityMap" type="{http://schemas.datacontract.org/2004/07/System.Collections.Generic}ArrayOfKeyValuePairOfstringstring" minOccurs="0"/>
<element name="Id" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="MatchType" type="{https://bingads.microsoft.com/CampaignManagement/v13}MatchType" minOccurs="0"/>
<element name="Param1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Param2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Param3" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Status" type="{https://bingads.microsoft.com/CampaignManagement/v13}KeywordStatus" minOccurs="0"/>
<element name="Text" type="{http://www.w3.org/2001/XMLSchema}string" 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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Bid |
bid |
protected BiddingScheme |
biddingScheme |
protected String |
destinationUrl |
protected KeywordEditorialStatus |
editorialStatus |
protected ArrayOfAppUrl |
finalAppUrls |
protected ArrayOfstring |
finalMobileUrls |
protected ArrayOfstring |
finalUrls |
protected String |
finalUrlSuffix |
protected ArrayOfKeyValuePairOfstringstring |
forwardCompatibilityMap |
protected Long |
id |
protected MatchType |
matchType |
protected String |
param1 |
protected String |
param2 |
protected String |
param3 |
protected KeywordStatus |
status |
protected String |
text |
protected String |
trackingUrlTemplate |
protected CustomParameters |
urlCustomParameters |
| Constructor and Description |
|---|
Keyword() |
| Modifier and Type | Method and Description |
|---|---|
Bid |
getBid()
Gets the value of the bid property.
|
BiddingScheme |
getBiddingScheme()
Gets the value of the biddingScheme property.
|
String |
getDestinationUrl()
Gets the value of the destinationUrl property.
|
KeywordEditorialStatus |
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.
|
ArrayOfKeyValuePairOfstringstring |
getForwardCompatibilityMap()
Gets the value of the forwardCompatibilityMap property.
|
Long |
getId()
Gets the value of the id property.
|
MatchType |
getMatchType()
Gets the value of the matchType property.
|
String |
getParam1()
Gets the value of the param1 property.
|
String |
getParam2()
Gets the value of the param2 property.
|
String |
getParam3()
Gets the value of the param3 property.
|
KeywordStatus |
getStatus()
Gets the value of the status property.
|
String |
getText()
Gets the value of the text property.
|
String |
getTrackingUrlTemplate()
Gets the value of the trackingUrlTemplate property.
|
CustomParameters |
getUrlCustomParameters()
Gets the value of the urlCustomParameters property.
|
void |
setBid(Bid value)
Sets the value of the bid property.
|
void |
setBiddingScheme(BiddingScheme value)
Sets the value of the biddingScheme property.
|
void |
setDestinationUrl(String value)
Sets the value of the destinationUrl property.
|
void |
setEditorialStatus(KeywordEditorialStatus 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 |
setForwardCompatibilityMap(ArrayOfKeyValuePairOfstringstring value)
Sets the value of the forwardCompatibilityMap property.
|
void |
setId(Long value)
Sets the value of the id property.
|
void |
setMatchType(MatchType value)
Sets the value of the matchType property.
|
void |
setParam1(String value)
Sets the value of the param1 property.
|
void |
setParam2(String value)
Sets the value of the param2 property.
|
void |
setParam3(String value)
Sets the value of the param3 property.
|
void |
setStatus(KeywordStatus value)
Sets the value of the status property.
|
void |
setText(String value)
Sets the value of the text property.
|
void |
setTrackingUrlTemplate(String value)
Sets the value of the trackingUrlTemplate property.
|
void |
setUrlCustomParameters(CustomParameters value)
Sets the value of the urlCustomParameters property.
|
protected Bid bid
protected BiddingScheme biddingScheme
protected String destinationUrl
protected KeywordEditorialStatus editorialStatus
protected ArrayOfAppUrl finalAppUrls
protected ArrayOfstring finalMobileUrls
protected String finalUrlSuffix
protected ArrayOfstring finalUrls
protected ArrayOfKeyValuePairOfstringstring forwardCompatibilityMap
protected Long id
protected MatchType matchType
protected String param1
protected String param2
protected String param3
protected KeywordStatus status
protected String text
protected String trackingUrlTemplate
protected CustomParameters urlCustomParameters
public void setBid(Bid value)
value - allowed object is
Bidpublic BiddingScheme getBiddingScheme()
BiddingSchemepublic void setBiddingScheme(BiddingScheme value)
value - allowed object is
BiddingSchemepublic String getDestinationUrl()
Stringpublic void setDestinationUrl(String value)
value - allowed object is
Stringpublic KeywordEditorialStatus getEditorialStatus()
KeywordEditorialStatuspublic void setEditorialStatus(KeywordEditorialStatus value)
value - allowed object is
KeywordEditorialStatuspublic 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 ArrayOfKeyValuePairOfstringstring getForwardCompatibilityMap()
ArrayOfKeyValuePairOfstringstringpublic void setForwardCompatibilityMap(ArrayOfKeyValuePairOfstringstring value)
value - allowed object is
ArrayOfKeyValuePairOfstringstringpublic void setId(Long value)
value - allowed object is
Longpublic MatchType getMatchType()
MatchTypepublic void setMatchType(MatchType value)
value - allowed object is
MatchTypepublic String getParam1()
Stringpublic void setParam1(String value)
value - allowed object is
Stringpublic String getParam2()
Stringpublic void setParam2(String value)
value - allowed object is
Stringpublic String getParam3()
Stringpublic void setParam3(String value)
value - allowed object is
Stringpublic KeywordStatus getStatus()
KeywordStatuspublic void setStatus(KeywordStatus value)
value - allowed object is
KeywordStatuspublic String getText()
Stringpublic void setText(String value)
value - allowed object is
Stringpublic String getTrackingUrlTemplate()
Stringpublic void setTrackingUrlTemplate(String value)
value - allowed object is
Stringpublic CustomParameters getUrlCustomParameters()
CustomParameterspublic void setUrlCustomParameters(CustomParameters value)
value - allowed object is
CustomParametersCopyright © 2024. All rights reserved.