public class LabelFrequencyCap extends Object implements Serializable
LabelFrequencyCap assigns a frequency cap to a label.
The
frequency cap will limit the cumulative number of impressions
of any ad
units with this label that may be shown to a particular
user over a time
unit.| Constructor and Description |
|---|
LabelFrequencyCap() |
LabelFrequencyCap(FrequencyCap frequencyCap,
Long labelId) |
| 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
|
FrequencyCap |
getFrequencyCap()
Gets the frequencyCap value for this LabelFrequencyCap.
|
Long |
getLabelId()
Gets the labelId value for this LabelFrequencyCap.
|
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() |
void |
setFrequencyCap(FrequencyCap frequencyCap)
Sets the frequencyCap value for this LabelFrequencyCap.
|
void |
setLabelId(Long labelId)
Sets the labelId value for this LabelFrequencyCap.
|
public LabelFrequencyCap()
public LabelFrequencyCap(FrequencyCap frequencyCap, Long labelId)
public FrequencyCap getFrequencyCap()
public void setFrequencyCap(FrequencyCap frequencyCap)
frequencyCap - * The frequency cap to be applied with this label.public Long getLabelId()
AdUnit.public void setLabelId(Long labelId)
labelId - * ID of the label being capped on the AdUnit.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All Rights Reserved.