com.baidubce.services.modbus.model
Class DataDescRequest
java.lang.Object
com.baidubce.model.AbstractBceRequest
com.baidubce.services.modbus.model.DataDescRequest
public class DataDescRequest
- extends AbstractBceRequest
Represent the request for Data description.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataDescRequest
public DataDescRequest()
getParserObjectUuid
public String getParserObjectUuid()
setParserObjectUuid
public void setParserObjectUuid(String parserObjectUuid)
withParserObjectUuid
public DataDescRequest withParserObjectUuid(String parserObjectUuid)
getState
public String getState()
setState
public void setState(String state)
withState
public DataDescRequest withState(String state)
getAddressStart
public Integer getAddressStart()
setAddressStart
public void setAddressStart(Integer addressStart)
withAddressStart
public DataDescRequest withAddressStart(Integer addressStart)
withRequestCredentials
public DataDescRequest withRequestCredentials(BceCredentials credentials)
- Specified by:
withRequestCredentials
in class AbstractBceRequest
Copyright © 2018. All rights reserved.