setNumberRequested(numberRequested)
![]() |
numberRequested-an integer defining the number of offers requested by the getOffers command.
|
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 2014. All Rights Reserved.
|