public class AppDeviceInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
AppDeviceInfo() |
AppDeviceInfo(AppDeviceInfo 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 |
getAliasName()
Get 设备别名
|
Long |
getCreateTime()
Get 创建时间
|
String |
getDeviceId()
Get 产品ID/设备名
|
String |
getDeviceName()
Get 设备名
|
Long |
getDeviceType()
Get 设备类型
|
String |
getFamilyId()
Get 家庭ID
|
String |
getIconUrl()
Get icon地址
|
String |
getProductId()
Get 产品ID
|
String |
getRoomId()
Get 房间ID
|
Long |
getUpdateTime()
Get 更新时间
|
void |
setAliasName(String AliasName)
Set 设备别名
|
void |
setCreateTime(Long CreateTime)
Set 创建时间
|
void |
setDeviceId(String DeviceId)
Set 产品ID/设备名
|
void |
setDeviceName(String DeviceName)
Set 设备名
|
void |
setDeviceType(Long DeviceType)
Set 设备类型
|
void |
setFamilyId(String FamilyId)
Set 家庭ID
|
void |
setIconUrl(String IconUrl)
Set icon地址
|
void |
setProductId(String ProductId)
Set 产品ID
|
void |
setRoomId(String RoomId)
Set 房间ID
|
void |
setUpdateTime(Long UpdateTime)
Set 更新时间
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public AppDeviceInfo()
public AppDeviceInfo(AppDeviceInfo source)
public String getDeviceId()
public void setDeviceId(String DeviceId)
DeviceId
- 产品ID/设备名public String getProductId()
public void setProductId(String ProductId)
ProductId
- 产品IDpublic String getDeviceName()
public void setDeviceName(String DeviceName)
DeviceName
- 设备名public String getAliasName()
public void setAliasName(String AliasName)
AliasName
- 设备别名public String getIconUrl()
public void setIconUrl(String IconUrl)
IconUrl
- icon地址public String getFamilyId()
public void setFamilyId(String FamilyId)
FamilyId
- 家庭IDpublic String getRoomId()
public void setRoomId(String RoomId)
RoomId
- 房间IDpublic Long getDeviceType()
public void setDeviceType(Long DeviceType)
DeviceType
- 设备类型public Long getCreateTime()
public void setCreateTime(Long CreateTime)
CreateTime
- 创建时间public Long getUpdateTime()
public void setUpdateTime(Long UpdateTime)
UpdateTime
- 更新时间Copyright © 2023. All rights reserved.