public class GetTrustDeviceListRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Long |
gmtCreateEnd
example:
1721718854814
|
Long |
gmtCreateStart
example:
1721718854814
|
Long |
gmtModifiedEnd
example:
1721718854814
|
Long |
gmtModifiedStart
example:
1721718854814
|
String |
macAddress
example:
xx:xx:xx:xx:xx:xx
|
Long |
pageNumber
example:
1
|
Long |
pageSize
example:
500
|
String |
platform
example:
Android
|
Integer |
status |
List<String> |
userIds |
构造器和说明 |
---|
GetTrustDeviceListRequest() |
限定符和类型 | 方法和说明 |
---|---|
static GetTrustDeviceListRequest |
build(Map<String,?> map) |
Long |
getGmtCreateEnd() |
Long |
getGmtCreateStart() |
Long |
getGmtModifiedEnd() |
Long |
getGmtModifiedStart() |
String |
getMacAddress() |
Long |
getPageNumber() |
Long |
getPageSize() |
String |
getPlatform() |
Integer |
getStatus() |
List<String> |
getUserIds() |
GetTrustDeviceListRequest |
setGmtCreateEnd(Long gmtCreateEnd) |
GetTrustDeviceListRequest |
setGmtCreateStart(Long gmtCreateStart) |
GetTrustDeviceListRequest |
setGmtModifiedEnd(Long gmtModifiedEnd) |
GetTrustDeviceListRequest |
setGmtModifiedStart(Long gmtModifiedStart) |
GetTrustDeviceListRequest |
setMacAddress(String macAddress) |
GetTrustDeviceListRequest |
setPageNumber(Long pageNumber) |
GetTrustDeviceListRequest |
setPageSize(Long pageSize) |
GetTrustDeviceListRequest |
setPlatform(String platform) |
GetTrustDeviceListRequest |
setStatus(Integer status) |
GetTrustDeviceListRequest |
setUserIds(List<String> userIds) |
@NameInMap(value="gmtCreateEnd") public Long gmtCreateEnd
1721718854814
@NameInMap(value="gmtCreateStart") public Long gmtCreateStart
1721718854814
@NameInMap(value="gmtModifiedEnd") public Long gmtModifiedEnd
1721718854814
@NameInMap(value="gmtModifiedStart") public Long gmtModifiedStart
1721718854814
@NameInMap(value="macAddress") public String macAddress
xx:xx:xx:xx:xx:xx
@NameInMap(value="pageNumber") public Long pageNumber
1
@NameInMap(value="pageSize") public Long pageSize
500
@NameInMap(value="platform") public String platform
Android
@NameInMap(value="status") public Integer status
public static GetTrustDeviceListRequest build(Map<String,?> map) throws Exception
Exception
public GetTrustDeviceListRequest setGmtCreateEnd(Long gmtCreateEnd)
public Long getGmtCreateEnd()
public GetTrustDeviceListRequest setGmtCreateStart(Long gmtCreateStart)
public Long getGmtCreateStart()
public GetTrustDeviceListRequest setGmtModifiedEnd(Long gmtModifiedEnd)
public Long getGmtModifiedEnd()
public GetTrustDeviceListRequest setGmtModifiedStart(Long gmtModifiedStart)
public Long getGmtModifiedStart()
public GetTrustDeviceListRequest setMacAddress(String macAddress)
public String getMacAddress()
public GetTrustDeviceListRequest setPageNumber(Long pageNumber)
public Long getPageNumber()
public GetTrustDeviceListRequest setPageSize(Long pageSize)
public Long getPageSize()
public GetTrustDeviceListRequest setPlatform(String platform)
public String getPlatform()
public GetTrustDeviceListRequest setStatus(Integer status)
public Integer getStatus()
public GetTrustDeviceListRequest setUserIds(List<String> userIds)
Copyright © 2024. All rights reserved.