public class PKBeacon extends Object implements Cloneable, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
major |
protected Integer |
minor |
protected String |
proximityUUID |
protected String |
relevantText |
| Modifier | Constructor and Description |
|---|---|
protected |
PKBeacon() |
| Modifier and Type | Method and Description |
|---|---|
static PKBeaconBuilder |
builder() |
static PKBeaconBuilder |
builder(PKBeacon beacon) |
protected PKBeacon |
clone() |
Integer |
getMajor() |
Integer |
getMinor() |
String |
getProximityUUID() |
String |
getRelevantText() |
String |
toString() |
protected Integer major
protected Integer minor
protected String proximityUUID
protected String relevantText
public Integer getMajor()
public Integer getMinor()
public String getProximityUUID()
public String getRelevantText()
public static PKBeaconBuilder builder()
public static PKBeaconBuilder builder(PKBeacon beacon)
Copyright © 2012–2022. All rights reserved.