}
@Override
public ApplicationReport getApplicationReport() {
GetApplicationReportResponseProtoOrBuilder p = viaProto ? proto : builder;
if (this.applicationReport != null) {
return this.applicationReport;
}
if (!p.hasApplicationReport()) {
return null;
}
this.applicationReport = convertFromProtoFormat(p.getApplicationReport());
return this.applicationReport;
}