public class GetQueueInformationShrinkRequest
extends com.aliyun.tea.TeaModel
构造器和说明 |
---|
GetQueueInformationShrinkRequest() |
限定符和类型 | 方法和说明 |
---|---|
static GetQueueInformationShrinkRequest |
build(Map<String,?> map) |
Integer |
getCurrentPage() |
String |
getDepIdsShrink() |
Long |
getEndDate() |
Boolean |
getExistDepartmentGrouping() |
Boolean |
getExistSkillGroupGrouping() |
String |
getGroupIdsShrink() |
String |
getInstanceId() |
Integer |
getPageSize() |
Long |
getStartDate() |
GetQueueInformationShrinkRequest |
setCurrentPage(Integer currentPage) |
GetQueueInformationShrinkRequest |
setDepIdsShrink(String depIdsShrink) |
GetQueueInformationShrinkRequest |
setEndDate(Long endDate) |
GetQueueInformationShrinkRequest |
setExistDepartmentGrouping(Boolean existDepartmentGrouping) |
GetQueueInformationShrinkRequest |
setExistSkillGroupGrouping(Boolean existSkillGroupGrouping) |
GetQueueInformationShrinkRequest |
setGroupIdsShrink(String groupIdsShrink) |
GetQueueInformationShrinkRequest |
setInstanceId(String instanceId) |
GetQueueInformationShrinkRequest |
setPageSize(Integer pageSize) |
GetQueueInformationShrinkRequest |
setStartDate(Long startDate) |
@NameInMap(value="CurrentPage") public Integer currentPage
@NameInMap(value="DepIds") public String depIdsShrink
@NameInMap(value="EndDate") public Long endDate
@NameInMap(value="ExistDepartmentGrouping") public Boolean existDepartmentGrouping
@NameInMap(value="ExistSkillGroupGrouping") public Boolean existSkillGroupGrouping
@NameInMap(value="GroupIds") public String groupIdsShrink
@NameInMap(value="InstanceId") public String instanceId
@NameInMap(value="PageSize") public Integer pageSize
@NameInMap(value="StartDate") public Long startDate
public static GetQueueInformationShrinkRequest build(Map<String,?> map) throws Exception
Exception
public GetQueueInformationShrinkRequest setCurrentPage(Integer currentPage)
public Integer getCurrentPage()
public GetQueueInformationShrinkRequest setDepIdsShrink(String depIdsShrink)
public String getDepIdsShrink()
public GetQueueInformationShrinkRequest setEndDate(Long endDate)
public Long getEndDate()
public GetQueueInformationShrinkRequest setExistDepartmentGrouping(Boolean existDepartmentGrouping)
public Boolean getExistDepartmentGrouping()
public GetQueueInformationShrinkRequest setExistSkillGroupGrouping(Boolean existSkillGroupGrouping)
public Boolean getExistSkillGroupGrouping()
public GetQueueInformationShrinkRequest setGroupIdsShrink(String groupIdsShrink)
public String getGroupIdsShrink()
public GetQueueInformationShrinkRequest setInstanceId(String instanceId)
public String getInstanceId()
public GetQueueInformationShrinkRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public GetQueueInformationShrinkRequest setStartDate(Long startDate)
public Long getStartDate()
Copyright © 2023. All rights reserved.