public class DataForBudgetOperationLogPage extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DataForBudgetOperationLogPage() | 
| DataForBudgetOperationLogPage(DataForBudgetOperationLogPage 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 | 
|---|---|
| Long | getCurrent()Get 当前页 | 
| Long | getPages()Get 分页 | 
| BudgetOperationLogEntity[] | getRecords()Get 查询数据列表
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getSize()Get 分页大小 | 
| Long | getTotal()Get 总量 | 
| void | setCurrent(Long Current)Set 当前页 | 
| void | setPages(Long Pages)Set 分页 | 
| void | setRecords(BudgetOperationLogEntity[] Records)Set 查询数据列表
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setSize(Long Size)Set 分页大小 | 
| void | setTotal(Long Total)Set 总量 | 
| 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, toJsonStringpublic DataForBudgetOperationLogPage()
public DataForBudgetOperationLogPage(DataForBudgetOperationLogPage source)
public Long getPages()
public void setPages(Long Pages)
Pages - 分页public Long getSize()
public void setSize(Long Size)
Size - 分页大小public Long getTotal()
public void setTotal(Long Total)
Total - 总量public BudgetOperationLogEntity[] getRecords()
public void setRecords(BudgetOperationLogEntity[] Records)
Records - 查询数据列表
注意:此字段可能返回 null,表示取不到有效值。public Long getCurrent()
public void setCurrent(Long Current)
Current - 当前页Copyright © 2025. All rights reserved.