public class CustomParameters extends Object
Java class for CustomParameters complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomParameters">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="parameters" type="{https://adwords.google.com/api/adwords/cm/v201809}CustomParameter" maxOccurs="unbounded" minOccurs="0"/>
<element name="doReplace" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
doReplace |
protected List<CustomParameter> |
parameters |
| Constructor and Description |
|---|
CustomParameters() |
| Modifier and Type | Method and Description |
|---|---|
List<CustomParameter> |
getParameters()
Gets the value of the parameters property.
|
Boolean |
isDoReplace()
Gets the value of the doReplace property.
|
void |
setDoReplace(Boolean value)
Sets the value of the doReplace property.
|
protected List<CustomParameter> parameters
protected Boolean doReplace
public List<CustomParameter> getParameters()
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 parameters property.
For example, to add a new item, do as follows:
getParameters().add(newItem);
Objects of the following type(s) are allowed in the list
CustomParameter
public Boolean isDoReplace()
BooleanCopyright © 2023. All rights reserved.