public void translateToMap() {
   if (DTTUpdateIn != null) {
     DTTUpdateIn.resetFlags(true, true);
     addInput(
         "DiscountThreshTierId",
         DTTObjectHelper.toMap(DTTUpdateIn, new HashMap(), "DiscountThreshTierId")
             .get("DiscountThreshTierId"));
   }
 }
 /**
  * Constructor to create a DiscountThreshTierIdDeleteNoOpRequest
  *
  * @param id Unique request name
  * @param noOpIn Simulated response object
  */
 public DiscountThreshTierIdDeleteNoOpRequest(String id, DTTObjectData noOpIn) {
   super(id, "DiscountThreshTierIdDeleteNoOpRequest");
   if (noOpIn != null) {
     addInput(
         "DiscountThreshTierId",
         DTTObjectHelper.toMap(noOpIn, new HashMap(), "DiscountThreshTierId")
             .get("DiscountThreshTierId"));
   }
 }
 public void translateToMap() {
   if (DTTFindIn != null) {
     Integer index = DTTFindIn.getIndex();
     if (index != null) addInput("Index", index);
     addInput(
         "DiscountThreshTierId",
         DTTObjectHelper.toMap(DTTFindIn, new HashMap(), "DiscountThreshTierId")
             .get("DiscountThreshTierId"));
   }
 }