public class IndexConfigs extends Object
| 构造器和说明 |
|---|
IndexConfigs() |
| 限定符和类型 | 方法和说明 |
|---|---|
static IndexConfigs |
build(int total,
List<IndexConfig> list) |
List<IndexConfig> |
getList() |
int |
getTotal() |
void |
setList(List<IndexConfig> list) |
void |
setTotal(int total) |
public List<IndexConfig> getList()
public void setList(List<IndexConfig> list)
public int getTotal()
public void setTotal(int total)
public static IndexConfigs build(int total, List<IndexConfig> list)
Copyright © 2018 Jue Ming. All rights reserved.