类 UpdateDeviceRequest

    • 构造器详细资料

      • UpdateDeviceRequest

        public UpdateDeviceRequest()
    • 方法详细资料

      • getState

        public String getState()
      • setState

        public void setState​(String state)
      • getSlaveId

        public Integer getSlaveId()
      • setSlaveId

        public void setSlaveId​(Integer slaveId)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • getAddress

        public String getAddress()
      • setAddress

        public void setAddress​(String address)
      • getMode

        public String getMode()
      • setMode

        public void setMode​(String mode)
      • getBaud

        public Integer getBaud()
      • setBaud

        public void setBaud​(Integer baud)
      • getDatabits

        public Integer getDatabits()
      • setDatabits

        public void setDatabits​(Integer databits)
      • getStopbits

        public Integer getStopbits()
      • setStopbits

        public void setStopbits​(Integer stopbits)
      • getParity

        public String getParity()
      • setParity

        public void setParity​(String parity)