public class CreativeWrapper extends Object implements Serializable
CreativeWrapper allows the wrapping of HTML snippets
to be
served along with Creative objects.
Creative wrappers must be associated with a
LabelType.CREATIVE_WRAPPER label and applied to
ad units by
AdUnit.appliedLabels.
| Constructor and Description |
|---|
CreativeWrapper() |
CreativeWrapper(Long id,
Long labelId,
CreativeWrapperHtmlSnippet header,
CreativeWrapperHtmlSnippet footer,
CreativeWrapperOrdering ordering,
CreativeWrapperStatus status) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
CreativeWrapperHtmlSnippet |
getFooter()
Gets the footer value for this CreativeWrapper.
|
CreativeWrapperHtmlSnippet |
getHeader()
Gets the header value for this CreativeWrapper.
|
Long |
getId()
Gets the id value for this CreativeWrapper.
|
Long |
getLabelId()
Gets the labelId value for this CreativeWrapper.
|
CreativeWrapperOrdering |
getOrdering()
Gets the ordering value for this CreativeWrapper.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
CreativeWrapperStatus |
getStatus()
Gets the status value for this CreativeWrapper.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setFooter(CreativeWrapperHtmlSnippet footer)
Sets the footer value for this CreativeWrapper.
|
void |
setHeader(CreativeWrapperHtmlSnippet header)
Sets the header value for this CreativeWrapper.
|
void |
setId(Long id)
Sets the id value for this CreativeWrapper.
|
void |
setLabelId(Long labelId)
Sets the labelId value for this CreativeWrapper.
|
void |
setOrdering(CreativeWrapperOrdering ordering)
Sets the ordering value for this CreativeWrapper.
|
void |
setStatus(CreativeWrapperStatus status)
Sets the status value for this CreativeWrapper.
|
public CreativeWrapper()
public CreativeWrapper(Long id, Long labelId, CreativeWrapperHtmlSnippet header, CreativeWrapperHtmlSnippet footer, CreativeWrapperOrdering ordering, CreativeWrapperStatus status)
public Long getId()
CreativeWrapper. This value is
readonly
and is assigned by Google.public void setId(Long id)
id - * The unique ID of the CreativeWrapper. This value is
readonly
and is assigned by Google.public Long getLabelId()
Label which will be used to label ad
units. The
labelId on a creative wrapper cannot be changed
once it is
created.public void setLabelId(Long labelId)
labelId - * The ID of the Label which will be used to label ad
units. The
labelId on a creative wrapper cannot be changed
once it is
created.public CreativeWrapperHtmlSnippet getHeader()
public void setHeader(CreativeWrapperHtmlSnippet header)
header - * The header HTML snippet that this creative wrapper delivers.public CreativeWrapperHtmlSnippet getFooter()
public void setFooter(CreativeWrapperHtmlSnippet footer)
footer - * The footer HTML snippet that this creative wrapper delivers.public CreativeWrapperOrdering getOrdering()
ordering defines the order in which the HTML
snippets are rendered.public void setOrdering(CreativeWrapperOrdering ordering)
ordering - * If there are multiple wrappers for a creative, then
ordering defines the order in which the HTML
snippets are rendered.public CreativeWrapperStatus getStatus()
CreativeWrapper. This attribute is
readonly.public void setStatus(CreativeWrapperStatus status)
status - * The status of the CreativeWrapper. This attribute is
readonly.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All Rights Reserved.