public class FeatureStoreApiBean extends Object
| Constructor and Description |
|---|
FeatureStoreApiBean()
Default constructor.
|
FeatureStoreApiBean(FeatureStore featureStore)
Constructor from its feature store.
|
| Modifier and Type | Method and Description |
|---|---|
CacheApiBean |
getCache()
Getter accessor for attribute 'cache'.
|
List<String> |
getFeatures()
Getter accessor for attribute 'features'.
|
List<String> |
getGroups()
Getter accessor for attribute 'groups'.
|
int |
getNumberOfFeatures()
Getter accessor for attribute 'numberOfFeatures'.
|
int |
getNumberOfGroups()
Getter accessor for attribute 'numberOfGroups'.
|
String |
getType()
Getter accessor for attribute 'type'.
|
void |
setCache(CacheApiBean cache)
Setter accessor for attribute 'cache'.
|
void |
setFeatures(List<String> features)
Setter accessor for attribute 'features'.
|
void |
setGroups(List<String> groups)
Setter accessor for attribute 'groups'.
|
void |
setNumberOfFeatures(int numberOfFeatures)
Setter accessor for attribute 'numberOfFeatures'.
|
void |
setNumberOfGroups(int numberOfGroups)
Setter accessor for attribute 'numberOfGroups'.
|
void |
setType(String type)
Setter accessor for attribute 'type'.
|
public FeatureStoreApiBean()
public FeatureStoreApiBean(FeatureStore featureStore)
featureStore - cuurent fature storepublic String getType()
public void setType(String type)
type - new value for 'type 'public int getNumberOfFeatures()
public void setNumberOfFeatures(int numberOfFeatures)
numberOfFeatures - new value for 'numberOfFeatures 'public int getNumberOfGroups()
public void setNumberOfGroups(int numberOfGroups)
numberOfGroups - new value for 'numberOfGroups 'public List<String> getFeatures()
public void setFeatures(List<String> features)
features - new value for 'features 'public List<String> getGroups()
public void setGroups(List<String> groups)
groups - new value for 'groups 'public CacheApiBean getCache()
public void setCache(CacheApiBean cache)
cache - new value for 'cache 'Copyright © 2013–2022 FF4J. All rights reserved.