add unit test
[vfc/nfvo/driver/sfc.git] / zte / sfc-driver / sfc-driver / src / main / java / org / onap / sfc / entity / Result.java
index 96e0ed6..2f7f020 100644 (file)
@@ -26,4 +26,11 @@ public class Result {
         this.id = uuid;
     }
 
+    public boolean equals(Object o) {
+        if(o == this) {
+            return true;
+        }
+        return false;
+    }
+
 }