getProperties method

  1. @protected
String getProperties (String diagnosticsNodeId, String groupName)
@protected

Returns a JSON representation of the properties of the DiagnosticsNode object that diagnosticsNodeId references.

Implementation

@protected
String getProperties(String diagnosticsNodeId, String groupName) {
  return _safeJsonEncode(_getProperties(diagnosticsNodeId, groupName));
}