public class CdnConfiguration extends Object
CdnConfiguration encapsulates information about where and how to ingest and deliver
content enabled for DAI (Dynamic Ad Insertion).
Java class for CdnConfiguration complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CdnConfiguration">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="cdnConfigurationType" type="{https://www.google.com/apis/ads/publisher/v201802}CdnConfigurationType" minOccurs="0"/>
<element name="sourceContentConfiguration" type="{https://www.google.com/apis/ads/publisher/v201802}SourceContentConfiguration" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CdnConfigurationType |
cdnConfigurationType |
protected Long |
id |
protected String |
name |
protected SourceContentConfiguration |
sourceContentConfiguration |
| Constructor and Description |
|---|
CdnConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
CdnConfigurationType |
getCdnConfigurationType()
Gets the value of the cdnConfigurationType property.
|
Long |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
SourceContentConfiguration |
getSourceContentConfiguration()
Gets the value of the sourceContentConfiguration property.
|
void |
setCdnConfigurationType(CdnConfigurationType value)
Sets the value of the cdnConfigurationType property.
|
void |
setId(Long value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setSourceContentConfiguration(SourceContentConfiguration value)
Sets the value of the sourceContentConfiguration property.
|
protected Long id
protected String name
protected CdnConfigurationType cdnConfigurationType
protected SourceContentConfiguration sourceContentConfiguration
public void setId(Long value)
value - allowed object is
Longpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic CdnConfigurationType getCdnConfigurationType()
CdnConfigurationTypepublic void setCdnConfigurationType(CdnConfigurationType value)
value - allowed object is
CdnConfigurationTypepublic SourceContentConfiguration getSourceContentConfiguration()
SourceContentConfigurationpublic void setSourceContentConfiguration(SourceContentConfiguration value)
value - allowed object is
SourceContentConfigurationCopyright © 2018. All Rights Reserved.