|
androidenterprise
v1
|
#include <product_availability_change_event.h>
Public Member Functions | |
| ProductAvailabilityChangeEvent (const Json::Value &storage) | |
| ProductAvailabilityChangeEvent (Json::Value *storage) | |
| virtual | ~ProductAvailabilityChangeEvent () |
| const StringPiece | GetTypeName () const |
| bool | has_availability_status () const |
| void | clear_availability_status () |
| const StringPiece | get_availability_status () const |
| void | set_availability_status (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) |
Static Public Member Functions | |
| static ProductAvailabilityChangeEvent * | New () |
An event generated whenever a product's availability changes.
|
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 'availabilityStatus' attribute.
|
inline |
Clears the 'productId' attribute.
|
inline |
Get the value of the 'availabilityStatus' attribute.
|
inline |
Get the value of the 'productId' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'availabilityStatus' attribute was set.
availabilityStatus' attribute was set.
|
inline |
Determine if the 'productId' attribute was set.
productId' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'availabilityStatus' attribute.
The new state of the product. This field will always be present.
| [in] | value | The new value. |
|
inline |
Change the 'productId' attribute.
The id of the product (e.g. "app:com.google.android.gm") for which the product availability changed. This field will always be present.
| [in] | value | The new value. |