Package 

Class DpsInfoBean


  • 
    public class DpsInfoBean
    
                        

    author : yuzhouxu date : 2021/8/13 14:50 description :

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private String devId
      private String dps
      private Map<String, Long> dpsTime
      private int dpsSource
    • Constructor Summary

      Constructors 
      Constructor Description
      DpsInfoBean(String dps, Map<String, Long> dpsTime)
    • Method Summary

      Modifier and Type Method Description
      String getDevId()
      void setDevId(String devId)
      String getDps()
      void setDps(String dps)
      Map<String, Long> getDpsTime()
      void setDpsTime(Map<String, Long> dpsTime)
      int getDpsSource()
      void setDpsSource(int dpsSource)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait