cloudbilling
v1
|
#include <aggregation_info.h>
Public Member Functions | |
AggregationInfo (const Json::Value &storage) | |
AggregationInfo (Json::Value *storage) | |
virtual | ~AggregationInfo () |
const StringPiece | GetTypeName () const |
bool | has_aggregation_count () const |
void | clear_aggregation_count () |
int32 | get_aggregation_count () const |
void | set_aggregation_count (int32 value) |
bool | has_aggregation_interval () const |
void | clear_aggregation_interval () |
const StringPiece | get_aggregation_interval () const |
void | set_aggregation_interval (const StringPiece &value) |
bool | has_aggregation_level () const |
void | clear_aggregation_level () |
const StringPiece | get_aggregation_level () const |
void | set_aggregation_level (const StringPiece &value) |
Static Public Member Functions | |
static AggregationInfo * | New () |
Represents the aggregation level and interval for pricing of a single SKU.
|
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 'aggregationCount
' attribute.
|
inline |
Clears the 'aggregationInterval
' attribute.
|
inline |
Clears the 'aggregationLevel
' attribute.
|
inline |
Get the value of the 'aggregationCount
' attribute.
|
inline |
Get the value of the 'aggregationInterval
' attribute.
|
inline |
Get the value of the 'aggregationLevel
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'aggregationCount
' attribute was set.
aggregationCount
' attribute was set.
|
inline |
Determine if the 'aggregationInterval
' attribute was set.
aggregationInterval
' attribute was set.
|
inline |
Determine if the 'aggregationLevel
' attribute was set.
aggregationLevel
' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'aggregationCount
' attribute.
The number of intervals to aggregate over. Example: If aggregation_level is "DAILY" and aggregation_count is 14, aggregation will be over 14 days.
[in] | value | The new value. |
|
inline |
Change the 'aggregationInterval
' attribute.
[in] | value | The new value. |
|
inline |
Change the 'aggregationLevel
' attribute.
[in] | value | The new value. |