add unit test
[vfc/nfvo/driver/sfc.git] / zte / sfc-driver / sfc-driver / src / main / java / org / onap / sfc / entity / portpair / ServiceFunctionParameter.java
index 569a05b..f98c7d9 100644 (file)
@@ -24,4 +24,11 @@ public class ServiceFunctionParameter {
     private String serviceFunctionParamter;
     @SerializedName("service-function-parameter-value")
     private String getServiceFunctionParamterValue;
+
+    public boolean equals(Object o) {
+        if(o == this) {
+            return true;
+        }
+        return false;
+    }
 }