|
@@ -55,12 +55,12 @@ public class MQRequest extends PageRequest {
|
|
|
|
|
|
* 应用监控组
|
|
|
*/
|
|
|
- private String dataGroupName;
|
|
|
+ private String groupName;
|
|
|
|
|
|
|
|
|
* 应用监控key
|
|
|
*/
|
|
|
- private String dataGroupKey;
|
|
|
+ private String groupKey;
|
|
|
|
|
|
|
|
|
* 数据编号
|
|
@@ -187,20 +187,20 @@ public class MQRequest extends PageRequest {
|
|
|
this.msgId = msgId;
|
|
|
}
|
|
|
|
|
|
- public String getDataGroupName() {
|
|
|
- return dataGroupName;
|
|
|
+ public String getGroupName() {
|
|
|
+ return groupName;
|
|
|
}
|
|
|
|
|
|
- public void setDataGroupName(String dataGroupName) {
|
|
|
- this.dataGroupName = dataGroupName;
|
|
|
+ public void setGroupName(String groupName) {
|
|
|
+ this.groupName = groupName;
|
|
|
}
|
|
|
|
|
|
- public String getDataGroupKey() {
|
|
|
- return dataGroupKey;
|
|
|
+ public String getGroupKey() {
|
|
|
+ return groupKey;
|
|
|
}
|
|
|
|
|
|
- public void setDataGroupKey(String dataGroupKey) {
|
|
|
- this.dataGroupKey = dataGroupKey;
|
|
|
+ public void setGroupKey(String groupKey) {
|
|
|
+ this.groupKey = groupKey;
|
|
|
}
|
|
|
|
|
|
public String getDataId() {
|