|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.dfp.axis.v201201.FrequencyCap
public class FrequencyCap
Represents a limit on the number of times a single viewer can be
exposed to
the same LineItem in a specified time period.
| Constructor Summary | |
|---|---|
FrequencyCap()
|
|
FrequencyCap(Integer maxImpressions,
Integer numTimeUnits,
TimeUnit timeUnit)
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FrequencyCap()
public FrequencyCap(Integer maxImpressions,
Integer numTimeUnits,
TimeUnit timeUnit)
| Method Detail |
|---|
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 boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||