public class TemplateCreative extends Creative implements Serializable
Creative that is created by the specified creative template.| Constructor and Description |
|---|
TemplateCreative() |
TemplateCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String creativeType,
Long creativeTemplateId,
Boolean isInterstitial,
BaseCreativeTemplateVariableValue[] creativeTemplateVariableValues) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Long |
getCreativeTemplateId()
Gets the creativeTemplateId value for this TemplateCreative.
|
BaseCreativeTemplateVariableValue[] |
getCreativeTemplateVariableValues()
Gets the creativeTemplateVariableValues value for this TemplateCreative.
|
BaseCreativeTemplateVariableValue |
getCreativeTemplateVariableValues(int i) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Boolean |
getIsInterstitial()
Gets the isInterstitial value for this TemplateCreative.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setCreativeTemplateId(Long creativeTemplateId)
Sets the creativeTemplateId value for this TemplateCreative.
|
void |
setCreativeTemplateVariableValues(BaseCreativeTemplateVariableValue[] creativeTemplateVariableValues)
Sets the creativeTemplateVariableValues value for this TemplateCreative.
|
void |
setCreativeTemplateVariableValues(int i,
BaseCreativeTemplateVariableValue _value) |
void |
setIsInterstitial(Boolean isInterstitial)
Sets the isInterstitial value for this TemplateCreative.
|
getAdvertiserId, getAppliedLabels, getAppliedLabels, getCreativeType, getCustomFieldValues, getCustomFieldValues, getId, getLastModifiedDateTime, getName, getPreviewUrl, getSize, setAdvertiserId, setAppliedLabels, setAppliedLabels, setCreativeType, setCustomFieldValues, setCustomFieldValues, setId, setLastModifiedDateTime, setName, setPreviewUrl, setSizepublic TemplateCreative()
public TemplateCreative(Long advertiserId, Long id, String name, Size size, String previewUrl, AppliedLabel[] appliedLabels, DateTime lastModifiedDateTime, BaseCustomFieldValue[] customFieldValues, String creativeType, Long creativeTemplateId, Boolean isInterstitial, BaseCreativeTemplateVariableValue[] creativeTemplateVariableValues)
public Long getCreativeTemplateId()
public void setCreativeTemplateId(Long creativeTemplateId)
creativeTemplateId - * Creative template ID that this creative is created from.public Boolean getIsInterstitial()
true if this template instantiated creative is interstitial.
This attribute is read-only and is assigned by Google based on
the creative template.public void setIsInterstitial(Boolean isInterstitial)
isInterstitial - * true if this template instantiated creative is interstitial.
This attribute is read-only and is assigned by Google based on
the creative template.public BaseCreativeTemplateVariableValue[] getCreativeTemplateVariableValues()
CreativeTemplateVariable in the CreativeTemplate.public void setCreativeTemplateVariableValues(BaseCreativeTemplateVariableValue[] creativeTemplateVariableValues)
creativeTemplateVariableValues - * Stores values of CreativeTemplateVariable in the CreativeTemplate.public BaseCreativeTemplateVariableValue getCreativeTemplateVariableValues(int i)
public void setCreativeTemplateVariableValues(int i,
BaseCreativeTemplateVariableValue _value)
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.