-
public class StructBleDps
Created 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()
void
setDps(Map<String, Object> dps)
Map<String, Long>
getTimestamp()
void
setTimestamp(Map<String, Long> timestamp)
int
getR_sn()
void
setR_sn(int r_sn)
int
getFlag()
void
setFlag(int flag)
String
toString()
-
-
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()
-
-
-
-