public class BLEDpResponseBean
Created by lee on 16/8/9. Data structure returned by the device
int
type
List<BLEDpBean>
dpList
BLEDpResponseBean()
getType()
void
setType(int type)
getDpList()
setDpList(List<BLEDpBean> dpList)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
int getType()
void setType(int type)
List<BLEDpBean> getDpList()
void setDpList(List<BLEDpBean> dpList)
String toString()