public class AdvertiserSearchCriteria extends PageableSearchCriteriaBase implements Serializable
| Constructor and Description |
|---|
AdvertiserSearchCriteria() |
AdvertiserSearchCriteria(long[] ids,
String searchString,
int pageNumber,
int pageSize,
long[] advertiserGroupIds,
boolean includeAdvertisersWithOutGroupOnly,
boolean includeInventoryAdvertisersOnly,
long[] spotIds,
long subnetworkId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long[] |
getAdvertiserGroupIds()
Gets the advertiserGroupIds value for this AdvertiserSearchCriteria.
|
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
|
long[] |
getSpotIds()
Gets the spotIds value for this AdvertiserSearchCriteria.
|
long |
getSubnetworkId()
Gets the subnetworkId value for this AdvertiserSearchCriteria.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
boolean |
isIncludeAdvertisersWithOutGroupOnly()
Gets the includeAdvertisersWithOutGroupOnly value for this AdvertiserSearchCriteria.
|
boolean |
isIncludeInventoryAdvertisersOnly()
Gets the includeInventoryAdvertisersOnly value for this AdvertiserSearchCriteria.
|
void |
setAdvertiserGroupIds(long[] advertiserGroupIds)
Sets the advertiserGroupIds value for this AdvertiserSearchCriteria.
|
void |
setIncludeAdvertisersWithOutGroupOnly(boolean includeAdvertisersWithOutGroupOnly)
Sets the includeAdvertisersWithOutGroupOnly value for this AdvertiserSearchCriteria.
|
void |
setIncludeInventoryAdvertisersOnly(boolean includeInventoryAdvertisersOnly)
Sets the includeInventoryAdvertisersOnly value for this AdvertiserSearchCriteria.
|
void |
setSpotIds(long[] spotIds)
Sets the spotIds value for this AdvertiserSearchCriteria.
|
void |
setSubnetworkId(long subnetworkId)
Sets the subnetworkId value for this AdvertiserSearchCriteria.
|
getPageNumber, getPageSize, setPageNumber, setPageSizegetIds, getSearchString, setIds, setSearchStringpublic AdvertiserSearchCriteria()
public AdvertiserSearchCriteria(long[] ids,
String searchString,
int pageNumber,
int pageSize,
long[] advertiserGroupIds,
boolean includeAdvertisersWithOutGroupOnly,
boolean includeInventoryAdvertisersOnly,
long[] spotIds,
long subnetworkId)
public long[] getAdvertiserGroupIds()
public void setAdvertiserGroupIds(long[] advertiserGroupIds)
advertiserGroupIds - public boolean isIncludeAdvertisersWithOutGroupOnly()
public void setIncludeAdvertisersWithOutGroupOnly(boolean includeAdvertisersWithOutGroupOnly)
includeAdvertisersWithOutGroupOnly - public boolean isIncludeInventoryAdvertisersOnly()
public void setIncludeInventoryAdvertisersOnly(boolean includeInventoryAdvertisersOnly)
includeInventoryAdvertisersOnly - public long[] getSpotIds()
public void setSpotIds(long[] spotIds)
spotIds - public long getSubnetworkId()
public void setSubnetworkId(long subnetworkId)
subnetworkId - 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.