public class ListOrganizationsDto extends Object
| 构造器和说明 |
|---|
ListOrganizationsDto() |
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
getFetchAll() |
Integer |
getLimit() |
Integer |
getPage() |
Boolean |
getWithCustomData() |
void |
setFetchAll(Boolean fetchAll) |
void |
setLimit(Integer limit) |
void |
setPage(Integer page) |
void |
setWithCustomData(Boolean withCustomData) |
public Integer getPage()
public void setPage(Integer page)
public Integer getLimit()
public void setLimit(Integer limit)
public Boolean getFetchAll()
public void setFetchAll(Boolean fetchAll)
public Boolean getWithCustomData()
public void setWithCustomData(Boolean withCustomData)
Copyright © 2022. All rights reserved.