public class ContentLabel extends Criterion
Java class for ContentLabel complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ContentLabel">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}Criterion">
<sequence>
<element name="contentLabelType" type="{https://adwords.google.com/api/adwords/cm/v201809}ContentLabelType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ContentLabelType |
contentLabelType |
criterionType, id, type| Constructor and Description |
|---|
ContentLabel() |
| Modifier and Type | Method and Description |
|---|---|
ContentLabelType |
getContentLabelType()
Gets the value of the contentLabelType property.
|
void |
setContentLabelType(ContentLabelType value)
Sets the value of the contentLabelType property.
|
getCriterionType, getId, getType, setCriterionType, setId, setTypeprotected ContentLabelType contentLabelType
public ContentLabelType getContentLabelType()
ContentLabelTypepublic void setContentLabelType(ContentLabelType value)
value - allowed object is
ContentLabelTypeCopyright © 2023. All rights reserved.