public class CreativePushOptions extends Object implements Serializable
| Constructor and Description |
|---|
CreativePushOptions() |
CreativePushOptions(Long lineItemId,
Long creativeId,
Long nativeStyleId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Long |
getCreativeId()
Gets the creativeId value for this CreativePushOptions.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Long |
getLineItemId()
Gets the lineItemId value for this CreativePushOptions.
|
Long |
getNativeStyleId()
Gets the nativeStyleId value for this CreativePushOptions.
|
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 |
setCreativeId(Long creativeId)
Sets the creativeId value for this CreativePushOptions.
|
void |
setLineItemId(Long lineItemId)
Sets the lineItemId value for this CreativePushOptions.
|
void |
setNativeStyleId(Long nativeStyleId)
Sets the nativeStyleId value for this CreativePushOptions.
|
String |
toString() |
public Long getLineItemId()
This field is required.
public void setLineItemId(Long lineItemId)
lineItemId - * The ID of the LineItem to preview.
This field is required.
public Long getCreativeId()
This field is required.
public void setCreativeId(Long creativeId)
creativeId - * The ID of the Creative to preview.
This field is required.
public Long getNativeStyleId()
This field is optional but the referenced object must exist.
public void setNativeStyleId(Long nativeStyleId)
nativeStyleId - * The ID of the native style to preview the creative with.
This field is optional but the referenced object must exist.
public 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.