public class SchBiddingParams
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<java.lang.Integer> |
biddingAgents
An array of bidding agent IDs.
|
protected int |
biddingAgentsNSizeIs
Number of elements in the 'biddingAgents' array.
|
private static long |
serialVersionUID |
protected double |
wmBidEndDateTime
Bidding window end date/time.
|
protected double |
wmBidStartDateTime
Bidding window start date/time.
|
protected int |
wmRankingSystem
Ranking System used.
|
protected int |
wmSiteId
Site ID
|
| Constructor and Description |
|---|
SchBiddingParams() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
java.util.List<java.lang.Integer> |
getBiddingAgents()
Gets the value of the biddingAgents property.
|
int |
getBiddingAgentsNSizeIs()
Gets the value of the biddingAgentsNSizeIs property.
|
double |
getWmBidEndDateTime()
Gets the value of the wmBidEndDateTime property.
|
double |
getWmBidStartDateTime()
Gets the value of the wmBidStartDateTime property.
|
int |
getWmRankingSystem()
Gets the value of the wmRankingSystem property.
|
int |
getWmSiteId()
Gets the value of the wmSiteId property.
|
int |
hashCode() |
void |
setBiddingAgents(java.util.List<java.lang.Integer> biddingAgents)
Sets the value of the biddingAgents property.
|
void |
setBiddingAgentsNSizeIs(int value)
Sets the value of the biddingAgentsNSizeIs property.
|
void |
setWmBidEndDateTime(double value)
Sets the value of the wmBidEndDateTime property.
|
void |
setWmBidStartDateTime(double value)
Sets the value of the wmBidStartDateTime property.
|
void |
setWmRankingSystem(int value)
Sets the value of the wmRankingSystem property.
|
void |
setWmSiteId(int value)
Sets the value of the wmSiteId property.
|
java.lang.String |
toString() |
SchBiddingParams |
withBiddingAgents(java.util.Collection<java.lang.Integer> values) |
SchBiddingParams |
withBiddingAgents(java.lang.Integer... values) |
SchBiddingParams |
withBiddingAgentsNSizeIs(int value) |
SchBiddingParams |
withWmBidEndDateTime(double value) |
SchBiddingParams |
withWmBidStartDateTime(double value) |
SchBiddingParams |
withWmRankingSystem(int value) |
SchBiddingParams |
withWmSiteId(int value) |
private static final long serialVersionUID
protected int wmSiteId
protected double wmBidStartDateTime
OleDateTimeprotected double wmBidEndDateTime
OleDateTimeprotected int biddingAgentsNSizeIs
protected java.util.List<java.lang.Integer> biddingAgents
protected int wmRankingSystem
ESchRankingSystempublic int getWmSiteId()
public void setWmSiteId(int value)
public double getWmBidStartDateTime()
public void setWmBidStartDateTime(double value)
public double getWmBidEndDateTime()
public void setWmBidEndDateTime(double value)
public int getBiddingAgentsNSizeIs()
public void setBiddingAgentsNSizeIs(int value)
public java.util.List<java.lang.Integer> getBiddingAgents()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the biddingAgents property.
For example, to add a new item, do as follows:
getBiddingAgents().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public int getWmRankingSystem()
public void setWmRankingSystem(int value)
public SchBiddingParams withWmSiteId(int value)
public SchBiddingParams withWmBidStartDateTime(double value)
public SchBiddingParams withWmBidEndDateTime(double value)
public SchBiddingParams withBiddingAgentsNSizeIs(int value)
public SchBiddingParams withBiddingAgents(java.lang.Integer... values)
public SchBiddingParams withBiddingAgents(java.util.Collection<java.lang.Integer> values)
public SchBiddingParams withWmRankingSystem(int value)
public void setBiddingAgents(java.util.List<java.lang.Integer> biddingAgents)
biddingAgents - allowed object is
Integerpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.