Class AbstractAdConfig
-
- All Implemented Interfaces:
public abstract class AbstractAdConfig
-
-
Field Summary
Fields Modifier and Type Field Description private LonglastTryTimestampprivate final Integerpercentageprivate final BooleanisRtaRuleprivate final Integerpriorityprivate final MediationTypemediationType
-
Constructor Summary
Constructors Constructor Description AbstractAdConfig(Integer priority, MediationType mediationType)
-
Method Summary
Modifier and Type Method Description final LonggetLastTryTimestamp()final UnitsetLastTryTimestamp(Long lastTryTimestamp)abstract IntegergetPercentage()final BooleanisRtaRule()final IntegergetPriority()final MediationTypegetMediationType()-
-
Constructor Detail
-
AbstractAdConfig
AbstractAdConfig(Integer priority, MediationType mediationType)
-
-
Method Detail
-
getLastTryTimestamp
final Long getLastTryTimestamp()
-
setLastTryTimestamp
final Unit setLastTryTimestamp(Long lastTryTimestamp)
-
getPercentage
abstract Integer getPercentage()
-
getPriority
final Integer getPriority()
-
getMediationType
final MediationType getMediationType()
-
-
-
-