public class PlacementUpdateRequest extends Object implements Serializable
| Constructor and Description |
|---|
PlacementUpdateRequest() |
PlacementUpdateRequest(long campaignId,
Calendar endDate,
int flightingOption,
Calendar startDate,
int updateOption) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getCampaignId()
Gets the campaignId value for this PlacementUpdateRequest.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Calendar |
getEndDate()
Gets the endDate value for this PlacementUpdateRequest.
|
int |
getFlightingOption()
Gets the flightingOption value for this PlacementUpdateRequest.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
Calendar |
getStartDate()
Gets the startDate value for this PlacementUpdateRequest.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
getUpdateOption()
Gets the updateOption value for this PlacementUpdateRequest.
|
int |
hashCode() |
void |
setCampaignId(long campaignId)
Sets the campaignId value for this PlacementUpdateRequest.
|
void |
setEndDate(Calendar endDate)
Sets the endDate value for this PlacementUpdateRequest.
|
void |
setFlightingOption(int flightingOption)
Sets the flightingOption value for this PlacementUpdateRequest.
|
void |
setStartDate(Calendar startDate)
Sets the startDate value for this PlacementUpdateRequest.
|
void |
setUpdateOption(int updateOption)
Sets the updateOption value for this PlacementUpdateRequest.
|
public long getCampaignId()
public void setCampaignId(long campaignId)
campaignId - public Calendar getEndDate()
public void setEndDate(Calendar endDate)
endDate - public int getFlightingOption()
public void setFlightingOption(int flightingOption)
flightingOption - public Calendar getStartDate()
public void setStartDate(Calendar startDate)
startDate - public int getUpdateOption()
public void setUpdateOption(int updateOption)
updateOption - 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.