com.google.api.ads.dfp.axis.v201208
Class LegacyDfpCreative
java.lang.Object
com.google.api.ads.dfp.axis.v201208.Creative
com.google.api.ads.dfp.axis.v201208.LegacyDfpCreative
- All Implemented Interfaces:
- Serializable
public class LegacyDfpCreative
- extends Creative
- implements Serializable
A Creative that isn't supported by Google DFP, but was
migrated
from DART. Creatives of this type cannot be created or
modified.
- See Also:
- Serialized Form
| 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 |
LegacyDfpCreative
public LegacyDfpCreative()
LegacyDfpCreative
public LegacyDfpCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String creativeType)
equals
public boolean equals(Object obj)
- Overrides:
equals in class Creative
hashCode
public int hashCode()
- Overrides:
hashCode in class Creative
getTypeDesc
public static org.apache.axis.description.TypeDesc getTypeDesc()
- Return type metadata object
getSerializer
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
- Get Custom Serializer
getDeserializer
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
- Get Custom Deserializer
Copyright © 2012. All Rights Reserved.