dataflow
v1b3
|
#include <get_debug_config_response.h>
Public Member Functions | |
GetDebugConfigResponse (const Json::Value &storage) | |
GetDebugConfigResponse (Json::Value *storage) | |
virtual | ~GetDebugConfigResponse () |
const StringPiece | GetTypeName () const |
bool | has_config () const |
void | clear_config () |
const StringPiece | get_config () const |
void | set_config (const StringPiece &value) |
Static Public Member Functions | |
static GetDebugConfigResponse * | New () |
Response to a get debug configuration request.
|
explicit |
Standard constructor for an immutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'config
' attribute.
|
inline |
Get the value of the 'config
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'config
' attribute was set.
config
' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'config
' attribute.
The encoded debug configuration for the requested component.
[in] | value | The new value. |