/**
  * Retrieves the BillMessageGroupObjectDataList passed into the constructor
  *
  * @return Simulated response
  */
 public BillMessageGroupObjectDataList getOutput() {
   return BillMessageGroupObjectHelper.fromMapList(outputMap, "BillMessageGroupList");
 }