public class Device extends AbstractModel
Constructor and Description |
---|
Device() |
Device(Device 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 |
---|---|
String |
getCreateTime()
Get 创建时间
|
String |
getDeviceInfo()
Get 设备信息(json)
|
String |
getDeviceName()
Get 设备名称
|
String |
getDeviceSecret()
Get 设备密钥
|
String |
getProductId()
Get 产品Id
|
String |
getUpdateTime()
Get 更新时间
|
void |
setCreateTime(String CreateTime)
Set 创建时间
|
void |
setDeviceInfo(String DeviceInfo)
Set 设备信息(json)
|
void |
setDeviceName(String DeviceName)
Set 设备名称
|
void |
setDeviceSecret(String DeviceSecret)
Set 设备密钥
|
void |
setProductId(String ProductId)
Set 产品Id
|
void |
setUpdateTime(String UpdateTime)
Set 更新时间
|
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 Device()
public Device(Device source)
public String getProductId()
public void setProductId(String ProductId)
ProductId
- 产品Idpublic String getDeviceName()
public void setDeviceName(String DeviceName)
DeviceName
- 设备名称public String getDeviceSecret()
public void setDeviceSecret(String DeviceSecret)
DeviceSecret
- 设备密钥public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- 更新时间public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 创建时间public String getDeviceInfo()
public void setDeviceInfo(String DeviceInfo)
DeviceInfo
- 设备信息(json)Copyright © 2023. All rights reserved.