X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fswitchmanager%2Fapi%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fswitchmanager%2FSwitchConfig.java;h=61b2f0a3a8edf0a00a7a783d088b4751e379859a;hb=7aac9c5fcb0f617c6b15e527f3c0f3d87032b83a;hp=253096edc34116ed4cc9474624f9711f90efa13a;hpb=541d0a36997f292bb037a2199463431eee538358;p=controller.git diff --git a/opendaylight/switchmanager/api/src/main/java/org/opendaylight/controller/switchmanager/SwitchConfig.java b/opendaylight/switchmanager/api/src/main/java/org/opendaylight/controller/switchmanager/SwitchConfig.java index 253096edc3..61b2f0a3a8 100644 --- a/opendaylight/switchmanager/api/src/main/java/org/opendaylight/controller/switchmanager/SwitchConfig.java +++ b/opendaylight/switchmanager/api/src/main/java/org/opendaylight/controller/switchmanager/SwitchConfig.java @@ -97,4 +97,10 @@ public class SwitchConfig implements Serializable { return false; return true; } + + @Override + public String toString() { + return ("Switch Config [Node=" + nodeId + " Description=" + description + + " Tier=" + tier + " Mode=" + mode + "]"); + } }