类 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 class  WifiAccessPoint.WifiAccessPointBuilder  
  • 字段概要

    字段 
    修饰符和类型 字段 说明
    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.
  • 构造器概要

    构造器 
    构造器 说明
    WifiAccessPoint()  
  • 方法概要

    修饰符和类型 方法 说明
    java.lang.String toString()  

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • 字段详细资料

    • macAddress

      public java.lang.String macAddress
      The MAC address of the WiFi node (required). Separators must be : (colon) and hex digits must use uppercase.
    • signalStrength

      public java.lang.Integer signalStrength
      The current signal strength measured in dBm.
    • age

      public java.lang.Integer age
      The number of milliseconds since this access point was detected.
    • channel

      public java.lang.Integer channel
      The channel over which the client is communicating with the access point.
    • signalToNoiseRatio

      public java.lang.Integer signalToNoiseRatio
      The current signal to noise ratio measured in dB.
  • 构造器详细资料

  • 方法详细资料

    • toString

      public java.lang.String toString()
      覆盖:
      toString 在类中 java.lang.Object