public void setMasterJobId(String masterJobId) {
   if (masterJobId != null) {
     project.setMasterJobId(masterJobId);
   }
 }