public class ListIdpDepartmentsRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Long |
currentPage
example:
1
|
String |
idpConfigId
This parameter is required.
|
Long |
pageSize
example:
10
|
构造器和说明 |
---|
ListIdpDepartmentsRequest() |
限定符和类型 | 方法和说明 |
---|---|
static ListIdpDepartmentsRequest |
build(Map<String,?> map) |
Long |
getCurrentPage() |
String |
getIdpConfigId() |
Long |
getPageSize() |
ListIdpDepartmentsRequest |
setCurrentPage(Long currentPage) |
ListIdpDepartmentsRequest |
setIdpConfigId(String idpConfigId) |
ListIdpDepartmentsRequest |
setPageSize(Long pageSize) |
@NameInMap(value="CurrentPage") public Long currentPage
1
@NameInMap(value="IdpConfigId") public String idpConfigId
This parameter is required.
example:1440
@NameInMap(value="PageSize") public Long pageSize
10
public static ListIdpDepartmentsRequest build(Map<String,?> map) throws Exception
Exception
public ListIdpDepartmentsRequest setCurrentPage(Long currentPage)
public Long getCurrentPage()
public ListIdpDepartmentsRequest setIdpConfigId(String idpConfigId)
public String getIdpConfigId()
public ListIdpDepartmentsRequest setPageSize(Long pageSize)
public Long getPageSize()
Copyright © 2024. All rights reserved.