public class SkyhookInfoReceived extends Object implements ProviderInfoReceived
Modifier and Type | Field and Description |
---|---|
private boolean |
businessActive |
private Set<Integer> |
cats |
private boolean |
residentActive |
private static long |
serialVersionUID |
Constructor and Description |
---|
SkyhookInfoReceived(Set<Integer> cats,
boolean businessActive,
boolean residentActive) |
Modifier and Type | Method and Description |
---|---|
Set<Integer> |
getCats() |
boolean |
isBusinessActive() |
boolean |
isResidentActive() |
void |
setBusinessActive(boolean businessActive) |
void |
setCats(Set<Integer> cats) |
void |
setResidentActive(boolean residentActive) |
String |
toString() |
private static final long serialVersionUID
private boolean businessActive
private boolean residentActive