public class CreativeNativeStylePreview extends Object implements Serializable
NativeStyle of a Creative and its
corresponding preview URL.| Constructor and Description |
|---|
CreativeNativeStylePreview() |
CreativeNativeStylePreview(Long nativeStyleId,
String previewUrl) |
| 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
|
Long |
getNativeStyleId()
Gets the nativeStyleId value for this CreativeNativeStylePreview.
|
String |
getPreviewUrl()
Gets the previewUrl value for this CreativeNativeStylePreview.
|
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 |
setNativeStyleId(Long nativeStyleId)
Sets the nativeStyleId value for this CreativeNativeStylePreview.
|
void |
setPreviewUrl(String previewUrl)
Sets the previewUrl value for this CreativeNativeStylePreview.
|
String |
toString() |
public Long getNativeStyleId()
NativeStyle.public void setNativeStyleId(Long nativeStyleId)
nativeStyleId - * The id of the NativeStyle.public String getPreviewUrl()
NativeStylepublic void setPreviewUrl(String previewUrl)
previewUrl - * The URL for previewing this creative using this particular
NativeStylepublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2022. All rights reserved.