public class SchBiddingParams
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private int[] |
biddingAgents
An array of bidding agent IDs.
|
private int |
biddingAgentsNSizeIs
Number of elements in the 'biddingAgents' array.
|
private double |
wmBidEndDateTime
Bidding window end date/time.
|
private double |
wmBidStartDateTime
Bidding window start date/time.
|
private int |
wmRankingSystem
Ranking System used.
|
private int |
wmSiteId
Site ID
|
Constructor and Description |
---|
SchBiddingParams() |
SchBiddingParams(int wmSiteId,
double wmBidStartDateTime,
double wmBidEndDateTime,
int biddingAgentsNSizeIs,
int[] biddingAgents,
int wmRankingSystem) |
Modifier and Type | Method and Description |
---|---|
int[] |
getBiddingAgents()
Gets the biddingAgents value for this SchBiddingParams.
|
int |
getBiddingAgentsNSizeIs()
Gets the biddingAgentsNSizeIs value for this SchBiddingParams.
|
double |
getWmBidEndDateTime()
Gets the wmBidEndDateTime value for this SchBiddingParams.
|
double |
getWmBidStartDateTime()
Gets the wmBidStartDateTime value for this SchBiddingParams.
|
int |
getWmRankingSystem()
Gets the wmRankingSystem value for this SchBiddingParams.
|
int |
getWmSiteId()
Gets the wmSiteId value for this SchBiddingParams.
|
void |
setBiddingAgents(int[] biddingAgents)
Sets the biddingAgents value for this SchBiddingParams.
|
void |
setBiddingAgentsNSizeIs(int biddingAgentsNSizeIs)
Sets the biddingAgentsNSizeIs value for this SchBiddingParams.
|
void |
setWmBidEndDateTime(double wmBidEndDateTime)
Sets the wmBidEndDateTime value for this SchBiddingParams.
|
void |
setWmBidStartDateTime(double wmBidStartDateTime)
Sets the wmBidStartDateTime value for this SchBiddingParams.
|
void |
setWmRankingSystem(int wmRankingSystem)
Sets the wmRankingSystem value for this SchBiddingParams.
|
void |
setWmSiteId(int wmSiteId)
Sets the wmSiteId value for this SchBiddingParams.
|
private int wmSiteId
private double wmBidStartDateTime
OleDateTime
private double wmBidEndDateTime
OleDateTime
private int biddingAgentsNSizeIs
private int[] biddingAgents
private int wmRankingSystem
ESchRankingSystem
public SchBiddingParams()
public SchBiddingParams(int wmSiteId, double wmBidStartDateTime, double wmBidEndDateTime, int biddingAgentsNSizeIs, int[] biddingAgents, int wmRankingSystem)
public int getWmSiteId()
public void setWmSiteId(int wmSiteId)
wmSiteId
- public double getWmBidStartDateTime()
public void setWmBidStartDateTime(double wmBidStartDateTime)
wmBidStartDateTime
- public double getWmBidEndDateTime()
public void setWmBidEndDateTime(double wmBidEndDateTime)
wmBidEndDateTime
- public int getBiddingAgentsNSizeIs()
public void setBiddingAgentsNSizeIs(int biddingAgentsNSizeIs)
biddingAgentsNSizeIs
- public int[] getBiddingAgents()
public void setBiddingAgents(int[] biddingAgents)
biddingAgents
- public int getWmRankingSystem()
public void setWmRankingSystem(int wmRankingSystem)
wmRankingSystem
- Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.