java.io.Serializablepublic class WifiAccessPoint
extends java.lang.Object
implements java.io.Serializable
The request body's wifiAccessPoints array must contain two or more WiFi access point
objects. macAddress is required; all other fields are optional.
Please see WiFi Access Point Objects for more detail.
| Modifier and Type | Class | Description |
|---|---|---|
static class |
WifiAccessPoint.WifiAccessPointBuilder |
| Modifier and Type | Field | Description |
|---|---|---|
java.lang.Integer |
age |
The number of milliseconds since this access point was detected.
|
java.lang.Integer |
channel |
The channel over which the client is communicating with the access point.
|
java.lang.String |
macAddress |
The MAC address of the WiFi node (required).
|
java.lang.Integer |
signalStrength |
The current signal strength measured in dBm.
|
java.lang.Integer |
signalToNoiseRatio |
The current signal to noise ratio measured in dB.
|
| Constructor | Description |
|---|---|
WifiAccessPoint() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
toString() |
public java.lang.String macAddress
: (colon) and hex
digits must use uppercase.public java.lang.Integer signalStrength
public java.lang.Integer age
public java.lang.Integer channel
public java.lang.Integer signalToNoiseRatio