public class NodeFeatureResponse extends GenericResponse
Modifier and Type | Field and Description |
---|---|
protected List<NodeFeature> |
features
Activated features
|
Constructor and Description |
---|
NodeFeatureResponse()
Empty constructor
|
NodeFeatureResponse(Message message,
ResponseInfo responseInfo)
Create an instance with message and response info
|
NodeFeatureResponse(ResponseInfo responseInfo,
List<NodeFeature> features)
Create an instance with empty message, but given response info and features
|
Modifier and Type | Method and Description |
---|---|
List<NodeFeature> |
getFeatures()
Get the activated features
|
void |
setFeatures(List<NodeFeature> features)
Set the activated features
|
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo
protected List<NodeFeature> features
public NodeFeatureResponse()
public NodeFeatureResponse(ResponseInfo responseInfo, List<NodeFeature> features)
responseInfo
- response infofeatures
- featurespublic NodeFeatureResponse(Message message, ResponseInfo responseInfo)
message
- messageresponseInfo
- response infopublic List<NodeFeature> getFeatures()
public void setFeatures(List<NodeFeature> features)
features
- activated featuresCopyright © 2024 Gentics Software. All rights reserved.