public class FrequencyCap extends Object implements Serializable
LineItem in a specified time period.| Constructor and Description |
|---|
FrequencyCap() |
FrequencyCap(Integer maxImpressions,
Integer numTimeUnits,
TimeUnit timeUnit) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Integer |
getMaxImpressions()
Gets the maxImpressions value for this FrequencyCap.
|
Integer |
getNumTimeUnits()
Gets the numTimeUnits value for this FrequencyCap.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
TimeUnit |
getTimeUnit()
Gets the timeUnit value for this FrequencyCap.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setMaxImpressions(Integer maxImpressions)
Sets the maxImpressions value for this FrequencyCap.
|
void |
setNumTimeUnits(Integer numTimeUnits)
Sets the numTimeUnits value for this FrequencyCap.
|
void |
setTimeUnit(TimeUnit timeUnit)
Sets the timeUnit value for this FrequencyCap.
|
String |
toString() |
public Integer getMaxImpressions()
public void setMaxImpressions(Integer maxImpressions)
maxImpressions - * The maximum number of impressions than can be served to a user
within a
specified time period.public Integer getNumTimeUnits()
FrequencyCap#timeUnit to represent the
total time
period.public void setNumTimeUnits(Integer numTimeUnits)
numTimeUnits - * The number of FrequencyCap#timeUnit to represent the
total time
period.public TimeUnit getTimeUnit()
public void setTimeUnit(TimeUnit timeUnit)
timeUnit - * The unit of time for specifying the time period.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2019. All rights reserved.