@ProviderType
public class WifiBgscan
extends java.lang.Object
| Constructor and Description |
|---|
WifiBgscan(java.lang.String str) |
WifiBgscan(WifiBgscan bgscan) |
WifiBgscan(WifiBgscanModule module,
int shortInterval,
int rssiThreshold,
int longInterval) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
getLongInterval() |
WifiBgscanModule |
getModule() |
int |
getRssiThreshold() |
int |
getShortInterval() |
int |
hashCode() |
java.lang.String |
toString() |
public WifiBgscan(WifiBgscanModule module, int shortInterval, int rssiThreshold, int longInterval)
public WifiBgscan(WifiBgscan bgscan)
public WifiBgscan(java.lang.String str)
public WifiBgscanModule getModule()
public int getShortInterval()
public int getLongInterval()
public int getRssiThreshold()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object