-
public class StructBleDpsCreated by huguang on 05-22-2024
-
-
Constructor Summary
Constructors Constructor Description StructBleDps(Map<String, Object> dps, Map<String, Long> timestamp, int r_sn, int flag)
-
Method Summary
Modifier and Type Method Description Map<String, Object>getDps()voidsetDps(Map<String, Object> dps)Map<String, Long>getTimestamp()voidsetTimestamp(Map<String, Long> timestamp)intgetR_sn()voidsetR_sn(int r_sn)intgetFlag()voidsetFlag(int flag)StringtoString()-
-
Method Detail
-
getDps
Map<String, Object> getDps()
-
setDps
void setDps(Map<String, Object> dps)
-
getTimestamp
Map<String, Long> getTimestamp()
-
setTimestamp
void setTimestamp(Map<String, Long> timestamp)
-
getR_sn
int getR_sn()
-
setR_sn
void setR_sn(int r_sn)
-
getFlag
int getFlag()
-
setFlag
void setFlag(int flag)
-
toString
String toString()
-
-
-
-