public class StatQueryResultDTO extends Object
| Constructor and Description |
|---|
StatQueryResultDTO() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Map<String,String> |
getGroups()
分组字段值(分组字段名称->分组字段值)
|
Map<String,Double> |
getValues()
统计结果值(统计字段->统计值)
|
int |
hashCode() |
void |
setGroups(Map<String,String> groups)
分组字段值(分组字段名称->分组字段值)
|
void |
setValues(Map<String,Double> values)
统计结果值(统计字段->统计值)
|
String |
toString() |
protected boolean canEqual(Object other)
Copyright © 2025. All rights reserved.