public class LocationIBeacon extends LocationBeacon
LocationBeacon.LocationBeaconType
mProperties
Constructor and Description |
---|
LocationIBeacon(java.lang.String uuid,
java.lang.String major,
java.lang.String minor)
Constructs an iBeacon with the specified UUID, major value, and minor value.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMajor()
Fetches the iBeacons's major.
|
java.lang.String |
getMinor()
Fetches the iBeacons's minor.
|
protected java.lang.String |
getSubPropertiesName() |
LocationBeacon.LocationBeaconType |
getType()
Gets the beacon type.
|
java.lang.String |
getUUId()
Fetches the iBeacons's UUID.
|
getProperties, getProperty
public LocationIBeacon(java.lang.String uuid, java.lang.String major, java.lang.String minor)
uuid
- The new iBeacon's UUID.major
- The new iBeacon's major value.minor
- The new iBeacon's minor value.public java.lang.String getUUId()
public java.lang.String getMajor()
public java.lang.String getMinor()
public LocationBeacon.LocationBeaconType getType()
getType
in class LocationBeacon
protected java.lang.String getSubPropertiesName()
getSubPropertiesName
in class LocationBeacon