Ver código fonte

上传文件

陈士柏 2 anos atrás
pai
commit
37065c61da

+ 14 - 0
bigData/src/com/happy/Model/Mob/Avg.java

@@ -0,0 +1,14 @@
+package com.happy.Model.Mob;
+
+public class Avg {
+
+    public double duration;
+
+    public double getDuration() {
+        return duration;
+    }
+
+    public void setDuration(double duration) {
+        this.duration = duration;
+    }
+}

+ 23 - 0
bigData/src/com/happy/Model/Mob/HotL.java

@@ -0,0 +1,23 @@
+package com.happy.Model.Mob;
+
+public class HotL {
+
+    public String hot_lj_handlded;
+    public String hot_lj_unhandlded;
+
+    public String getHot_lj_handlded() {
+        return hot_lj_handlded;
+    }
+
+    public void setHot_lj_handlded(String hot_lj_handlded) {
+        this.hot_lj_handlded = hot_lj_handlded;
+    }
+
+    public String getHot_lj_unhandlded() {
+        return hot_lj_unhandlded;
+    }
+
+    public void setHot_lj_unhandlded(String hot_lj_unhandlded) {
+        this.hot_lj_unhandlded = hot_lj_unhandlded;
+    }
+}

+ 23 - 0
bigData/src/com/happy/Model/Mob/HotT.java

@@ -0,0 +1,23 @@
+package com.happy.Model.Mob;
+
+public class HotT {
+
+    public String hot_handlded;
+    public String hot_unhandlded;
+
+    public String getHot_handlded() {
+        return hot_handlded;
+    }
+
+    public void setHot_handlded(String hot_handlded) {
+        this.hot_handlded = hot_handlded;
+    }
+
+    public String getHot_unhandlded() {
+        return hot_unhandlded;
+    }
+
+    public void setHot_unhandlded(String hot_unhandlded) {
+        this.hot_unhandlded = hot_unhandlded;
+    }
+}

+ 23 - 0
bigData/src/com/happy/Model/Mob/KeyL.java

@@ -0,0 +1,23 @@
+package com.happy.Model.Mob;
+
+public class KeyL {
+
+    public String key_lj_handlded;
+    public String key_lj_unhandlded;
+
+    public String getKey_lj_handlded() {
+        return key_lj_handlded;
+    }
+
+    public void setKey_lj_handlded(String key_lj_handlded) {
+        this.key_lj_handlded = key_lj_handlded;
+    }
+
+    public String getKey_lj_unhandlded() {
+        return key_lj_unhandlded;
+    }
+
+    public void setKey_lj_unhandlded(String key_lj_unhandlded) {
+        this.key_lj_unhandlded = key_lj_unhandlded;
+    }
+}

+ 23 - 0
bigData/src/com/happy/Model/Mob/KeyT.java

@@ -0,0 +1,23 @@
+package com.happy.Model.Mob;
+
+public class KeyT {
+
+    public String key_handlded;
+    public String key_unhandlded;
+
+    public String getKey_handlded() {
+        return key_handlded;
+    }
+
+    public void setKey_handlded(String key_handlded) {
+        this.key_handlded = key_handlded;
+    }
+
+    public String getKey_unhandlded() {
+        return key_unhandlded;
+    }
+
+    public void setKey_unhandlded(String key_unhandlded) {
+        this.key_unhandlded = key_unhandlded;
+    }
+}

+ 23 - 0
bigData/src/com/happy/Model/Mob/RedL.java

@@ -0,0 +1,23 @@
+package com.happy.Model.Mob;
+
+public class RedL {
+
+    public String red_lj_handlded;
+    public String red_lj_unhandlded;
+
+    public String getRed_lj_handlded() {
+        return red_lj_handlded;
+    }
+
+    public void setRed_lj_handlded(String red_lj_handlded) {
+        this.red_lj_handlded = red_lj_handlded;
+    }
+
+    public String getRed_lj_unhandlded() {
+        return red_lj_unhandlded;
+    }
+
+    public void setRed_lj_unhandlded(String red_lj_unhandlded) {
+        this.red_lj_unhandlded = red_lj_unhandlded;
+    }
+}

