public void translateFromMap() {
   DTTUpdateIn = DTTObjectHelper.fromMap(inputMap, "DiscountThreshTierId");
 }
 /**
  * Retrieves the DTTObjectData passed into the constructor
  *
  * @return Simulated response
  */
 public DTTObjectData getOutput() {
   return DTTObjectHelper.fromMap(outputMap, "DiscountThreshTierId");
 }