/**
  * Retrieves the TicklerObjectData passed into the constructor
  *
  * @return Simulated response
  */
 public TicklerObjectData getOutput() {
   return TicklerObjectHelper.fromMap(outputMap, "Tickler");
 }