5960616263646566676869
* * @return the created PojoA */ public PojoA build() { try { PojoA result = new PojoA(); if (isSet$name$java$lang$String) { result.name = value$name$java$lang$String; } return result; } catch (RuntimeException ex) {