setInteractionPoint(interactionPoint)
![]() |
interactionPoint - 包含交互点名称的字符串。
|
![]() |
interactionPoint 必须与交互式渠道中定义的交互点的名称精确匹配。它是区分大小写的。
|
String interactionPoint = "Overview Page Banner 1";
int numberRequested=1;
Command getOffersCommand = new CommandImpl();
getOffersCommand.setMethodIdentifier(Command.COMMAND_GETOFFERS);
getOffersCommand.setInteractionPoint(interactionPoint);
getOffersCommand.setNumberRequested(numberRequested);
Copyright IBM Corporation 2013. All Rights Reserved.
|