#include <device_report_update_event.h>
An event generated when an updated device report is available.
◆ DeviceReportUpdateEvent() [1/2]
| google_androidenterprise_api::DeviceReportUpdateEvent::DeviceReportUpdateEvent |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ DeviceReportUpdateEvent() [2/2]
| google_androidenterprise_api::DeviceReportUpdateEvent::DeviceReportUpdateEvent |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ ~DeviceReportUpdateEvent()
| google_androidenterprise_api::DeviceReportUpdateEvent::~DeviceReportUpdateEvent |
( |
| ) |
|
|
virtual |
◆ clear_device_id()
| void google_androidenterprise_api::DeviceReportUpdateEvent::clear_device_id |
( |
| ) |
|
|
inline |
Clears the 'deviceId' attribute.
◆ clear_report()
| void google_androidenterprise_api::DeviceReportUpdateEvent::clear_report |
( |
| ) |
|
|
inline |
Clears the 'report' attribute.
◆ clear_user_id()
| void google_androidenterprise_api::DeviceReportUpdateEvent::clear_user_id |
( |
| ) |
|
|
inline |
Clears the 'userId' attribute.
◆ get_device_id()
| const StringPiece google_androidenterprise_api::DeviceReportUpdateEvent::get_device_id |
( |
| ) |
const |
|
inline |
Get the value of the 'deviceId' attribute.
◆ get_report()
| const DeviceReport google_androidenterprise_api::DeviceReportUpdateEvent::get_report |
( |
| ) |
const |
Get a reference to the value of the 'report' attribute.
◆ get_user_id()
| const StringPiece google_androidenterprise_api::DeviceReportUpdateEvent::get_user_id |
( |
| ) |
const |
|
inline |
Get the value of the 'userId' attribute.
◆ GetTypeName()
| const StringPiece google_androidenterprise_api::DeviceReportUpdateEvent::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_device_id()
| bool google_androidenterprise_api::DeviceReportUpdateEvent::has_device_id |
( |
| ) |
const |
|
inline |
Determine if the 'deviceId' attribute was set.
- Returns
- true if the '
deviceId' attribute was set.
◆ has_report()
| bool google_androidenterprise_api::DeviceReportUpdateEvent::has_report |
( |
| ) |
const |
|
inline |
Determine if the 'report' attribute was set.
- Returns
- true if the '
report' attribute was set.
◆ has_user_id()
| bool google_androidenterprise_api::DeviceReportUpdateEvent::has_user_id |
( |
| ) |
const |
|
inline |
Determine if the 'userId' attribute was set.
- Returns
- true if the '
userId' attribute was set.
◆ mutable_report()
| DeviceReport google_androidenterprise_api::DeviceReportUpdateEvent::mutable_report |
( |
| ) |
|
Gets a reference to a mutable value of the 'report' property.
The device report updated with the latest app states. This field will always be present.
- Returns
- The result can be modified to change the attribute value.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_device_id()
| void google_androidenterprise_api::DeviceReportUpdateEvent::set_device_id |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'deviceId' attribute.
The Android ID of the device. This field will always be present.
- Parameters
-
◆ set_user_id()
| void google_androidenterprise_api::DeviceReportUpdateEvent::set_user_id |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'userId' attribute.
The ID of the user. This field will always be present.
- Parameters
-
The documentation for this class was generated from the following files: