|
@@ -44,11 +44,14 @@ public class AdRankItem implements Comparable<AdRankItem> {
|
|
|
|
|
|
private String creativeCode;
|
|
private String creativeCode;
|
|
|
|
|
|
|
|
+ // 广告主ID
|
|
|
|
+ private String adVerId;
|
|
|
|
+
|
|
// 特征
|
|
// 特征
|
|
private Map<String, Object> feature = new HashMap<>();
|
|
private Map<String, Object> feature = new HashMap<>();
|
|
|
|
|
|
public AdRankItem() {
|
|
public AdRankItem() {
|
|
- //TODO
|
|
|
|
|
|
+ // TODO
|
|
}
|
|
}
|
|
|
|
|
|
private Map<String, Double> rankerScore = new HashMap<>();
|
|
private Map<String, Double> rankerScore = new HashMap<>();
|