public class ListSoftwareForUserDeviceResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
ListSoftwareForUserDeviceResponseBody.ListSoftwareForUserDeviceResponseBodySoftware |
限定符和类型 | 字段和说明 |
---|---|
String |
requestId
example:
102350E7-1A20-58F5-9D63-ABEA820AE6E1
|
List<ListSoftwareForUserDeviceResponseBody.ListSoftwareForUserDeviceResponseBodySoftware> |
software |
Long |
totalNum
example:
1
|
构造器和说明 |
---|
ListSoftwareForUserDeviceResponseBody() |
@NameInMap(value="RequestId") public String requestId
102350E7-1A20-58F5-9D63-ABEA820AE6E1
@NameInMap(value="Software") public List<ListSoftwareForUserDeviceResponseBody.ListSoftwareForUserDeviceResponseBodySoftware> software
@NameInMap(value="TotalNum") public Long totalNum
1
public static ListSoftwareForUserDeviceResponseBody build(Map<String,?> map) throws Exception
Exception
public ListSoftwareForUserDeviceResponseBody setRequestId(String requestId)
public String getRequestId()
public ListSoftwareForUserDeviceResponseBody setSoftware(List<ListSoftwareForUserDeviceResponseBody.ListSoftwareForUserDeviceResponseBodySoftware> software)
public List<ListSoftwareForUserDeviceResponseBody.ListSoftwareForUserDeviceResponseBodySoftware> getSoftware()
public ListSoftwareForUserDeviceResponseBody setTotalNum(Long totalNum)
public Long getTotalNum()
Copyright © 2024. All rights reserved.