public final class Repository extends Object
| Constructor and Description |
|---|
Repository() |
Repository(Map<String,Toggle> toggles,
Map<String,Segment> segments,
Long debugUntilTime) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getDebugUntilTime() |
Map<String,Segment> |
getSegments() |
Map<String,Toggle> |
getToggles() |
void |
setDebugUntilTime(Long debugUntilTime) |
void |
setSegments(Map<String,Segment> segments) |
void |
setToggles(Map<String,Toggle> toggles) |
Copyright © 2023. All rights reserved.