Package 

Class BWConfigResult

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String mac
      private final Integer stage
      private final Integer status
    • Constructor Summary

      Constructors 
      Constructor Description
      BWConfigResult(String mac, Integer stage, Integer status)
    • Method Summary

      Modifier and Type Method Description
      final String getMac()
      final Integer getStage()
      final Integer getStatus()
      • Methods inherited from class java.lang.Object

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

      • BWConfigResult

        BWConfigResult(String mac, Integer stage, Integer status)