|
groupsmigration
v1
|
#include <groups.h>
Public Member Functions | |
| Groups (const Json::Value &storage) | |
| Groups (Json::Value *storage) | |
| virtual | ~Groups () |
| const StringPiece | GetTypeName () const |
| bool | has_kind () const |
| void | clear_kind () |
| const StringPiece | get_kind () const |
| void | set_kind (const StringPiece &value) |
| bool | has_response_code () const |
| void | clear_response_code () |
| const StringPiece | get_response_code () const |
| void | set_response_code (const StringPiece &value) |
Static Public Member Functions | |
| static Groups * | New () |
JSON response template for groups migration API.
|
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 'kind' attribute.
|
inline |
Clears the 'responseCode' attribute.
|
inline |
Get the value of the 'kind' attribute.
|
inline |
Get the value of the 'responseCode' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'kind' attribute was set.
kind' attribute was set.
|
inline |
Determine if the 'responseCode' attribute was set.
responseCode' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'kind' attribute.
The kind of insert resource this is.
| [in] | value | The new value. |
|
inline |
Change the 'responseCode' attribute.
The status of the insert request.
| [in] | value | The new value. |