|
dataflow
v1b3
|
#include <job_message.h>
Public Member Functions | |
| JobMessage (const Json::Value &storage) | |
| JobMessage (Json::Value *storage) | |
| virtual | ~JobMessage () |
| const StringPiece | GetTypeName () const |
| bool | has_id () const |
| void | clear_id () |
| const StringPiece | get_id () const |
| void | set_id (const StringPiece &value) |
| bool | has_message_importance () const |
| void | clear_message_importance () |
| const StringPiece | get_message_importance () const |
| void | set_message_importance (const StringPiece &value) |
| bool | has_message_text () const |
| void | clear_message_text () |
| const StringPiece | get_message_text () const |
| void | set_message_text (const StringPiece &value) |
| bool | has_time () const |
| void | clear_time () |
| const StringPiece | get_time () const |
| void | set_time (const StringPiece &value) |
Static Public Member Functions | |
| static JobMessage * | New () |
A particular message pertaining to a Dataflow job.
|
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 'id' attribute.
|
inline |
Clears the 'messageImportance' attribute.
|
inline |
Clears the 'messageText' attribute.
|
inline |
Clears the 'time' attribute.
|
inline |
Get the value of the 'id' attribute.
|
inline |
Get the value of the 'messageImportance' attribute.
|
inline |
Get the value of the 'messageText' attribute.
|
inline |
Get the value of the 'time' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'id' attribute was set.
id' attribute was set.
|
inline |
Determine if the 'messageImportance' attribute was set.
messageImportance' attribute was set.
|
inline |
Determine if the 'messageText' attribute was set.
messageText' attribute was set.
|
inline |
Determine if the 'time' attribute was set.
time' attribute was set.
|
static |
Creates a new default instance.
|
inline |
|
inline |
Change the 'messageImportance' attribute.
Importance level of the message.
| [in] | value | The new value. |
|
inline |
Change the 'messageText' attribute.
The text of the message.
| [in] | value | The new value. |
|
inline |
Change the 'time' attribute.
The timestamp of the message.
| [in] | value | The new value. |