List of utility methods to do Map Value Get
if (key != null) { Object obj = map.get(key); return String.valueOf(obj); } else { return "";