public static class GetTrustDeviceListResponseBody.GetTrustDeviceListResponseBodyData
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Long |
createTime
创建时间
|
String |
macAddress
mac地址
|
String |
model
版本信息:Android端: Android,10,IOS端:iOS,12.0.1
|
String |
platform
平台类型
|
Integer |
status
设备状态
|
String |
title
设备名称
|
String |
userId
员工Id
|
构造器和说明 |
---|
GetTrustDeviceListResponseBodyData() |
@NameInMap(value="createTime") public Long createTime
创建时间
@NameInMap(value="macAddress") public String macAddress
mac地址
@NameInMap(value="model") public String model
版本信息:Android端: Android,10,IOS端:iOS,12.0.1
@NameInMap(value="platform") public String platform
平台类型
@NameInMap(value="status") public Integer status
设备状态
@NameInMap(value="title") public String title
设备名称
@NameInMap(value="userId") public String userId
员工Id
public static GetTrustDeviceListResponseBody.GetTrustDeviceListResponseBodyData build(Map<String,?> map) throws Exception
Exception
public GetTrustDeviceListResponseBody.GetTrustDeviceListResponseBodyData setCreateTime(Long createTime)
public Long getCreateTime()
public GetTrustDeviceListResponseBody.GetTrustDeviceListResponseBodyData setMacAddress(String macAddress)
public String getMacAddress()
public GetTrustDeviceListResponseBody.GetTrustDeviceListResponseBodyData setModel(String model)
public String getModel()
public GetTrustDeviceListResponseBody.GetTrustDeviceListResponseBodyData setPlatform(String platform)
public String getPlatform()
public GetTrustDeviceListResponseBody.GetTrustDeviceListResponseBodyData setStatus(Integer status)
public Integer getStatus()
public GetTrustDeviceListResponseBody.GetTrustDeviceListResponseBodyData setTitle(String title)
public String getTitle()
public GetTrustDeviceListResponseBody.GetTrustDeviceListResponseBodyData setUserId(String userId)
public String getUserId()
Copyright © 2023. All rights reserved.