public class CfgTimeOffBidPeriod
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
protected long |
timestamp |
protected int |
wmBUId |
protected java.lang.String |
wmComments |
protected double |
wmEndDateTime |
protected java.lang.String |
wmName |
protected double |
wmProcessingDateTime |
protected int |
wmRequestMinimum |
protected java.util.List<java.lang.Integer> |
wmSiteId |
protected int |
wmSiteIdNSizeIs |
protected double |
wmStartDateTime |
protected int |
wmStatus |
protected int |
wmTimeOffBidPeriodId |
protected int |
wmTimezoneId |
protected int |
wmType
|
Constructor and Description |
---|
CfgTimeOffBidPeriod() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
long |
getTimestamp()
Gets the value of the timestamp property.
|
int |
getWmBUId()
Gets the value of the wmBUId property.
|
java.lang.String |
getWmComments()
Gets the value of the wmComments property.
|
double |
getWmEndDateTime()
Gets the value of the wmEndDateTime property.
|
java.lang.String |
getWmName()
Gets the value of the wmName property.
|
double |
getWmProcessingDateTime()
Gets the value of the wmProcessingDateTime property.
|
int |
getWmRequestMinimum()
Gets the value of the wmRequestMinimum property.
|
java.util.List<java.lang.Integer> |
getWmSiteId()
Gets the value of the wmSiteId property.
|
int |
getWmSiteIdNSizeIs()
Gets the value of the wmSiteIdNSizeIs property.
|
double |
getWmStartDateTime()
Gets the value of the wmStartDateTime property.
|
int |
getWmStatus()
Gets the value of the wmStatus property.
|
int |
getWmTimeOffBidPeriodId()
Gets the value of the wmTimeOffBidPeriodId property.
|
int |
getWmTimezoneId()
Gets the value of the wmTimezoneId property.
|
int |
getWmType()
Gets the value of the wmType property.
|
int |
hashCode() |
void |
setTimestamp(long value)
Sets the value of the timestamp property.
|
void |
setWmBUId(int value)
Sets the value of the wmBUId property.
|
void |
setWmComments(java.lang.String value)
Sets the value of the wmComments property.
|
void |
setWmEndDateTime(double value)
Sets the value of the wmEndDateTime property.
|
void |
setWmName(java.lang.String value)
Sets the value of the wmName property.
|
void |
setWmProcessingDateTime(double value)
Sets the value of the wmProcessingDateTime property.
|
void |
setWmRequestMinimum(int value)
Sets the value of the wmRequestMinimum property.
|
void |
setWmSiteId(java.util.List<java.lang.Integer> wmSiteId)
Sets the value of the wmSiteId property.
|
void |
setWmSiteIdNSizeIs(int value)
Sets the value of the wmSiteIdNSizeIs property.
|
void |
setWmStartDateTime(double value)
Sets the value of the wmStartDateTime property.
|
void |
setWmStatus(int value)
Sets the value of the wmStatus property.
|
void |
setWmTimeOffBidPeriodId(int value)
Sets the value of the wmTimeOffBidPeriodId property.
|
void |
setWmTimezoneId(int value)
Sets the value of the wmTimezoneId property.
|
void |
setWmType(int value)
Sets the value of the wmType property.
|
java.lang.String |
toString() |
CfgTimeOffBidPeriod |
withTimestamp(long value) |
CfgTimeOffBidPeriod |
withWmBUId(int value) |
CfgTimeOffBidPeriod |
withWmComments(java.lang.String value) |
CfgTimeOffBidPeriod |
withWmEndDateTime(double value) |
CfgTimeOffBidPeriod |
withWmName(java.lang.String value) |
CfgTimeOffBidPeriod |
withWmProcessingDateTime(double value) |
CfgTimeOffBidPeriod |
withWmRequestMinimum(int value) |
CfgTimeOffBidPeriod |
withWmSiteId(java.util.Collection<java.lang.Integer> values) |
CfgTimeOffBidPeriod |
withWmSiteId(java.lang.Integer... values) |
CfgTimeOffBidPeriod |
withWmSiteIdNSizeIs(int value) |
CfgTimeOffBidPeriod |
withWmStartDateTime(double value) |
CfgTimeOffBidPeriod |
withWmStatus(int value) |
CfgTimeOffBidPeriod |
withWmTimeOffBidPeriodId(int value) |
CfgTimeOffBidPeriod |
withWmTimezoneId(int value) |
CfgTimeOffBidPeriod |
withWmType(int value) |
private static final long serialVersionUID
protected int wmTimeOffBidPeriodId
protected int wmBUId
protected int wmSiteIdNSizeIs
protected java.util.List<java.lang.Integer> wmSiteId
protected java.lang.String wmName
protected int wmType
protected double wmStartDateTime
protected double wmEndDateTime
protected double wmProcessingDateTime
protected int wmTimezoneId
protected int wmRequestMinimum
protected java.lang.String wmComments
protected int wmStatus
protected long timestamp
public int getWmTimeOffBidPeriodId()
public void setWmTimeOffBidPeriodId(int value)
public int getWmBUId()
public void setWmBUId(int value)
public int getWmSiteIdNSizeIs()
public void setWmSiteIdNSizeIs(int value)
public java.util.List<java.lang.Integer> getWmSiteId()
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 wmSiteId property.
For example, to add a new item, do as follows:
getWmSiteId().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public java.lang.String getWmName()
String
public void setWmName(java.lang.String value)
value
- allowed object is
String
public int getWmType()
public void setWmType(int value)
public double getWmStartDateTime()
public void setWmStartDateTime(double value)
public double getWmEndDateTime()
public void setWmEndDateTime(double value)
public double getWmProcessingDateTime()
public void setWmProcessingDateTime(double value)
public int getWmTimezoneId()
public void setWmTimezoneId(int value)
public int getWmRequestMinimum()
public void setWmRequestMinimum(int value)
public java.lang.String getWmComments()
String
public void setWmComments(java.lang.String value)
value
- allowed object is
String
public int getWmStatus()
public void setWmStatus(int value)
public long getTimestamp()
public void setTimestamp(long value)
public CfgTimeOffBidPeriod withWmTimeOffBidPeriodId(int value)
public CfgTimeOffBidPeriod withWmBUId(int value)
public CfgTimeOffBidPeriod withWmSiteIdNSizeIs(int value)
public CfgTimeOffBidPeriod withWmSiteId(java.lang.Integer... values)
public CfgTimeOffBidPeriod withWmSiteId(java.util.Collection<java.lang.Integer> values)
public CfgTimeOffBidPeriod withWmName(java.lang.String value)
public CfgTimeOffBidPeriod withWmType(int value)
public CfgTimeOffBidPeriod withWmStartDateTime(double value)
public CfgTimeOffBidPeriod withWmEndDateTime(double value)
public CfgTimeOffBidPeriod withWmProcessingDateTime(double value)
public CfgTimeOffBidPeriod withWmTimezoneId(int value)
public CfgTimeOffBidPeriod withWmRequestMinimum(int value)
public CfgTimeOffBidPeriod withWmComments(java.lang.String value)
public CfgTimeOffBidPeriod withWmStatus(int value)
public CfgTimeOffBidPeriod withTimestamp(long value)
public void setWmSiteId(java.util.List<java.lang.Integer> wmSiteId)
wmSiteId
- allowed object is
Integer
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.