|
androidenterprise
v1
|
#include <maintenance_window.h>
Public Member Functions | |
| MaintenanceWindow (const Json::Value &storage) | |
| MaintenanceWindow (Json::Value *storage) | |
| virtual | ~MaintenanceWindow () |
| const StringPiece | GetTypeName () const |
| bool | has_duration_ms () const |
| void | clear_duration_ms () |
| int64 | get_duration_ms () const |
| void | set_duration_ms (int64 value) |
| bool | has_start_time_after_midnight_ms () const |
| void | clear_start_time_after_midnight_ms () |
| int64 | get_start_time_after_midnight_ms () const |
| void | set_start_time_after_midnight_ms (int64 value) |
Static Public Member Functions | |
| static MaintenanceWindow * | New () |
Maintenance window for managed Google Play Accounts. This allows Play store to update the apps on the foreground in the designated window.
|
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 'durationMs' attribute.
|
inline |
Clears the 'startTimeAfterMidnightMs' attribute.
|
inline |
Get the value of the 'durationMs' attribute.
|
inline |
Get the value of the 'startTimeAfterMidnightMs' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'durationMs' attribute was set.
durationMs' attribute was set.
|
inline |
Determine if the 'startTimeAfterMidnightMs' attribute was set.
startTimeAfterMidnightMs' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'durationMs' attribute.
Duration of the maintenance window, in milliseconds. The duration must be between 30 minutes and 24 hours (inclusive).
| [in] | value | The new value. |
|
inline |
Change the 'startTimeAfterMidnightMs' attribute.
Start time of the maintenance window, in milliseconds after midnight on the device. Windows can span midnight.
| [in] | value | The new value. |