Class UCentralSchema.Metrics
- java.lang.Object
-
- com.facebook.openwifi.cloudsdk.models.ap.UCentralSchema.Metrics
-
- Enclosing class:
- UCentralSchema
public static class UCentralSchema.Metrics extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UCentralSchema.Metrics.DhcpSnooping
static class
UCentralSchema.Metrics.Health
static class
UCentralSchema.Metrics.Statistics
static class
UCentralSchema.Metrics.WifiFrames
-
Field Summary
Fields Modifier and Type Field Description UCentralSchema.Metrics.DhcpSnooping
dhcpSnooping
UCentralSchema.Metrics.Health
health
UCentralSchema.Metrics.Statistics
statistics
UCentralSchema.Metrics.WifiFrames
wifiFrames
-
Constructor Summary
Constructors Constructor Description Metrics()
-
-
-
Field Detail
-
statistics
public UCentralSchema.Metrics.Statistics statistics
-
health
public UCentralSchema.Metrics.Health health
-
wifiFrames
@SerializedName("wifi-frames") public UCentralSchema.Metrics.WifiFrames wifiFrames
-
dhcpSnooping
@SerializedName("dhcp-snooping") public UCentralSchema.Metrics.DhcpSnooping dhcpSnooping
-
-