Class State.Interface
- java.lang.Object
-
- com.facebook.openwifi.cloudsdk.models.ap.State.Interface
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classState.Interface.Clientstatic classState.Interface.Countersstatic classState.Interface.SSID
-
Field Summary
Fields Modifier and Type Field Description State.Interface.Client[]clientsState.Interface.CounterscountersString[]dns_serverscom.google.gson.JsonObjectipv4com.google.gson.JsonObjectipv6com.google.gson.JsonObject[]lldpStringlocationStringnameStringntp_serverState.Interface.SSID[]ssidslonguptime
-
Constructor Summary
Constructors Constructor Description Interface()
-
-
-
Field Detail
-
clients
public State.Interface.Client[] clients
-
ssids
public State.Interface.SSID[] ssids
-
counters
public State.Interface.Counters counters
-
location
public String location
-
name
public String name
-
ntp_server
public String ntp_server
-
dns_servers
public String[] dns_servers
-
uptime
public long uptime
-
ipv4
public com.google.gson.JsonObject ipv4
-
ipv6
public com.google.gson.JsonObject ipv6
-
lldp
public com.google.gson.JsonObject[] lldp
-
-