类 RoleDepartmentListPagingDto
- java.lang.Object
-
- cn.authing.sdk.java.dto.RoleDepartmentListPagingDto
-
public class RoleDepartmentListPagingDto extends Object
-
-
构造器概要
构造器 构造器 说明 RoleDepartmentListPagingDto()
-
-
-
方法详细资料
-
getTotalCount
public Integer getTotalCount()
-
setTotalCount
public void setTotalCount(Integer totalCount)
-
getList
public List<RoleDepartmentRespDto> getList()
-
setList
public void setList(List<RoleDepartmentRespDto> list)
-
-