dataflow
v1b3
|
#include <validate_response.h>
Public Member Functions | |
ValidateResponse (const Json::Value &storage) | |
ValidateResponse (Json::Value *storage) | |
virtual | ~ValidateResponse () |
const StringPiece | GetTypeName () const |
bool | has_error_message () const |
void | clear_error_message () |
const StringPiece | get_error_message () const |
void | set_error_message (const StringPiece &value) |
Static Public Member Functions | |
static ValidateResponse * | New () |
Response to the validation 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 'errorMessage
' attribute.
|
inline |
Get the value of the 'errorMessage
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'errorMessage
' attribute was set.
errorMessage
' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'errorMessage
' attribute.
Will be empty if validation succeeds.
[in] | value | The new value. |