+ 23 - 0
bigData/src/com/happy/Model/Mob/RedT.java

@@ -0,0 +1,23 @@
+package com.happy.Model.Mob;
+
+public class RedT {
+
+    public String red_handlded;
+    public String red_unhandlded;
+
+    public String getRed_handlded() {
+        return red_handlded;
+    }
+
+    public void setRed_handlded(String red_handlded) {
+        this.red_handlded = red_handlded;
+    }
+
+    public String getRed_unhandlded() {
+        return red_unhandlded;
+    }
+
+    public void setRed_unhandlded(String red_unhandlded) {
+        this.red_unhandlded = red_unhandlded;
+    }
+}

+ 23 - 0
bigData/src/com/happy/Model/Mob/TokenL.java

@@ -0,0 +1,23 @@
+package com.happy.Model.Mob;
+
+public class TokenL {
+
+    public String token_lj_handlded;
+    public String token_lj_unhandlded;
+
+    public String getToken_lj_handlded() {
+        return token_lj_handlded;
+    }
+
+    public void setToken_lj_handlded(String token_lj_handlded) {
+        this.token_lj_handlded = token_lj_handlded;
+    }
+
+    public String getToken_lj_unhandlded() {
+        return token_lj_unhandlded;
+    }
+
+    public void setToken_lj_unhandlded(String token_lj_unhandlded) {
+        this.token_lj_unhandlded = token_lj_unhandlded;
+    }
+}

+ 23 - 0
bigData/src/com/happy/Model/Mob/TokenT.java

@@ -0,0 +1,23 @@
+package com.happy.Model.Mob;
+
+public class TokenT {
+
+    public String token_handlded;
+    public String token_unhandlded;
+
+    public String getToken_handlded() {
+        return token_handlded;
+    }
+
+    public void setToken_handlded(String token_handlded) {
+        this.token_handlded = token_handlded;
+    }
+
+    public String getToken_unhandlded() {
+        return token_unhandlded;
+    }
+
+    public void setToken_unhandlded(String token_unhandlded) {
+        this.token_unhandlded = token_unhandlded;
+    }
+}

+ 23 - 0
bigData/src/com/happy/Model/Mob/YellowL.java

@@ -0,0 +1,23 @@
+package com.happy.Model.Mob;
+
+public class YellowL {
+
+    public String yellow_lj_handlded;
+    public String yellow_lj_unhandlded;
+
+    public String getYellow_lj_handlded() {
+        return yellow_lj_handlded;
+    }
+
+    public void setYellow_lj_handlded(String yellow_lj_handlded) {
+        this.yellow_lj_handlded = yellow_lj_handlded;
+    }
+
+    public String getYellow_lj_unhandlded() {
+        return yellow_lj_unhandlded;
+    }
+
+    public void setYellow_lj_unhandlded(String yellow_lj_unhandlded) {
+        this.yellow_lj_unhandlded = yellow_lj_unhandlded;
+    }
+}

+ 23 - 0
bigData/src/com/happy/Model/Mob/YellowT.java

@@ -0,0 +1,23 @@
+package com.happy.Model.Mob;
+
+public class YellowT {
+
+    public String yellow_handlded;
+    public String yellow_unhandlded;
+
+    public String getYellow_handlded() {
+        return yellow_handlded;
+    }
+
+    public void setYellow_handlded(String yellow_handlded) {
+        this.yellow_handlded = yellow_handlded;
+    }
+
+    public String getYellow_unhandlded() {
+        return yellow_unhandlded;
+    }
+
+    public void setYellow_unhandlded(String yellow_unhandlded) {
+        this.yellow_unhandlded = yellow_unhandlded;
+    }
+}