-
- All Implemented Interfaces:
-
java.io.Serializable
public final class FeatureStoreApiBean implements Serializable
Created by Paul
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classFeatureStoreApiBean.Companion
-
Field Summary
Fields Modifier and Type Field Description private Stringtypeprivate IntegernumberOfFeaturesprivate IntegernumberOfGroupsprivate List<String>featuresprivate List<String>groupsprivate CacheApiBeancache
-
Constructor Summary
Constructors Constructor Description FeatureStoreApiBean()FeatureStoreApiBean(FeatureStore featureStore)
-
Method Summary
Modifier and Type Method Description final StringgetType()final UnitsetType(String type)final IntegergetNumberOfFeatures()final UnitsetNumberOfFeatures(Integer numberOfFeatures)final IntegergetNumberOfGroups()final UnitsetNumberOfGroups(Integer numberOfGroups)final List<String>getFeatures()final UnitsetFeatures(List<String> features)final List<String>getGroups()final UnitsetGroups(List<String> groups)final CacheApiBeangetCache()final UnitsetCache(CacheApiBean cache)-
-
Method Detail
-
getNumberOfFeatures
final Integer getNumberOfFeatures()
-
setNumberOfFeatures
final Unit setNumberOfFeatures(Integer numberOfFeatures)
-
getNumberOfGroups
final Integer getNumberOfGroups()
-
setNumberOfGroups
final Unit setNumberOfGroups(Integer numberOfGroups)
-
getFeatures
final List<String> getFeatures()
-
setFeatures
final Unit setFeatures(List<String> features)
-
getCache
final CacheApiBean getCache()
-
setCache
final Unit setCache(CacheApiBean cache)
-
-
-
-