|
@@ -25,6 +25,13 @@ public class UserAdFeature {
|
|
private AdActionFeature month3_cnt_features = new AdActionFeature();
|
|
private AdActionFeature month3_cnt_features = new AdActionFeature();
|
|
|
|
|
|
|
|
|
|
|
|
+
|
|
|
|
+ public void setMid(String key) {
|
|
|
|
+ this.mid = key;
|
|
|
|
+ if (key == null)
|
|
|
|
+ this.mid = "0";
|
|
|
|
+ }
|
|
|
|
+
|
|
public void setDay1_cnt_features(AdActionFeature key) {
|
|
public void setDay1_cnt_features(AdActionFeature key) {
|
|
this.day1_cnt_features = key;
|
|
this.day1_cnt_features = key;
|
|
if (key == null)
|
|
if (key == null)
|