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