类 GatewayResponse
- java.lang.Object
-
- com.baidubce.model.AbstractBceResponse
-
- com.baidubce.services.modbus.model.gateway.GatewayResponse
-
- 所有已实现的接口:
Gateway,Serializable
public class GatewayResponse extends AbstractBceResponse implements Gateway
- 另请参阅:
- 序列化表格
-
-
字段概要
-
从类继承的字段 com.baidubce.model.AbstractBceResponse
metadata
-
-
构造器概要
构造器 构造器 说明 GatewayResponse()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetBackControlTopic()StringgetCode()StringgetCommandTopic()StringgetCreateTime()StringgetDescription()intgetDeviceNum()StringgetHost()StringgetPassword()StringgetState()StringgetUpdateTime()StringgetUsername()StringgetUuid()booleanisUseSsl()voidsetBackControlTopic(String backControlTopic)voidsetCode(String code)voidsetCommandTopic(String commandTopic)voidsetCreateTime(String createTime)voidsetDescription(String description)voidsetDeviceNum(int deviceNum)voidsetHost(String host)voidsetPassword(String password)voidsetState(String state)voidsetUpdateTime(String updateTime)voidsetUsername(String username)voidsetUseSsl(boolean useSsl)voidsetUuid(String uuid)-
从类继承的方法 com.baidubce.model.AbstractBceResponse
getMetadata
-
-
-
-
方法详细资料
-
getUsername
public String getUsername()
- 指定者:
getUsername在接口中Gateway
-
setUsername
public void setUsername(String username)
- 指定者:
setUsername在接口中Gateway
-
getPassword
public String getPassword()
- 指定者:
getPassword在接口中Gateway
-
setPassword
public void setPassword(String password)
- 指定者:
setPassword在接口中Gateway
-
getCommandTopic
public String getCommandTopic()
- 指定者:
getCommandTopic在接口中Gateway
-
setCommandTopic
public void setCommandTopic(String commandTopic)
- 指定者:
setCommandTopic在接口中Gateway
-
getBackControlTopic
public String getBackControlTopic()
-
setBackControlTopic
public void setBackControlTopic(String backControlTopic)
-
getDescription
public String getDescription()
- 指定者:
getDescription在接口中Gateway
-
setDescription
public void setDescription(String description)
- 指定者:
setDescription在接口中Gateway
-
getCreateTime
public String getCreateTime()
- 指定者:
getCreateTime在接口中Gateway
-
setCreateTime
public void setCreateTime(String createTime)
- 指定者:
setCreateTime在接口中Gateway
-
getUpdateTime
public String getUpdateTime()
- 指定者:
getUpdateTime在接口中Gateway
-
setUpdateTime
public void setUpdateTime(String updateTime)
- 指定者:
setUpdateTime在接口中Gateway
-
getDeviceNum
public int getDeviceNum()
- 指定者:
getDeviceNum在接口中Gateway
-
setDeviceNum
public void setDeviceNum(int deviceNum)
- 指定者:
setDeviceNum在接口中Gateway
-
-