|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.dfp.axis.v201208.Creative
com.google.api.ads.dfp.axis.v201208.HasDestinationUrlCreative
com.google.api.ads.dfp.axis.v201208.CustomCreative
public class CustomCreative
A Creative that contains an arbitrary HTML snippet and
file assets.
| Constructor Summary | |
|---|---|
CustomCreative()
|
|
CustomCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String creativeType,
String destinationUrl,
String htmlSnippet,
CustomCreativeAsset[] customCreativeAssets,
Boolean isInterstitial)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
CustomCreativeAsset[] |
getCustomCreativeAssets()
Gets the customCreativeAssets value for this CustomCreative. |
CustomCreativeAsset |
getCustomCreativeAssets(int i)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
String |
getHtmlSnippet()
Gets the htmlSnippet value for this CustomCreative. |
Boolean |
getIsInterstitial()
Gets the isInterstitial value for this CustomCreative. |
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 |
setCustomCreativeAssets(CustomCreativeAsset[] customCreativeAssets)
Sets the customCreativeAssets value for this CustomCreative. |
void |
setCustomCreativeAssets(int i,
CustomCreativeAsset _value)
|
void |
setHtmlSnippet(String htmlSnippet)
Sets the htmlSnippet value for this CustomCreative. |
void |
setIsInterstitial(Boolean isInterstitial)
Sets the isInterstitial value for this CustomCreative. |
| Methods inherited from class com.google.api.ads.dfp.axis.v201208.HasDestinationUrlCreative |
|---|
getDestinationUrl, setDestinationUrl |
| Methods inherited from class com.google.api.ads.dfp.axis.v201208.Creative |
|---|
getAdvertiserId, getAppliedLabels, getAppliedLabels, getCreativeType, getCustomFieldValues, getCustomFieldValues, getId, getLastModifiedDateTime, getName, getPreviewUrl, getSize, setAdvertiserId, setAppliedLabels, setAppliedLabels, setCreativeType, setCustomFieldValues, setCustomFieldValues, setId, setLastModifiedDateTime, setName, setPreviewUrl, setSize |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CustomCreative()
public CustomCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String creativeType,
String destinationUrl,
String htmlSnippet,
CustomCreativeAsset[] customCreativeAssets,
Boolean isInterstitial)
| Method Detail |
|---|
public String getHtmlSnippet()
public void setHtmlSnippet(String htmlSnippet)
htmlSnippet - * The HTML snippet that this creative delivers. This attribute
is required.public CustomCreativeAsset[] getCustomCreativeAssets()
public void setCustomCreativeAssets(CustomCreativeAsset[] customCreativeAssets)
customCreativeAssets - * A list of file assets that are associated with this creative,
and can be
referenced in the snippet.public CustomCreativeAsset getCustomCreativeAssets(int i)
public void setCustomCreativeAssets(int i,
CustomCreativeAsset _value)
public Boolean getIsInterstitial()
true if this custom creative is interstitial. An interstitial
creative will not consider an impression served until it is fully
rendered
in the browser.public void setIsInterstitial(Boolean isInterstitial)
isInterstitial - * true if this custom creative is interstitial. An interstitial
creative will not consider an impression served until it is fully
rendered
in the browser.public boolean equals(Object obj)
equals in class HasDestinationUrlCreativepublic int hashCode()
hashCode in class HasDestinationUrlCreativepublic 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 | |||||||||