|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.dfp.axis.v201204.CreativeTemplate
public class CreativeTemplate
A template upon which a creative can be created.
| Constructor Summary | |
|---|---|
CreativeTemplate()
|
|
CreativeTemplate(Long id,
String name,
String description,
CreativeTemplateVariable[] variables,
CreativeTemplateStatus status,
CreativeTemplateType type,
Boolean isInterstitial)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getDescription()
Gets the description value for this CreativeTemplate. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
Long |
getId()
Gets the id value for this CreativeTemplate. |
Boolean |
getIsInterstitial()
Gets the isInterstitial value for this CreativeTemplate. |
String |
getName()
Gets the name value for this CreativeTemplate. |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
CreativeTemplateStatus |
getStatus()
Gets the status value for this CreativeTemplate. |
CreativeTemplateType |
getType()
Gets the type value for this CreativeTemplate. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
CreativeTemplateVariable[] |
getVariables()
Gets the variables value for this CreativeTemplate. |
CreativeTemplateVariable |
getVariables(int i)
|
int |
hashCode()
|
void |
setDescription(String description)
Sets the description value for this CreativeTemplate. |
void |
setId(Long id)
Sets the id value for this CreativeTemplate. |
void |
setIsInterstitial(Boolean isInterstitial)
Sets the isInterstitial value for this CreativeTemplate. |
void |
setName(String name)
Sets the name value for this CreativeTemplate. |
void |
setStatus(CreativeTemplateStatus status)
Sets the status value for this CreativeTemplate. |
void |
setType(CreativeTemplateType type)
Sets the type value for this CreativeTemplate. |
void |
setVariables(CreativeTemplateVariable[] variables)
Sets the variables value for this CreativeTemplate. |
void |
setVariables(int i,
CreativeTemplateVariable _value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CreativeTemplate()
public CreativeTemplate(Long id,
String name,
String description,
CreativeTemplateVariable[] variables,
CreativeTemplateStatus status,
CreativeTemplateType type,
Boolean isInterstitial)
| Method Detail |
|---|
public Long getId()
CreativeTemplate. This attribute
is
read-only and is assigned by Google when a creative
template is created.public void setId(Long id)
id - * Uniquely identifies the CreativeTemplate. This attribute
is
read-only and is assigned by Google when a creative
template is created.public String getName()
public void setName(String name)
name - * The name of the creative template. This attribute is required
and has a
maximum length of 255 characters.public String getDescription()
public void setDescription(String description)
description - * The description of the creative template. This attribute is
optional.public CreativeTemplateVariable[] getVariables()
public void setVariables(CreativeTemplateVariable[] variables)
variables - * The list of creative template variables. This attribute is
required.public CreativeTemplateVariable getVariables(int i)
public void setVariables(int i,
CreativeTemplateVariable _value)
public CreativeTemplateStatus getStatus()
CreativeTemplate. This attribute
is read-only
and is assigned by Google.public void setStatus(CreativeTemplateStatus status)
status - * The status of the CreativeTemplate. This attribute
is read-only
and is assigned by Google.public CreativeTemplateType getType()
CreativeTemplate. Publisher can only
create
user-defined templatepublic void setType(CreativeTemplateType type)
type - * The type of the CreativeTemplate. Publisher can only
create
user-defined templatepublic Boolean getIsInterstitial()
true if this creative template produces interstitial
creatives.public void setIsInterstitial(Boolean isInterstitial)
isInterstitial - * true if this creative template produces interstitial
creatives.public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||