public class CreativeCopyRequest extends Object implements Serializable
| Constructor and Description |
|---|
CreativeCopyRequest() |
CreativeCopyRequest(long advertiserId,
long campaignId,
long copyMode,
long creativeId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getAdvertiserId()
Gets the advertiserId value for this CreativeCopyRequest.
|
long |
getCampaignId()
Gets the campaignId value for this CreativeCopyRequest.
|
long |
getCopyMode()
Gets the copyMode value for this CreativeCopyRequest.
|
long |
getCreativeId()
Gets the creativeId value for this CreativeCopyRequest.
|
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
|
int |
hashCode() |
void |
setAdvertiserId(long advertiserId)
Sets the advertiserId value for this CreativeCopyRequest.
|
void |
setCampaignId(long campaignId)
Sets the campaignId value for this CreativeCopyRequest.
|
void |
setCopyMode(long copyMode)
Sets the copyMode value for this CreativeCopyRequest.
|
void |
setCreativeId(long creativeId)
Sets the creativeId value for this CreativeCopyRequest.
|
public CreativeCopyRequest()
public CreativeCopyRequest(long advertiserId,
long campaignId,
long copyMode,
long creativeId)
public long getAdvertiserId()
public void setAdvertiserId(long advertiserId)
advertiserId - public long getCampaignId()
public void setCampaignId(long campaignId)
campaignId - public long getCopyMode()
public void setCopyMode(long copyMode)
copyMode - public long getCreativeId()
public void setCreativeId(long creativeId)
creativeId - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2015. All Rights Reserved.