-
public class BatchBeaconActivatorBean
Bean for activator of beacon.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
BatchBeaconActivatorBean.Builder
-
Field Summary
Fields Modifier and Type Field Description private long
timeout
private long
homeId
private List<ScanDeviceBean>
deviceBeanList
-
Method Summary
Modifier and Type Method Description long
getTimeout()
long
getHomeId()
List<ScanDeviceBean>
getDeviceBeanList()
-
-
Method Detail
-
getTimeout
long getTimeout()
-
getHomeId
long getHomeId()
-
getDeviceBeanList
List<ScanDeviceBean> getDeviceBeanList()
-
-
-
-