public class GatewayResponse extends AbstractBceResponse implements Gateway
metadata| Constructor and Description |
|---|
GatewayResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBackControlTopic() |
String |
getCode() |
String |
getCommandTopic() |
String |
getCreateTime() |
String |
getDescription() |
int |
getDeviceNum() |
String |
getHost() |
String |
getPassword() |
String |
getState() |
String |
getUpdateTime() |
String |
getUsername() |
String |
getUuid() |
boolean |
isUseSsl() |
void |
setBackControlTopic(String backControlTopic) |
void |
setCode(String code) |
void |
setCommandTopic(String commandTopic) |
void |
setCreateTime(String createTime) |
void |
setDescription(String description) |
void |
setDeviceNum(int deviceNum) |
void |
setHost(String host) |
void |
setPassword(String password) |
void |
setState(String state) |
void |
setUpdateTime(String updateTime) |
void |
setUsername(String username) |
void |
setUseSsl(boolean useSsl) |
void |
setUuid(String uuid) |
getMetadatapublic String getUsername()
getUsername in interface Gatewaypublic void setUsername(String username)
setUsername in interface Gatewaypublic String getPassword()
getPassword in interface Gatewaypublic void setPassword(String password)
setPassword in interface Gatewaypublic String getCommandTopic()
getCommandTopic in interface Gatewaypublic void setCommandTopic(String commandTopic)
setCommandTopic in interface Gatewaypublic String getBackControlTopic()
public void setBackControlTopic(String backControlTopic)
public String getDescription()
getDescription in interface Gatewaypublic void setDescription(String description)
setDescription in interface Gatewaypublic String getCreateTime()
getCreateTime in interface Gatewaypublic void setCreateTime(String createTime)
setCreateTime in interface Gatewaypublic String getUpdateTime()
getUpdateTime in interface Gatewaypublic void setUpdateTime(String updateTime)
setUpdateTime in interface Gatewaypublic int getDeviceNum()
getDeviceNum in interface Gatewaypublic void setDeviceNum(int deviceNum)
setDeviceNum in interface GatewayCopyright © 2023. All rights reserved.