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 class
State.Interface.Client
static class
State.Interface.Counters
static class
State.Interface.SSID
-
Field Summary
Fields Modifier and Type Field Description State.Interface.Client[]
clients
State.Interface.Counters
counters
String[]
dns_servers
com.google.gson.JsonObject
ipv4
com.google.gson.JsonObject
ipv6
com.google.gson.JsonObject[]
lldp
String
location
String
name
String
ntp_server
State.Interface.SSID[]
ssids
long
uptime
-
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
-
-