equip.mope
Class ReportConnectivityDataImpl

java.lang.Object
  |
  +--equip.runtime.Object
        |
        +--equip.runtime.ValueBase
              |
              +--equip.mope.ReportData
                    |
                    +--equip.mope.ReportConnectivityData
                          |
                          +--equip.mope.ReportConnectivityDataImpl
All Implemented Interfaces:
java.lang.Cloneable

public class ReportConnectivityDataImpl
extends ReportConnectivityData


Field Summary
 
Fields inherited from class equip.mope.ReportConnectivityData
bandwidthBps, errorRate, rttSeconds, signalFraction, snrDb
 
Constructor Summary
ReportConnectivityDataImpl()
           
 
Methods inherited from class equip.mope.ReportConnectivityData
_equals_helper, _matches_helper, equals, getModuleName, matches, readObject, writeObject
 
Methods inherited from class equip.mope.ReportData
_equals_helper, _matches_helper
 
Methods inherited from class equip.runtime.ValueBase
_equals_helper, _matches_helper, clone
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportConnectivityDataImpl

public ReportConnectivityDataImpl()