类 DeviceDTO
- java.lang.Object
-
- me.hekr.iotos.api.dto.DeviceDTO
-
- 所有已实现的接口:
Serializable
public class DeviceDTO extends Object implements Serializable
- 另请参阅:
- 序列化表格
-
-
字段概要
字段 修饰符和类型 字段 说明 protected StringbatchNameprotected StringconfigVersionprotected DatecreatedDateprotected DeviceTypedeviceTypeprotected StringdevIdprotected StringdevSecretprotected Booleanenableprotected Stringfingerprotected DatefirstLoginTimeprotected BooleangatewayOnlineprotected Stringidprotected Stringimeiprotected IpInfoipInfoprotected DateloginTimeprotected DatelogoutTimeprotected StringmcuVersionprotected MessageSourceTypemessageSourceTypeprotected StringmoduleVersionprotected Stringnameprotected booleanonlineprotected StringparentDevIdprotected StringparentPkprotected Stringpkprotected DateregisterTimeprotected StringrootDevIdprotected StringrootPkprotected StringsessionIdprotected List<Tag>tagsprotected DateupdatedDate
-
构造器概要
构造器 构造器 说明 DeviceDTO()
-
方法概要
-
-
-
字段详细资料
-
id
protected String id
-
finger
protected String finger
-
sessionId
protected String sessionId
-
messageSourceType
protected MessageSourceType messageSourceType
-
rootPk
protected String rootPk
-
name
protected String name
-
rootDevId
protected String rootDevId
-
parentPk
protected String parentPk
-
parentDevId
protected String parentDevId
-
createdDate
protected Date createdDate
-
updatedDate
protected Date updatedDate
-
enable
protected Boolean enable
-
pk
protected String pk
-
devId
protected String devId
-
online
protected boolean online
-
devSecret
protected String devSecret
-
loginTime
protected Date loginTime
-
logoutTime
protected Date logoutTime
-
registerTime
protected Date registerTime
-
firstLoginTime
protected Date firstLoginTime
-
deviceType
protected DeviceType deviceType
-
ipInfo
protected IpInfo ipInfo
-
moduleVersion
protected String moduleVersion
-
mcuVersion
protected String mcuVersion
-
configVersion
protected String configVersion
-
batchName
protected String batchName
-
imei
protected String imei
-
gatewayOnline
protected Boolean gatewayOnline
-
-
方法详细资料
-
isEnable
public boolean isEnable()
-
getEnable
public Boolean getEnable()
-
getId
public String getId()
-
getFinger
public String getFinger()
-
getSessionId
public String getSessionId()
-
getMessageSourceType
public MessageSourceType getMessageSourceType()
-
getRootPk
public String getRootPk()
-
getName
public String getName()
-
getRootDevId
public String getRootDevId()
-
getParentPk
public String getParentPk()
-
getParentDevId
public String getParentDevId()
-
getCreatedDate
public Date getCreatedDate()
-
getUpdatedDate
public Date getUpdatedDate()
-
getPk
public String getPk()
-
getDevId
public String getDevId()
-
isOnline
public boolean isOnline()
-
getDevSecret
public String getDevSecret()
-
getLoginTime
public Date getLoginTime()
-
getLogoutTime
public Date getLogoutTime()
-
getRegisterTime
public Date getRegisterTime()
-
getFirstLoginTime
public Date getFirstLoginTime()
-
getDeviceType
public DeviceType getDeviceType()
-
getIpInfo
public IpInfo getIpInfo()
-
getModuleVersion
public String getModuleVersion()
-
getMcuVersion
public String getMcuVersion()
-
getConfigVersion
public String getConfigVersion()
-
getBatchName
public String getBatchName()
-
getImei
public String getImei()
-
getGatewayOnline
public Boolean getGatewayOnline()
-
setId
public void setId(String id)
-
setFinger
public void setFinger(String finger)
-
setSessionId
public void setSessionId(String sessionId)
-
setMessageSourceType
public void setMessageSourceType(MessageSourceType messageSourceType)
-
setRootPk
public void setRootPk(String rootPk)
-
setName
public void setName(String name)
-
setRootDevId
public void setRootDevId(String rootDevId)
-
setParentPk
public void setParentPk(String parentPk)
-
setParentDevId
public void setParentDevId(String parentDevId)
-
setCreatedDate
public void setCreatedDate(Date createdDate)
-
setUpdatedDate
public void setUpdatedDate(Date updatedDate)
-
setEnable
public void setEnable(Boolean enable)
-
setPk
public void setPk(String pk)
-
setDevId
public void setDevId(String devId)
-
setOnline
public void setOnline(boolean online)
-
setDevSecret
public void setDevSecret(String devSecret)
-
setLoginTime
public void setLoginTime(Date loginTime)
-
setLogoutTime
public void setLogoutTime(Date logoutTime)
-
setRegisterTime
public void setRegisterTime(Date registerTime)
-
setFirstLoginTime
public void setFirstLoginTime(Date firstLoginTime)
-
setDeviceType
public void setDeviceType(DeviceType deviceType)
-
setIpInfo
public void setIpInfo(IpInfo ipInfo)
-
setModuleVersion
public void setModuleVersion(String moduleVersion)
-
setMcuVersion
public void setMcuVersion(String mcuVersion)
-
setConfigVersion
public void setConfigVersion(String configVersion)
-
setBatchName
public void setBatchName(String batchName)
-
setImei
public void setImei(String imei)
-
setGatewayOnline
public void setGatewayOnline(Boolean gatewayOnline)
-
canEqual
protected boolean canEqual(Object other)
-
-