public class UnsupportedCreative extends Creative implements Serializable
Creative that isn't supported by this version of the
API.
This object is readonly and when encountered should be
reported
on the Ad Manager API forum.| Constructor and Description |
|---|
UnsupportedCreative() |
UnsupportedCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
CreativePolicyViolation[] policyViolations,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String unsupportedCreativeType) |
| 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
|
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
|
String |
getUnsupportedCreativeType()
Gets the unsupportedCreativeType value for this UnsupportedCreative.
|
int |
hashCode() |
void |
setUnsupportedCreativeType(String unsupportedCreativeType)
Sets the unsupportedCreativeType value for this UnsupportedCreative.
|
String |
toString() |
getAdvertiserId, getAppliedLabels, getAppliedLabels, getCustomFieldValues, getCustomFieldValues, getId, getLastModifiedDateTime, getName, getPolicyViolations, getPolicyViolations, getPreviewUrl, getSize, setAdvertiserId, setAppliedLabels, setAppliedLabels, setCustomFieldValues, setCustomFieldValues, setId, setLastModifiedDateTime, setName, setPolicyViolations, setPolicyViolations, setPreviewUrl, setSizepublic UnsupportedCreative()
public UnsupportedCreative(Long advertiserId, Long id, String name, Size size, String previewUrl, CreativePolicyViolation[] policyViolations, AppliedLabel[] appliedLabels, DateTime lastModifiedDateTime, BaseCustomFieldValue[] customFieldValues, String unsupportedCreativeType)
public String getUnsupportedCreativeType()
public void setUnsupportedCreativeType(String unsupportedCreativeType)
unsupportedCreativeType - * The creative type that is unsupported by this API version.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2018. All Rights Reserved.