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