|
@@ -32,7 +32,7 @@ public class SearchData {
|
|
|
protected String past = "";
|
|
|
protected String other = "";
|
|
|
//大数据推送诊断结果信息
|
|
|
- protected List<String> pushDiags = new ArrayList<>();
|
|
|
+ protected List<FeatureRate> pushDiags = new ArrayList<>();
|
|
|
|
|
|
//模型
|
|
|
protected String algorithmClassifyValue;
|
|
@@ -215,11 +215,11 @@ public class SearchData {
|
|
|
this.filters = filters;
|
|
|
}
|
|
|
|
|
|
- public List<String> getPushDiags() {
|
|
|
+ public List<FeatureRate> getPushDiags() {
|
|
|
return pushDiags;
|
|
|
}
|
|
|
|
|
|
- public void setPushDiags(List<String> pushDiags) {
|
|
|
+ public void setPushDiags(List<FeatureRate> pushDiags) {
|
|
|
this.pushDiags = pushDiags;
|
|
|
}
|
|
|
}
|