public class BeaconResponse extends Object implements Serializable
| Constructor and Description |
|---|
BeaconResponse() |
BeaconResponse(String beacon_id,
Query query,
Response response) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getBeacon_id() |
Query |
getQuery() |
Response |
getResponse() |
int |
hashCode() |
void |
setBeacon_id(String beacon_id) |
void |
setQuery(Query query) |
void |
setResponse(Response response) |
String |
toString() |
Copyright © 2016 DNAstack. All rights reserved.