public class CdnConfiguration extends Object implements Serializable
CdnConfiguration encapsulates information about where
and how to ingest and deliver
content enabled for DAI (Dynamic Ad Insertion).| Constructor and Description |
|---|
CdnConfiguration() |
CdnConfiguration(Long id,
String name,
CdnConfigurationType cdnConfigurationType,
SourceContentConfiguration sourceContentConfiguration,
CdnConfigurationStatus cdnConfigurationStatus) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
CdnConfigurationStatus |
getCdnConfigurationStatus()
Gets the cdnConfigurationStatus value for this CdnConfiguration.
|
CdnConfigurationType |
getCdnConfigurationType()
Gets the cdnConfigurationType value for this CdnConfiguration.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Long |
getId()
Gets the id value for this CdnConfiguration.
|
String |
getName()
Gets the name value for this CdnConfiguration.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
SourceContentConfiguration |
getSourceContentConfiguration()
Gets the sourceContentConfiguration value for this CdnConfiguration.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setCdnConfigurationStatus(CdnConfigurationStatus cdnConfigurationStatus)
Sets the cdnConfigurationStatus value for this CdnConfiguration.
|
void |
setCdnConfigurationType(CdnConfigurationType cdnConfigurationType)
Sets the cdnConfigurationType value for this CdnConfiguration.
|
void |
setId(Long id)
Sets the id value for this CdnConfiguration.
|
void |
setName(String name)
Sets the name value for this CdnConfiguration.
|
void |
setSourceContentConfiguration(SourceContentConfiguration sourceContentConfiguration)
Sets the sourceContentConfiguration value for this CdnConfiguration.
|
String |
toString() |
public CdnConfiguration()
public CdnConfiguration(Long id, String name, CdnConfigurationType cdnConfigurationType, SourceContentConfiguration sourceContentConfiguration, CdnConfigurationStatus cdnConfigurationStatus)
public Long getId()
CdnConfiguration. This value is
read-only and is assigned by
Google.public void setId(Long id)
id - * The unique ID of the CdnConfiguration. This value is
read-only and is assigned by
Google.public String getName()
CdnConfiguration. This value is required
to create a CDN configuration
and has a maximum length of 255 characters.public void setName(String name)
name - * The name of the CdnConfiguration. This value is required
to create a CDN configuration
and has a maximum length of 255 characters.public CdnConfigurationType getCdnConfigurationType()
CdnConfiguration.
This value is
required to create a CDN configurationpublic void setCdnConfigurationType(CdnConfigurationType cdnConfigurationType)
cdnConfigurationType - * The type of CDN configuration represented by this CdnConfiguration.
This value is
required to create a CDN configurationpublic SourceContentConfiguration getSourceContentConfiguration()
public void setSourceContentConfiguration(SourceContentConfiguration sourceContentConfiguration)
sourceContentConfiguration - * Parameters about this CDN configuration as a source of content.
This facilitates fetching the
original content for conditioning and delivering the
original content as part of a modified
stream.public CdnConfigurationStatus getCdnConfigurationStatus()
public void setCdnConfigurationStatus(CdnConfigurationStatus cdnConfigurationStatus)
cdnConfigurationStatus - * The status of the CDN configuration.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2021. All rights reserved.