|
sqladmin
v1beta4
|
#include <api_warning.h>
Public Member Functions | |
| ApiWarning (const Json::Value &storage) | |
| ApiWarning (Json::Value *storage) | |
| virtual | ~ApiWarning () |
| const StringPiece | GetTypeName () const |
| bool | has_code () const |
| void | clear_code () |
| const StringPiece | get_code () const |
| void | set_code (const StringPiece &value) |
| bool | has_message () const |
| void | clear_message () |
| const StringPiece | get_message () const |
| void | set_message (const StringPiece &value) |
Static Public Member Functions | |
| static ApiWarning * | New () |
An Admin API warning message.
|
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 'code' attribute.
|
inline |
Clears the 'message' attribute.
|
inline |
Get the value of the 'code' attribute.
|
inline |
Get the value of the 'message' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'code' attribute was set.
code' attribute was set.
|
inline |
Determine if the 'message' attribute was set.
message' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'code' attribute.
Code to uniquely identify the warning type.
| [in] | value | The new value. |
|
inline |
Change the 'message' attribute.
The warning message.
| [in] | value | The new value. |