public class NodeSettingsResponse extends GenericResponse
Constructor and Description |
---|
NodeSettingsResponse()
Create an empty instance.
|
NodeSettingsResponse(com.fasterxml.jackson.databind.JsonNode data,
ResponseInfo responseInfo)
Create an instance with the given settings and response information, but without message.
|
NodeSettingsResponse(Message message,
ResponseInfo responseInfo)
Create an instance with empty settings and given message and response information.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
getData()
Get the loaded node settings.
|
void |
setData(com.fasterxml.jackson.databind.JsonNode data)
Set the loaded node settings.
|
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo
public NodeSettingsResponse()
public NodeSettingsResponse(Message message, ResponseInfo responseInfo)
responseInfo
- The response informationpublic NodeSettingsResponse(com.fasterxml.jackson.databind.JsonNode data, ResponseInfo responseInfo)
data
- The node settingsresponseInfo
- The response informationCopyright © 2024 Gentics Software. All rights reserved.