public class ListOrganizationsDto extends Object
| 构造器和说明 |
|---|
ListOrganizationsDto() |
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
getFetchAll() |
Integer |
getLimit() |
Integer |
getPage() |
Boolean |
getStatus() |
String |
getTenantId() |
Boolean |
getWithCustomData() |
Boolean |
getWithPost() |
void |
setFetchAll(Boolean fetchAll) |
void |
setLimit(Integer limit) |
void |
setPage(Integer page) |
void |
setStatus(Boolean status) |
void |
setTenantId(String tenantId) |
void |
setWithCustomData(Boolean withCustomData) |
void |
setWithPost(Boolean withPost) |
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)
public Boolean getWithPost()
public void setWithPost(Boolean withPost)
public String getTenantId()
public void setTenantId(String tenantId)
public Boolean getStatus()
public void setStatus(Boolean status)
Copyright © 2024. All rights reserved.