public class CreativeUploadSessionRequest extends Object implements Serializable
| Constructor and Description |
|---|
CreativeUploadSessionRequest() |
CreativeUploadSessionRequest(long advertiserId,
long campaignId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getAdvertiserId()
Gets the advertiserId value for this CreativeUploadSessionRequest.
|
long |
getCampaignId()
Gets the campaignId value for this CreativeUploadSessionRequest.
|
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 CreativeUploadSessionRequest.
|
void |
setCampaignId(long campaignId)
Sets the campaignId value for this CreativeUploadSessionRequest.
|
public CreativeUploadSessionRequest()
public CreativeUploadSessionRequest(long advertiserId,
long campaignId)
public long getAdvertiserId()
public void setAdvertiserId(long advertiserId)
advertiserId - public long getCampaignId()
public void setCampaignId(long campaignId)
campaignId - 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.