public class TaskRecordPage extends AbstractModel
Constructor and Description |
---|
TaskRecordPage() |
TaskRecordPage(TaskRecordPage 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 |
---|---|
TaskRecord[] |
getContent()
Get 任务记录列表
|
Long |
getTotalCount()
Get 总数量
|
void |
setContent(TaskRecord[] Content)
Set 任务记录列表
|
void |
setTotalCount(Long TotalCount)
Set 总数量
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public TaskRecordPage()
public TaskRecordPage(TaskRecordPage source)
public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount
- 总数量public TaskRecord[] getContent()
public void setContent(TaskRecord[] Content)
Content
- 任务记录列表Copyright © 2022. All rights reserved.