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