public class LocationAltBeacon extends LocationBeacon
LocationBeacon.LocationBeaconTypemProperties| Constructor and Description |
|---|
LocationAltBeacon(java.lang.String id1,
int id2,
int id3)
Constructs an altBeacon with the specified IDs.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getID1()
Fetches the altBeacon's ID1.
|
int |
getID2()
Fetches the altBeacon's ID2.
|
int |
getID3()
Fetches the altBeacon's ID3.
|
protected java.lang.String |
getSubPropertiesName() |
LocationBeacon.LocationBeaconType |
getType()
Gets the beacon type.
|
getProperties, getPropertypublic LocationAltBeacon(java.lang.String id1,
int id2,
int id3)
id1 - The altBeacon's ID1id2 - The altBeacon's ID2id3 - The altBeacon's ID3public java.lang.String getID1()
public int getID2()
public int getID3()
public LocationBeacon.LocationBeaconType getType()
getType in class LocationBeaconprotected java.lang.String getSubPropertiesName()
getSubPropertiesName in class LocationBeacon