public void translateToMap() {
   if (noOpIn != null) {
     noOpIn.resetFlags(true, true);
     addInput(
         "BatchRequestNotifyParameter",
         BatchRequestNotifyParameterObjectHelper.toMap(
                 noOpIn, new HashMap(), "BatchRequestNotifyParameter")
             .get("BatchRequestNotifyParameter"));
   }
 }
 public void translateFromMap() {
   noOpIn =
       BatchRequestNotifyParameterObjectHelper.fromMap(inputMap, "BatchRequestNotifyParameter");
 }