Package 

Class MQ_4_MeshDpUpdateBean

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String meshId
      private final String cid
      private final int type
      private final String dps
      private final String devId
    • Constructor Summary

      Constructors 
      Constructor Description
      MQ_4_MeshDpUpdateBean(String meshId, String cid, String devId, int type, String dps)
    • Method Summary

      Modifier and Type Method Description
      String getMeshId()
      String getCid()
      int getType()
      String getDps()
      String getDevId()
      String toString()
      • Methods inherited from class java.lang.Object

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

      • MQ_4_MeshDpUpdateBean

        MQ_4_MeshDpUpdateBean(String meshId, String cid, String devId, int type, String dps)