AggregatedFunctionStats class abstract

AggregatedFunctionStats

Properties:

  • aggrInterval - Aggregation value. It might de a hour, day, week, or month
  • functionId - Function id, useful for retrieve extra data through device API
  • functionName - Function name, useful for showing in the chart
  • resourcesUsed - Sum of the resources used aggregated around the device and aggr_interval
  • totalCompleted - Sum of the completed functions aggregated around the device and aggr_interval
  • dataUsed - Sum of the received bytes aggregated around the device and aggr_interval
  • storageUsed - Sum of the transmitted bytes aggregated around the device and aggr_interval
Annotations
  • @BuiltValue()

Constructors

AggregatedFunctionStats([void updates(AggregatedFunctionStatsBuilder b)])
factory

Properties

aggrInterval String?
Aggregation value. It might de a hour, day, week, or month
no setter
dataUsed int?
Sum of the received bytes aggregated around the device and aggr_interval
no setter
functionId String?
Function id, useful for retrieve extra data through device API
no setter
functionName String?
Function name, useful for showing in the chart
no setter
hashCode int
The hash code for this object.
no setterinherited
resourcesUsed int?
Sum of the resources used aggregated around the device and aggr_interval
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storageUsed int?
Sum of the transmitted bytes aggregated around the device and aggr_interval
no setter
totalCompleted int?
Sum of the completed functions 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(AggregatedFunctionStatsBuilder)) AggregatedFunctionStats
Rebuilds the instance.
inherited
toBuilder() AggregatedFunctionStatsBuilder
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<AggregatedFunctionStats>
no setter