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