Class NodeSettingsResponse

java.lang.Object
com.gentics.contentnode.rest.model.response.GenericResponse
com.gentics.contentnode.rest.model.response.NodeSettingsResponse
All Implemented Interfaces:
Serializable

public class NodeSettingsResponse extends GenericResponse
Response to a request for loading node specific settings.
See Also:
  • Constructor Details

    • NodeSettingsResponse

      public NodeSettingsResponse()
      Create an empty instance.
    • NodeSettingsResponse

      public NodeSettingsResponse(Message message, ResponseInfo responseInfo)
      Create an instance with empty settings and given message and response information.
      Parameters:
      responseInfo - The response information
    • NodeSettingsResponse

      public NodeSettingsResponse(com.fasterxml.jackson.databind.JsonNode data, ResponseInfo responseInfo)
      Create an instance with the given settings and response information, but without message.
      Parameters:
      data - The node settings
      responseInfo - The response information
  • Method Details

    • getData

      public com.fasterxml.jackson.databind.JsonNode getData()
      Get the loaded node settings.
      Returns:
      The loaded node settings
    • setData

      public void setData(com.fasterxml.jackson.databind.JsonNode data)
      Set the loaded node settings.
      Parameters:
      data - The loaded node settings