com.baidubce.services.modbus.model.device
Class UpdateDeviceRequest
java.lang.Object
com.baidubce.model.AbstractBceRequest
com.baidubce.model.GenericAccountRequest
com.baidubce.services.modbus.model.device.UpdateDeviceRequest
public class UpdateDeviceRequest
- extends GenericAccountRequest
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
Copyright © 2018. All rights reserved.