licensing
v1
|
#include <license_assignment_insert.h>
Public Member Functions | |
LicenseAssignmentInsert (const Json::Value &storage) | |
LicenseAssignmentInsert (Json::Value *storage) | |
virtual | ~LicenseAssignmentInsert () |
const StringPiece | GetTypeName () const |
bool | has_user_id () const |
void | clear_user_id () |
const StringPiece | get_user_id () const |
void | set_user_id (const StringPiece &value) |
Static Public Member Functions | |
static LicenseAssignmentInsert * | New () |
Representation of a license assignment.
|
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 'userId
' attribute.
|
inline |
Get the value of the 'userId
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'userId
' attribute was set.
userId
' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'userId
' attribute.
Email id of the user.
[in] | value | The new value. |