public GetNewApplicationResponsePBImpl() { builder = GetNewApplicationResponseProto.newBuilder(); }
public GetNewApplicationResponsePBImpl(GetNewApplicationResponseProto proto) { this.proto = proto; viaProto = true; }
public GetNewApplicationResponseProto getProto() { mergeLocalToProto(); proto = viaProto ? proto : builder.build(); viaProto = true; return proto; }
private void maybeInitBuilder() { if (viaProto || builder == null) { builder = GetNewApplicationResponseProto.newBuilder(proto); } viaProto = false; }
@Test public void testGetNewApplicationResponsePBImpl() throws Exception { validatePBImplRecord(GetNewApplicationResponsePBImpl.class, GetNewApplicationResponseProto.class); }