com.baidubce.services.modbus.model.device
Class CreateDevice
java.lang.Object
com.baidubce.model.AbstractBceRequest
com.baidubce.model.GenericAccountRequest
com.baidubce.services.modbus.model.device.CreateDevice
public class CreateDevice
- extends GenericAccountRequest
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreateDevice
public CreateDevice()
getCode
public String getCode()
setCode
public void setCode(String code)
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)
getGatewayUuid
public String getGatewayUuid()
setGatewayUuid
public void setGatewayUuid(String gatewayUuid)
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.