|
@@ -47,12 +47,12 @@ public class URLRequest extends PageRequest {
|
|
/**
|
|
/**
|
|
* 应用监控组
|
|
* 应用监控组
|
|
*/
|
|
*/
|
|
- private String dataGroupName;
|
|
|
|
|
|
+ private String groupName;
|
|
|
|
|
|
/**
|
|
/**
|
|
* 应用监控key
|
|
* 应用监控key
|
|
*/
|
|
*/
|
|
- private String dataGroupKey;
|
|
|
|
|
|
+ private String groupKey;
|
|
|
|
|
|
/**
|
|
/**
|
|
* 数据编号
|
|
* 数据编号
|
|
@@ -142,22 +142,6 @@ public class URLRequest extends PageRequest {
|
|
this.clientIp = clientIp;
|
|
this.clientIp = clientIp;
|
|
}
|
|
}
|
|
|
|
|
|
- public String getDataGroupName() {
|
|
|
|
- return dataGroupName;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setDataGroupName(String dataGroupName) {
|
|
|
|
- this.dataGroupName = dataGroupName;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getDataGroupKey() {
|
|
|
|
- return dataGroupKey;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setDataGroupKey(String dataGroupKey) {
|
|
|
|
- this.dataGroupKey = dataGroupKey;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
public String getDataId() {
|
|
public String getDataId() {
|
|
return dataId;
|
|
return dataId;
|
|
}
|
|
}
|
|
@@ -198,7 +182,21 @@ public class URLRequest extends PageRequest {
|
|
this.createdTime = createdTime;
|
|
this.createdTime = createdTime;
|
|
}
|
|
}
|
|
|
|
|
|
- public static long getSerialVersionUID() {
|
|
|
|
- return serialVersionUID;
|
|
|
|
|
|
+ public String getGroupName() {
|
|
|
|
+ return groupName;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ public void setGroupName(String groupName) {
|
|
|
|
+ this.groupName = groupName;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public String getGroupKey() {
|
|
|
|
+ return groupKey;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setGroupKey(String groupKey) {
|
|
|
|
+ this.groupKey = groupKey;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+
|
|
}
|
|
}
|