Package 

Class Protocol_33_Bean

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private String gwId
      private String type
      private String uuid
      private String errorCode
      private final String data
    • Constructor Summary

      Constructors 
      Constructor Description
      Protocol_33_Bean(String type, String gwId, String uuid, String errorCode, String data, boolean relyCloud)
    • Method Summary

      Modifier and Type Method Description
      String getGwId()
      void setGwId(String gwId)
      String getType()
      void setType(String type)
      String getUuid()
      void setUuid(String uuid)
      String getErrorCode()
      void setErrorCode(String errorCode)
      String getData()
      boolean isRelyCloud()
      • Methods inherited from class java.lang.Object

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

      • Protocol_33_Bean

        Protocol_33_Bean(String type, String gwId, String uuid, String errorCode, String data, boolean relyCloud)