public class Vertical extends Criterion
Java class for Vertical complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Vertical">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}Criterion">
<sequence>
<element name="verticalId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="verticalParentId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="path" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
path |
protected Long |
verticalId |
protected Long |
verticalParentId |
criterionType, id, type| Constructor and Description |
|---|
Vertical() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getPath()
Gets the value of the path property.
|
Long |
getVerticalId()
Gets the value of the verticalId property.
|
Long |
getVerticalParentId()
Gets the value of the verticalParentId property.
|
void |
setVerticalId(Long value)
Sets the value of the verticalId property.
|
void |
setVerticalParentId(Long value)
Sets the value of the verticalParentId property.
|
getCriterionType, getId, getType, setCriterionType, setId, setTypepublic Long getVerticalId()
Longpublic void setVerticalId(Long value)
value - allowed object is
Longpublic Long getVerticalParentId()
Longpublic void setVerticalParentId(Long value)
value - allowed object is
Longpublic List<String> getPath()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the path property.
For example, to add a new item, do as follows:
getPath().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2023. All rights reserved.