public void translateFromMap() { noOpIn = AccountIdObjectHelper.fromMap(inputMap, "AccountId"); }
/** * Retrieves the AccountIdObjectData passed into the constructor * * @return Simulated response */ public AccountIdObjectData getOutput() { return AccountIdObjectHelper.fromMap(outputMap, "AccountId"); }