Package com.variant.share.schema
Interface TimeToLive
public interface TimeToLive
Time to live of qualification and targeting decisions. Specified in the optional
/variations[]/timeToLive
key.-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic enum
Durability scope — how long a qualification or targeting decision is guaranteed to persist. -
Field Summary
-
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
Default
-
-
Method Details
-
getTargetingDurability
TimeToLive.Scope getTargetingDurability() -
getQualificationDurability
TimeToLive.Scope getQualificationDurability()
-