public class CdnConfigurationServiceInterfacecreateCdnConfigurations extends Object
CdnConfiguration objects.
Java class for createCdnConfigurations element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="createCdnConfigurations">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="cdnConfigurations" type="{https://www.google.com/apis/ads/publisher/v201802}CdnConfiguration" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
| Modifier and Type | Field and Description |
|---|---|
protected List<CdnConfiguration> |
cdnConfigurations |
| Constructor and Description |
|---|
CdnConfigurationServiceInterfacecreateCdnConfigurations() |
| Modifier and Type | Method and Description |
|---|---|
List<CdnConfiguration> |
getCdnConfigurations()
Gets the value of the cdnConfigurations property.
|
protected List<CdnConfiguration> cdnConfigurations
public CdnConfigurationServiceInterfacecreateCdnConfigurations()
public List<CdnConfiguration> getCdnConfigurations()
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 cdnConfigurations property.
For example, to add a new item, do as follows:
getCdnConfigurations().add(newItem);
Objects of the following type(s) are allowed in the list
CdnConfiguration
Copyright © 2018. All Rights Reserved.