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