com.baidubce.services.modbus.model.gateway
Interface Gateway
- All Known Implementing Classes:
- GatewayResponse
public interface Gateway
Created by yuanyoujun on 2017/7/31.
getUuid
String getUuid()
setUuid
void setUuid(String uuid)
isUseSsl
boolean isUseSsl()
setUseSsl
void setUseSsl(boolean useSsl)
getUsername
String getUsername()
setUsername
void setUsername(String username)
getPassword
String getPassword()
setPassword
void setPassword(String password)
getHost
String getHost()
setHost
void setHost(String host)
getCommandTopic
String getCommandTopic()
setCommandTopic
void setCommandTopic(String commandTopic)
getState
String getState()
setState
void setState(String state)
getDescription
String getDescription()
setDescription
void setDescription(String description)
getCode
String getCode()
setCode
void setCode(String code)
getCreateTime
String getCreateTime()
setCreateTime
void setCreateTime(String createTime)
getUpdateTime
String getUpdateTime()
setUpdateTime
void setUpdateTime(String updateTime)
getDeviceNum
int getDeviceNum()
setDeviceNum
void setDeviceNum(int deviceNum)
Copyright © 2018. All rights reserved.