public class CreativeAdAssociationUpdateRequest extends Object implements Serializable
| Constructor and Description |
|---|
CreativeAdAssociationUpdateRequest() |
CreativeAdAssociationUpdateRequest(long[] adIds,
boolean associationStatus,
String clickThroughUrl,
long creativeId,
Calendar endDate,
String[] propertiesToUpdate,
Calendar startDate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long[] |
getAdIds()
Gets the adIds value for this CreativeAdAssociationUpdateRequest.
|
String |
getClickThroughUrl()
Gets the clickThroughUrl value for this CreativeAdAssociationUpdateRequest.
|
long |
getCreativeId()
Gets the creativeId value for this CreativeAdAssociationUpdateRequest.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Calendar |
getEndDate()
Gets the endDate value for this CreativeAdAssociationUpdateRequest.
|
String[] |
getPropertiesToUpdate()
Gets the propertiesToUpdate value for this CreativeAdAssociationUpdateRequest.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
Calendar |
getStartDate()
Gets the startDate value for this CreativeAdAssociationUpdateRequest.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
boolean |
isAssociationStatus()
Gets the associationStatus value for this CreativeAdAssociationUpdateRequest.
|
void |
setAdIds(long[] adIds)
Sets the adIds value for this CreativeAdAssociationUpdateRequest.
|
void |
setAssociationStatus(boolean associationStatus)
Sets the associationStatus value for this CreativeAdAssociationUpdateRequest.
|
void |
setClickThroughUrl(String clickThroughUrl)
Sets the clickThroughUrl value for this CreativeAdAssociationUpdateRequest.
|
void |
setCreativeId(long creativeId)
Sets the creativeId value for this CreativeAdAssociationUpdateRequest.
|
void |
setEndDate(Calendar endDate)
Sets the endDate value for this CreativeAdAssociationUpdateRequest.
|
void |
setPropertiesToUpdate(String[] propertiesToUpdate)
Sets the propertiesToUpdate value for this CreativeAdAssociationUpdateRequest.
|
void |
setStartDate(Calendar startDate)
Sets the startDate value for this CreativeAdAssociationUpdateRequest.
|
public long[] getAdIds()
public void setAdIds(long[] adIds)
adIds - public boolean isAssociationStatus()
public void setAssociationStatus(boolean associationStatus)
associationStatus - public String getClickThroughUrl()
public void setClickThroughUrl(String clickThroughUrl)
clickThroughUrl - public long getCreativeId()
public void setCreativeId(long creativeId)
creativeId - public Calendar getEndDate()
public void setEndDate(Calendar endDate)
endDate - public String[] getPropertiesToUpdate()
public void setPropertiesToUpdate(String[] propertiesToUpdate)
propertiesToUpdate - public Calendar getStartDate()
public void setStartDate(Calendar startDate)
startDate - 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.