public class CfgTimezoneBias
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
protected int |
wmBias
Additional Bias, in minutes
|
protected double |
wmEndDatetime
End Date/Time (
OleDateTime) |
protected double |
wmStartDatetime
Start Date/Time (
OleDateTime) |
protected int |
wmTimezoneBiasId
Record ID
|
| Constructor and Description |
|---|
CfgTimezoneBias() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
int |
getWmBias()
Gets the value of the wmBias property.
|
double |
getWmEndDatetime()
Gets the value of the wmEndDatetime property.
|
double |
getWmStartDatetime()
Gets the value of the wmStartDatetime property.
|
int |
getWmTimezoneBiasId()
Gets the value of the wmTimezoneBiasId property.
|
int |
hashCode() |
void |
setWmBias(int value)
Sets the value of the wmBias property.
|
void |
setWmEndDatetime(double value)
Sets the value of the wmEndDatetime property.
|
void |
setWmStartDatetime(double value)
Sets the value of the wmStartDatetime property.
|
void |
setWmTimezoneBiasId(int value)
Sets the value of the wmTimezoneBiasId property.
|
java.lang.String |
toString() |
CfgTimezoneBias |
withWmBias(int value) |
CfgTimezoneBias |
withWmEndDatetime(double value) |
CfgTimezoneBias |
withWmStartDatetime(double value) |
CfgTimezoneBias |
withWmTimezoneBiasId(int value) |
private static final long serialVersionUID
protected int wmTimezoneBiasId
protected double wmStartDatetime
OleDateTime)protected double wmEndDatetime
OleDateTime)protected int wmBias
public int getWmTimezoneBiasId()
public void setWmTimezoneBiasId(int value)
public double getWmStartDatetime()
public void setWmStartDatetime(double value)
public double getWmEndDatetime()
public void setWmEndDatetime(double value)
public int getWmBias()
public void setWmBias(int value)
public CfgTimezoneBias withWmTimezoneBiasId(int value)
public CfgTimezoneBias withWmStartDatetime(double value)
public CfgTimezoneBias withWmEndDatetime(double value)
public CfgTimezoneBias withWmBias(int value)
public 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.