Package 

Class StructBleDps


  • 
    public class StructBleDps
    
                        

    Created by huguang on 05-22-2024

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private Map<String, Object> dps
      private Map<String, Long> timestamp
      private int r_sn
      private int flag
    • 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()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StructBleDps

        StructBleDps(Map<String, Object> dps, Map<String, Long> timestamp, int r_sn, int flag)