Package 

Class ConfigDevResp

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private ArrayList<ConfigErrorRespBean> errorDevices
      private ArrayList<GwDevResp> successDevices
    • Constructor Summary

      Constructors 
      Constructor Description
      ConfigDevResp()
    • Method Summary

      Modifier and Type Method Description
      ArrayList<ConfigErrorRespBean> getErrorDevices()
      void setErrorDevices(ArrayList<ConfigErrorRespBean> errorDevices)
      ArrayList<GwDevResp> getSuccessDevices()
      void setSuccessDevices(ArrayList<GwDevResp> successDevices)
      • Methods inherited from class java.lang.Object

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

      • ConfigDevResp

        ConfigDevResp()