public class ListSoftwareForUserDeviceRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Long |
currentPage
This parameter is required.
|
String |
deviceTag
This parameter is required.
|
Long |
pageSize
This parameter is required.
|
构造器和说明 |
---|
ListSoftwareForUserDeviceRequest() |
限定符和类型 | 方法和说明 |
---|---|
static ListSoftwareForUserDeviceRequest |
build(Map<String,?> map) |
Long |
getCurrentPage() |
String |
getDeviceTag() |
Long |
getPageSize() |
ListSoftwareForUserDeviceRequest |
setCurrentPage(Long currentPage) |
ListSoftwareForUserDeviceRequest |
setDeviceTag(String deviceTag) |
ListSoftwareForUserDeviceRequest |
setPageSize(Long pageSize) |
@NameInMap(value="CurrentPage") public Long currentPage
This parameter is required.
example:1
@NameInMap(value="DeviceTag") public String deviceTag
This parameter is required.
example:36efa42d-2c32-c4dc-e3fc-8541e33a****
@NameInMap(value="PageSize") public Long pageSize
This parameter is required.
example:10
public static ListSoftwareForUserDeviceRequest build(Map<String,?> map) throws Exception
Exception
public ListSoftwareForUserDeviceRequest setCurrentPage(Long currentPage)
public Long getCurrentPage()
public ListSoftwareForUserDeviceRequest setDeviceTag(String deviceTag)
public String getDeviceTag()
public ListSoftwareForUserDeviceRequest setPageSize(Long pageSize)
public Long getPageSize()
Copyright © 2024. All rights reserved.