public class AdCopyRequest extends Object implements Serializable
| Constructor and Description |
|---|
AdCopyRequest() |
AdCopyRequest(long adId,
long campaignId,
boolean copyCreativeAssociation,
boolean copyPlacementAssignment) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getAdId()
Gets the adId value for this AdCopyRequest.
|
long |
getCampaignId()
Gets the campaignId value for this AdCopyRequest.
|
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() |
boolean |
isCopyCreativeAssociation()
Gets the copyCreativeAssociation value for this AdCopyRequest.
|
boolean |
isCopyPlacementAssignment()
Gets the copyPlacementAssignment value for this AdCopyRequest.
|
void |
setAdId(long adId)
Sets the adId value for this AdCopyRequest.
|
void |
setCampaignId(long campaignId)
Sets the campaignId value for this AdCopyRequest.
|
void |
setCopyCreativeAssociation(boolean copyCreativeAssociation)
Sets the copyCreativeAssociation value for this AdCopyRequest.
|
void |
setCopyPlacementAssignment(boolean copyPlacementAssignment)
Sets the copyPlacementAssignment value for this AdCopyRequest.
|
public AdCopyRequest()
public AdCopyRequest(long adId,
long campaignId,
boolean copyCreativeAssociation,
boolean copyPlacementAssignment)
public long getAdId()
public void setAdId(long adId)
adId - public long getCampaignId()
public void setCampaignId(long campaignId)
campaignId - public boolean isCopyCreativeAssociation()
public void setCopyCreativeAssociation(boolean copyCreativeAssociation)
copyCreativeAssociation - public boolean isCopyPlacementAssignment()
public void setCopyPlacementAssignment(boolean copyPlacementAssignment)
copyPlacementAssignment - 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.