public class GetOnlineSeatInformationRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
List<Long> |
agentIds |
Integer |
currentPage |
List<Long> |
depIds |
Long |
endDate |
String |
instanceId |
Integer |
pageSize |
Long |
startDate |
构造器和说明 |
---|
GetOnlineSeatInformationRequest() |
限定符和类型 | 方法和说明 |
---|---|
static GetOnlineSeatInformationRequest |
build(Map<String,?> map) |
List<Long> |
getAgentIds() |
Integer |
getCurrentPage() |
List<Long> |
getDepIds() |
Long |
getEndDate() |
String |
getInstanceId() |
Integer |
getPageSize() |
Long |
getStartDate() |
GetOnlineSeatInformationRequest |
setAgentIds(List<Long> agentIds) |
GetOnlineSeatInformationRequest |
setCurrentPage(Integer currentPage) |
GetOnlineSeatInformationRequest |
setDepIds(List<Long> depIds) |
GetOnlineSeatInformationRequest |
setEndDate(Long endDate) |
GetOnlineSeatInformationRequest |
setInstanceId(String instanceId) |
GetOnlineSeatInformationRequest |
setPageSize(Integer pageSize) |
GetOnlineSeatInformationRequest |
setStartDate(Long startDate) |
@NameInMap(value="CurrentPage") public Integer currentPage
@NameInMap(value="EndDate") public Long endDate
@NameInMap(value="InstanceId") public String instanceId
@NameInMap(value="PageSize") public Integer pageSize
@NameInMap(value="StartDate") public Long startDate
public static GetOnlineSeatInformationRequest build(Map<String,?> map) throws Exception
Exception
public GetOnlineSeatInformationRequest setAgentIds(List<Long> agentIds)
public GetOnlineSeatInformationRequest setCurrentPage(Integer currentPage)
public Integer getCurrentPage()
public GetOnlineSeatInformationRequest setDepIds(List<Long> depIds)
public GetOnlineSeatInformationRequest setEndDate(Long endDate)
public Long getEndDate()
public GetOnlineSeatInformationRequest setInstanceId(String instanceId)
public String getInstanceId()
public GetOnlineSeatInformationRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public GetOnlineSeatInformationRequest setStartDate(Long startDate)
public Long getStartDate()
Copyright © 2023. All rights reserved.