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