public class DevicesData extends AbstractModel
Constructor and Description |
---|
DevicesData() |
DevicesData(DevicesData source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long |
getActiveTime()
Get 激活时间 0代表未激活
|
String |
getDeviceName()
Get 设备名称
|
Boolean |
getDisabled()
Get 设备是否被禁用
|
String |
getIotModel()
Get 物模型json数据
|
Long |
getLastOnlineTime()
Get 设备最后上线时间(mqtt连接成功时间),UNIX时间戳,单位秒
|
Long |
getLastUpdateTime()
Get 设备固件最新更新时间,UNIX时间戳,单位秒
|
Long |
getOnline()
Get 设备在线状态
|
String |
getOtaVersion()
Get 固件版本
|
Boolean |
getStreamStatus()
Get 设备推流状态
|
String |
getTid()
Get 设备TID
|
void |
setActiveTime(Long ActiveTime)
Set 激活时间 0代表未激活
|
void |
setDeviceName(String DeviceName)
Set 设备名称
|
void |
setDisabled(Boolean Disabled)
Set 设备是否被禁用
|
void |
setIotModel(String IotModel)
Set 物模型json数据
|
void |
setLastOnlineTime(Long LastOnlineTime)
Set 设备最后上线时间(mqtt连接成功时间),UNIX时间戳,单位秒
|
void |
setLastUpdateTime(Long LastUpdateTime)
Set 设备固件最新更新时间,UNIX时间戳,单位秒
|
void |
setOnline(Long Online)
Set 设备在线状态
|
void |
setOtaVersion(String OtaVersion)
Set 固件版本
|
void |
setStreamStatus(Boolean StreamStatus)
Set 设备推流状态
|
void |
setTid(String Tid)
Set 设备TID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DevicesData()
public DevicesData(DevicesData source)
public String getTid()
public void setTid(String Tid)
Tid
- 设备TIDpublic String getDeviceName()
public void setDeviceName(String DeviceName)
DeviceName
- 设备名称public Long getActiveTime()
public void setActiveTime(Long ActiveTime)
ActiveTime
- 激活时间 0代表未激活public Boolean getDisabled()
public void setDisabled(Boolean Disabled)
Disabled
- 设备是否被禁用public Boolean getStreamStatus()
public void setStreamStatus(Boolean StreamStatus)
StreamStatus
- 设备推流状态public String getOtaVersion()
public void setOtaVersion(String OtaVersion)
OtaVersion
- 固件版本public Long getOnline()
public void setOnline(Long Online)
Online
- 设备在线状态public Long getLastOnlineTime()
public void setLastOnlineTime(Long LastOnlineTime)
LastOnlineTime
- 设备最后上线时间(mqtt连接成功时间),UNIX时间戳,单位秒public String getIotModel()
public void setIotModel(String IotModel)
IotModel
- 物模型json数据public Long getLastUpdateTime()
public void setLastUpdateTime(Long LastUpdateTime)
LastUpdateTime
- 设备固件最新更新时间,UNIX时间戳,单位秒Copyright © 2021. All rights reserved.