コード例 #1
0
 public void translateFromMap() {
   noOpIn = AccountIdObjectHelper.fromMap(inputMap, "AccountId");
 }
コード例 #2
0
 /**
  * Retrieves the AccountIdObjectData passed into the constructor
  *
  * @return Simulated response
  */
 public AccountIdObjectData getOutput() {
   return AccountIdObjectHelper.fromMap(outputMap, "AccountId");
 }