public class CreativeSearchCriteria extends PageableSearchCriteriaBase implements Serializable
| Constructor and Description |
|---|
CreativeSearchCriteria() |
CreativeSearchCriteria(long[] ids,
String searchString,
int pageNumber,
int pageSize,
ActiveFilter activeStatus,
long advertiserId,
long archiveStatusFilter,
long campaignId,
DateInterval creativeCreationDateRange,
long[] renderingIds,
boolean studioCreative) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ActiveFilter |
getActiveStatus()
Gets the activeStatus value for this CreativeSearchCriteria.
|
long |
getAdvertiserId()
Gets the advertiserId value for this CreativeSearchCriteria.
|
long |
getArchiveStatusFilter()
Gets the archiveStatusFilter value for this CreativeSearchCriteria.
|
long |
getCampaignId()
Gets the campaignId value for this CreativeSearchCriteria.
|
DateInterval |
getCreativeCreationDateRange()
Gets the creativeCreationDateRange value for this CreativeSearchCriteria.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
long[] |
getRenderingIds()
Gets the renderingIds value for this CreativeSearchCriteria.
|
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 |
isStudioCreative()
Gets the studioCreative value for this CreativeSearchCriteria.
|
void |
setActiveStatus(ActiveFilter activeStatus)
Sets the activeStatus value for this CreativeSearchCriteria.
|
void |
setAdvertiserId(long advertiserId)
Sets the advertiserId value for this CreativeSearchCriteria.
|
void |
setArchiveStatusFilter(long archiveStatusFilter)
Sets the archiveStatusFilter value for this CreativeSearchCriteria.
|
void |
setCampaignId(long campaignId)
Sets the campaignId value for this CreativeSearchCriteria.
|
void |
setCreativeCreationDateRange(DateInterval creativeCreationDateRange)
Sets the creativeCreationDateRange value for this CreativeSearchCriteria.
|
void |
setRenderingIds(long[] renderingIds)
Sets the renderingIds value for this CreativeSearchCriteria.
|
void |
setStudioCreative(boolean studioCreative)
Sets the studioCreative value for this CreativeSearchCriteria.
|
getPageNumber, getPageSize, setPageNumber, setPageSizegetIds, getSearchString, setIds, setSearchStringpublic CreativeSearchCriteria()
public CreativeSearchCriteria(long[] ids,
String searchString,
int pageNumber,
int pageSize,
ActiveFilter activeStatus,
long advertiserId,
long archiveStatusFilter,
long campaignId,
DateInterval creativeCreationDateRange,
long[] renderingIds,
boolean studioCreative)
public ActiveFilter getActiveStatus()
public void setActiveStatus(ActiveFilter activeStatus)
activeStatus - public long getAdvertiserId()
public void setAdvertiserId(long advertiserId)
advertiserId - public long getArchiveStatusFilter()
public void setArchiveStatusFilter(long archiveStatusFilter)
archiveStatusFilter - public long getCampaignId()
public void setCampaignId(long campaignId)
campaignId - public DateInterval getCreativeCreationDateRange()
public void setCreativeCreationDateRange(DateInterval creativeCreationDateRange)
creativeCreationDateRange - public long[] getRenderingIds()
public void setRenderingIds(long[] renderingIds)
renderingIds - public boolean isStudioCreative()
public void setStudioCreative(boolean studioCreative)
studioCreative - public boolean equals(Object obj)
equals in class PageableSearchCriteriaBasepublic int hashCode()
hashCode in class PageableSearchCriteriaBasepublic 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.