AggregatedDataUsageStats class abstract

AggregatedDataUsageStats

Properties:

  • aggrInterval - Aggregation value. It might de a hour, day, week, or month
  • deviceId - User device name, useful for retrieve extra data through device API
  • deviceName - User device name, useful for showing in the chart
  • receivedBytes - Sum of the received bytes aggregated around the device and aggr_interval
  • transmittedBytes - Sum of the transmitted bytes aggregated around the device and aggr_interval
  • totalBytes - Sum of the received + transmitted bytes aggregated around the device and aggr_interval
  • usageTime - Minutes of usage time aggregated around the device and aggr_interval
Annotations
  • @BuiltValue()

Constructors

AggregatedDataUsageStats([void updates(AggregatedDataUsageStatsBuilder b)])
factory

Properties

aggrInterval String?
Aggregation value. It might de a hour, day, week, or month
no setter
deviceId String?
User device name, useful for retrieve extra data through device API
no setter
deviceName String?
User device name, useful for showing in the chart
no setter
hashCode int
The hash code for this object.
no setterinherited
receivedBytes int?
Sum of the received bytes aggregated around the device and aggr_interval
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalBytes int?
Sum of the received + transmitted bytes aggregated around the device and aggr_interval
no setter
transmittedBytes int?
Sum of the transmitted bytes aggregated around the device and aggr_interval
no setter
usageTime int?
Minutes of usage time aggregated around the device and aggr_interval
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(AggregatedDataUsageStatsBuilder)) AggregatedDataUsageStats
Rebuilds the instance.
inherited
toBuilder() AggregatedDataUsageStatsBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<AggregatedDataUsageStats>
no setter