Class State
- java.lang.Object
-
- com.facebook.openwifi.cloudsdk.models.ap.State
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classState.Interfacestatic classState.Radiostatic classState.Unit
-
Field Summary
Fields Modifier and Type Field Description com.google.gson.JsonObjectgpsState.Interface[]interfacescom.google.gson.JsonObjectlinkStatecom.google.gson.JsonObjectpoeState.Radio[]radiosState.Unitunit
-
Constructor Summary
Constructors Constructor Description State()
-
-
-
Field Detail
-
interfaces
public State.Interface[] interfaces
-
unit
public State.Unit unit
-
radios
public State.Radio[] radios
-
linkState
@SerializedName("link-state") public com.google.gson.JsonObject linkState
-
gps
public com.google.gson.JsonObject gps
-
poe
public com.google.gson.JsonObject poe
-
-