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