Uses of Class
com.facebook.openwifi.cloudsdk.StateInfo
-
Packages that use StateInfo Package Description com.facebook.openwifi.rrm.modules RRM service modules. -
-
Uses of StateInfo in com.facebook.openwifi.rrm.modules
Fields in com.facebook.openwifi.rrm.modules with type parameters of type StateInfo Modifier and Type Field Description Map<String,List<StateInfo>>
Modeler.DataModel. latestStates
List of latest states per device.Methods in com.facebook.openwifi.rrm.modules that return types with arguments of type StateInfo Modifier and Type Method Description static Map<String,StateInfo>
ModelerUtils. getLatestState(Map<String,List<StateInfo>> latestStates)
This method gets the most recent State from latestStates per device.Method parameters in com.facebook.openwifi.rrm.modules with type arguments of type StateInfo Modifier and Type Method Description static Map<String,StateInfo>
ModelerUtils. getLatestState(Map<String,List<StateInfo>> latestStates)
This method gets the most recent State from latestStates per device.
-