|
androidenterprise
v1
|
#include <app_state.h>
Public Member Functions | |
| AppState (const Json::Value &storage) | |
| AppState (Json::Value *storage) | |
| virtual | ~AppState () |
| const StringPiece | GetTypeName () const |
| bool | has_keyed_app_state () const |
| void | clear_keyed_app_state () |
| const client::JsonCppArray< KeyedAppState > | get_keyed_app_state () const |
| client::JsonCppArray< KeyedAppState > | mutable_keyedAppState () |
| bool | has_package_name () const |
| void | clear_package_name () |
| const StringPiece | get_package_name () const |
| void | set_package_name (const StringPiece &value) |
Static Public Member Functions | |
| static AppState * | New () |
List of states set by the app.
|
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 'keyedAppState' attribute.
|
inline |
Clears the 'packageName' attribute.
| const client::JsonCppArray<KeyedAppState > google_androidenterprise_api::AppState::get_keyed_app_state | ( | ) | const |
Get a reference to the value of the 'keyedAppState' attribute.
|
inline |
Get the value of the 'packageName' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'keyedAppState' attribute was set.
keyedAppState' attribute was set.
|
inline |
Determine if the 'packageName' attribute was set.
packageName' attribute was set. | client::JsonCppArray<KeyedAppState > google_androidenterprise_api::AppState::mutable_keyedAppState | ( | ) |
Gets a reference to a mutable value of the 'keyedAppState' property.
List of keyed app states. This field will always be present.
|
static |
Creates a new default instance.
|
inline |
Change the 'packageName' attribute.
The package name of the app. This field will always be present.
| [in] | value | The new value. |