-
- All Implemented Interfaces:
-
ru.tinkoff.acquiring.sdk.toggles.FeatureToggle
public class TestFeatureToggle implements FeatureToggle
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringidprivate final Stringnameprivate final StringissueKeyprivate BooleandefaultValuepublic final static TestFeatureToggleINSTANCE
-
Method Summary
Modifier and Type Method Description StringgetId()StringgetName()StringgetIssueKey()BooleangetDefaultValue()UnitsetDefaultValue(Boolean defaultValue)-
-
Method Detail
-
getIssueKey
String getIssueKey()
-
getDefaultValue
Boolean getDefaultValue()
-
setDefaultValue
Unit setDefaultValue(Boolean defaultValue)
-
-
-
-