public static class GetTrustDeviceListResponseBody.GetTrustDeviceListResponseBodyData
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
createTime |
String |
macAddress |
String |
model |
String |
platform |
Integer |
status |
String |
title |
String |
userId |
| 构造器和说明 |
|---|
GetTrustDeviceListResponseBodyData() |
@NameInMap(value="createTime") public Long createTime
@NameInMap(value="macAddress") public String macAddress
@NameInMap(value="model") public String model
@NameInMap(value="platform") public String platform
@NameInMap(value="status") public Integer status
@NameInMap(value="title") public String title
@NameInMap(value="userId") public String userId
public static GetTrustDeviceListResponseBody.GetTrustDeviceListResponseBodyData build(Map<String,?> map) throws Exception
Exceptionpublic 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 © 2022. All rights reserved.