/**
  * Retrieves the InvdThresholdObjectData passed into the constructor
  *
  * @return Simulated response
  */
 public InvdThresholdObjectData getOutput() {
   return InvdThresholdObjectHelper.fromMap(outputMap, "InvdThreshold");
 }