public class ResourceFilePage extends AbstractModel
header, skipSign
Constructor and Description |
---|
ResourceFilePage() |
ResourceFilePage(ResourceFilePage source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
ResourceFileItem[] |
getItems()
Get Task collection information.
|
Long |
getPageNumber()
Get Current Page number
|
Long |
getPageSize()
Get Items per Page
|
Long |
getTotalCount()
Get Total file count.
|
Long |
getTotalPageNumber()
Get Total page number
|
void |
setItems(ResourceFileItem[] Items)
Set Task collection information.
|
void |
setPageNumber(Long PageNumber)
Set Current Page number
|
void |
setPageSize(Long PageSize)
Set Items per Page
|
void |
setTotalCount(Long TotalCount)
Set Total file count.
|
void |
setTotalPageNumber(Long TotalPageNumber)
Set Total page number
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ResourceFilePage()
public ResourceFilePage(ResourceFilePage source)
public ResourceFileItem[] getItems()
public void setItems(ResourceFileItem[] Items)
Items
- Task collection information.public Long getTotalPageNumber()
public void setTotalPageNumber(Long TotalPageNumber)
TotalPageNumber
- Total page numberpublic Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount
- Total file count.public Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber
- Current Page numberpublic Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- Items per PageCopyright © 2025. All rights reserved.