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