类 WifiAccessPoint
java.lang.Object
ai.nextbillion.maps.model.WifiAccessPoint
- 所有已实现的接口:
java.io.Serializable
public class WifiAccessPoint
extends java.lang.Object
implements java.io.Serializable
A WiFi access point.
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.
- 另请参阅:
- 序列化表格
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classWifiAccessPoint.WifiAccessPointBuilder -
字段概要
字段 修饰符和类型 字段 说明 java.lang.IntegerageThe number of milliseconds since this access point was detected.java.lang.IntegerchannelThe channel over which the client is communicating with the access point.java.lang.StringmacAddressThe MAC address of the WiFi node (required).java.lang.IntegersignalStrengthThe current signal strength measured in dBm.java.lang.IntegersignalToNoiseRatioThe current signal to noise ratio measured in dB. -
构造器概要
构造器 构造器 说明 WifiAccessPoint() -
方法概要
修饰符和类型 方法 说明 java.lang.StringtoString()
-
字段详细资料
-
macAddress
public java.lang.String macAddressThe MAC address of the WiFi node (required). Separators must be:(colon) and hex digits must use uppercase. -
signalStrength
public java.lang.Integer signalStrengthThe current signal strength measured in dBm. -
age
public java.lang.Integer ageThe number of milliseconds since this access point was detected. -
channel
public java.lang.Integer channelThe channel over which the client is communicating with the access point. -
signalToNoiseRatio
public java.lang.Integer signalToNoiseRatioThe current signal to noise ratio measured in dB.
-
-
构造器详细资料
-
WifiAccessPoint
public WifiAccessPoint()
-
-
方法详细资料
-
toString
public java.lang.String toString()- 覆盖:
toString在类中java.lang.Object
-