Class NodeSettingsResponse

    • Constructor Detail

      • 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 Detail

      • 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