I tried to print a bean object as following.
CNSLResponseInfo csnlObject = new CNSLResponseInfo();
System.out.println(csnlObject .toString());
It gives output as below.
org.omo.model.CNSLResponseInfo@59d7305f
Any suggestions would be appreciated.
Thanks You