com.baidubce.services.modbus.model
Class BaseResponse

java.lang.Object
  extended by com.baidubce.model.AbstractBceResponse
      extended by com.baidubce.services.modbus.model.BaseResponse
All Implemented Interfaces:
Serializable

public class BaseResponse
extends AbstractBceResponse

Represent the base request for all modbus response.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
BaseResponse()
           
 
Method Summary
 String getSuccess()
           
 void setSuccess(String success)
           
 
Methods inherited from class com.baidubce.model.AbstractBceResponse
getMetadata
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseResponse

public BaseResponse()
Method Detail

getSuccess

public String getSuccess()

setSuccess

public void setSuccess(String success)


Copyright © 2018. All rights reserved.