Class Repository
- java.lang.Object
-
- com.featureprobe.sdk.server.model.Repository
-
public final class Repository extends Object
-
-
Constructor Summary
Constructors Constructor Description Repository()Repository(Map<String,Toggle> toggles, Map<String,Segment> segments, Long debugUntilTime)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetDebugUntilTime()Map<String,Segment>getSegments()Map<String,Toggle>getToggles()voidsetDebugUntilTime(Long debugUntilTime)voidsetSegments(Map<String,Segment> segments)voidsetToggles(Map<String,Toggle> toggles)
-