public class CampaignCriterion extends Object
Java class for CampaignCriterion complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CampaignCriterion">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CampaignId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="Criterion" type="{https://bingads.microsoft.com/CampaignManagement/v13}Criterion" 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="Status" type="{https://bingads.microsoft.com/CampaignManagement/v13}CampaignCriterionStatus" minOccurs="0"/>
<element name="Type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
campaignId |
protected Criterion |
criterion |
protected ArrayOfKeyValuePairOfstringstring |
forwardCompatibilityMap |
protected Long |
id |
protected CampaignCriterionStatus |
status |
protected String |
type |
| Constructor and Description |
|---|
CampaignCriterion() |
| Modifier and Type | Method and Description |
|---|---|
long |
getCampaignId()
Gets the value of the campaignId property.
|
Criterion |
getCriterion()
Gets the value of the criterion property.
|
ArrayOfKeyValuePairOfstringstring |
getForwardCompatibilityMap()
Gets the value of the forwardCompatibilityMap property.
|
Long |
getId()
Gets the value of the id property.
|
CampaignCriterionStatus |
getStatus()
Gets the value of the status property.
|
String |
getType()
Gets the value of the type property.
|
void |
setCampaignId(long value)
Sets the value of the campaignId property.
|
void |
setCriterion(Criterion value)
Sets the value of the criterion property.
|
void |
setForwardCompatibilityMap(ArrayOfKeyValuePairOfstringstring value)
Sets the value of the forwardCompatibilityMap property.
|
void |
setId(Long value)
Sets the value of the id property.
|
void |
setStatus(CampaignCriterionStatus value)
Sets the value of the status property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected long campaignId
protected Criterion criterion
protected ArrayOfKeyValuePairOfstringstring forwardCompatibilityMap
protected Long id
protected CampaignCriterionStatus status
protected String type
public long getCampaignId()
public void setCampaignId(long value)
public Criterion getCriterion()
Criterionpublic void setCriterion(Criterion value)
value - allowed object is
Criterionpublic ArrayOfKeyValuePairOfstringstring getForwardCompatibilityMap()
ArrayOfKeyValuePairOfstringstringpublic void setForwardCompatibilityMap(ArrayOfKeyValuePairOfstringstring value)
value - allowed object is
ArrayOfKeyValuePairOfstringstringpublic void setId(Long value)
value - allowed object is
Longpublic CampaignCriterionStatus getStatus()
CampaignCriterionStatuspublic void setStatus(CampaignCriterionStatus value)
value - allowed object is
CampaignCriterionStatuspublic String getType()
StringCopyright © 2024. All rights reserved.