X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=zte%2Fsfc-driver%2Fsfc-driver%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Fsfc%2Fentity%2FSdnControllerInfo.java;fp=zte%2Fsfc-driver%2Fsfc-driver%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Fsfc%2Fentity%2FSdnControllerInfo.java;h=99103364adb78d058d3889a145bf39d2dc29e946;hb=77dddd871421b1de8d92dd76e2a1b237cb00b50f;hp=86300953483c45aa7902c864edbb94bf407e6239;hpb=3062ee6e0b4ed88c5a3b10ebf8188341c5b92987;p=vfc%2Fnfvo%2Fdriver%2Fsfc.git diff --git a/zte/sfc-driver/sfc-driver/src/main/java/org/onap/sfc/entity/SdnControllerInfo.java b/zte/sfc-driver/sfc-driver/src/main/java/org/onap/sfc/entity/SdnControllerInfo.java index 8630095..9910336 100644 --- a/zte/sfc-driver/sfc-driver/src/main/java/org/onap/sfc/entity/SdnControllerInfo.java +++ b/zte/sfc-driver/sfc-driver/src/main/java/org/onap/sfc/entity/SdnControllerInfo.java @@ -23,4 +23,11 @@ public class SdnControllerInfo { String url; String userName; String password; + + public boolean equals(Object o) { + if(o == this) { + return true; + } + return false; + } }