androidenterprise  v1
Public Member Functions | Static Public Member Functions | List of all members
google_androidenterprise_api::InstallFailureEvent Class Reference

#include <install_failure_event.h>

Inheritance diagram for google_androidenterprise_api::InstallFailureEvent:

Public Member Functions

 InstallFailureEvent (const Json::Value &storage)
 
 InstallFailureEvent (Json::Value *storage)
 
virtual ~InstallFailureEvent ()
 
const StringPiece GetTypeName () const
 
bool has_device_id () const
 
void clear_device_id ()
 
const StringPiece get_device_id () const
 
void set_device_id (const StringPiece &value)
 
bool has_failure_details () const
 
void clear_failure_details ()
 
const StringPiece get_failure_details () const
 
void set_failure_details (const StringPiece &value)
 
bool has_failure_reason () const
 
void clear_failure_reason ()
 
const StringPiece get_failure_reason () const
 
void set_failure_reason (const StringPiece &value)
 
bool has_product_id () const
 
void clear_product_id ()
 
const StringPiece get_product_id () const
 
void set_product_id (const StringPiece &value)
 
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 InstallFailureEventNew ()
 

Detailed Description

An event generated when an app installation failed on a device.

Constructor & Destructor Documentation

◆ InstallFailureEvent() [1/2]

google_androidenterprise_api::InstallFailureEvent::InstallFailureEvent ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ InstallFailureEvent() [2/2]

google_androidenterprise_api::InstallFailureEvent::InstallFailureEvent ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ~InstallFailureEvent()

google_androidenterprise_api::InstallFailureEvent::~InstallFailureEvent ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_device_id()

void google_androidenterprise_api::InstallFailureEvent::clear_device_id ( )
inline

Clears the 'deviceId' attribute.

◆ clear_failure_details()

void google_androidenterprise_api::InstallFailureEvent::clear_failure_details ( )
inline

Clears the 'failureDetails' attribute.

◆ clear_failure_reason()

void google_androidenterprise_api::InstallFailureEvent::clear_failure_reason ( )
inline

Clears the 'failureReason' attribute.

◆ clear_product_id()

void google_androidenterprise_api::InstallFailureEvent::clear_product_id ( )
inline

Clears the 'productId' attribute.

◆ clear_user_id()

void google_androidenterprise_api::InstallFailureEvent::clear_user_id ( )
inline

Clears the 'userId' attribute.

◆ get_device_id()

const StringPiece google_androidenterprise_api::InstallFailureEvent::get_device_id ( ) const
inline

Get the value of the 'deviceId' attribute.

◆ get_failure_details()

const StringPiece google_androidenterprise_api::InstallFailureEvent::get_failure_details ( ) const
inline

Get the value of the 'failureDetails' attribute.

◆ get_failure_reason()

const StringPiece google_androidenterprise_api::InstallFailureEvent::get_failure_reason ( ) const
inline

Get the value of the 'failureReason' attribute.

◆ get_product_id()

const StringPiece google_androidenterprise_api::InstallFailureEvent::get_product_id ( ) const
inline

Get the value of the 'productId' attribute.

◆ get_user_id()

const StringPiece google_androidenterprise_api::InstallFailureEvent::get_user_id ( ) const
inline

Get the value of the 'userId' attribute.

◆ GetTypeName()

const StringPiece google_androidenterprise_api::InstallFailureEvent::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_androidenterprise_api::InstallFailureEvent

◆ has_device_id()

bool google_androidenterprise_api::InstallFailureEvent::has_device_id ( ) const
inline

Determine if the 'deviceId' attribute was set.

Returns
true if the 'deviceId' attribute was set.

◆ has_failure_details()

bool google_androidenterprise_api::InstallFailureEvent::has_failure_details ( ) const
inline

Determine if the 'failureDetails' attribute was set.

Returns
true if the 'failureDetails' attribute was set.

◆ has_failure_reason()

bool google_androidenterprise_api::InstallFailureEvent::has_failure_reason ( ) const
inline

Determine if the 'failureReason' attribute was set.

Returns
true if the 'failureReason' attribute was set.

◆ has_product_id()

bool google_androidenterprise_api::InstallFailureEvent::has_product_id ( ) const
inline

Determine if the 'productId' attribute was set.

Returns
true if the 'productId' attribute was set.

◆ has_user_id()

bool google_androidenterprise_api::InstallFailureEvent::has_user_id ( ) const
inline

Determine if the 'userId' attribute was set.

Returns
true if the 'userId' attribute was set.

◆ New()

InstallFailureEvent * google_androidenterprise_api::InstallFailureEvent::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_device_id()

void google_androidenterprise_api::InstallFailureEvent::set_device_id ( const StringPiece &  value)
inline

Change the 'deviceId' attribute.

The Android ID of the device. This field will always be present.

Parameters
[in]valueThe new value.

◆ set_failure_details()

void google_androidenterprise_api::InstallFailureEvent::set_failure_details ( const StringPiece &  value)
inline

Change the 'failureDetails' attribute.

Additional details on the failure if applicable.

Parameters
[in]valueThe new value.

◆ set_failure_reason()

void google_androidenterprise_api::InstallFailureEvent::set_failure_reason ( const StringPiece &  value)
inline

Change the 'failureReason' attribute.

The reason for the installation failure. This field will always be present.

Parameters
[in]valueThe new value.

◆ set_product_id()

void google_androidenterprise_api::InstallFailureEvent::set_product_id ( const StringPiece &  value)
inline

Change the 'productId' attribute.

The id of the product (e.g. "app:com.google.android.gm") for which the install failure event occured. This field will always be present.

Parameters
[in]valueThe new value.

◆ set_user_id()

void google_androidenterprise_api::InstallFailureEvent::set_user_id ( const StringPiece &  value)
inline

Change the 'userId' attribute.

The ID of the user. This field will always be present.

Parameters
[in]valueThe new value.

The documentation for this class was generated from the following files: