bugfix - accidental removal of rules
[holmes/rule-management.git] / rulemgt / src / main / java / org / onap / holmes / rulemgt / bean / request / RuleCreateRequest.java
index 8dc98d8..f08ec9b 100644 (file)
@@ -1,5 +1,5 @@
 /**\r
- * Copyright 2017 ZTE Corporation.\r
+ * Copyright 2017-2022 ZTE Corporation.\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
@@ -30,5 +30,7 @@ public class RuleCreateRequest {
 \r
     private String content;\r
 \r
+    private String creator;\r
+\r
     private int enabled;\r
 }\r