public class GroupApiBean extends Object
| Constructor and Description |
|---|
GroupApiBean() |
| Modifier and Type | Method and Description |
|---|---|
List<FeatureApiBean> |
getFeatures()
Getter accessor for attribute 'features'.
|
String |
getGroupName()
Getter accessor for attribute 'groupName'.
|
void |
setFeatures(List<FeatureApiBean> features)
Setter accessor for attribute 'features'.
|
void |
setGroupName(String groupName)
Setter accessor for attribute 'groupName'.
|
public String getGroupName()
public void setGroupName(String groupName)
groupName - new value for 'groupName 'public List<FeatureApiBean> getFeatures()
public void setFeatures(List<FeatureApiBean> features)
features - new value for 'features 'Copyright © 2013–2022 FF4J. All rights reserved.