public class CfgTimezone
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private int |
gswTimezoneId
Associated Genesys Time Zone ID
|
private long |
timestamp
A timestamp value -- marks time point when Object information was obtained
|
private java.lang.String |
wmName
Time Zone Name
|
private CfgTimezoneBias[] |
wmTimezoneBias
An array containing configured deviations (
CfgTimezoneBias ) from standard time zone bias (e.g. |
private int |
wmTimezoneBiasNSizeIs
Number of elements in wmTimezoneBias array
|
private int |
wmTimezoneId
Time Zone ID
|
private int |
wmValue
Time zone bias from GMT (in minutes)
|
Constructor and Description |
---|
CfgTimezone() |
CfgTimezone(int wmTimezoneId,
int gswTimezoneId,
java.lang.String wmName,
int wmValue,
int wmTimezoneBiasNSizeIs,
CfgTimezoneBias[] wmTimezoneBias,
long timestamp) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
getGswTimezoneId()
Gets the gswTimezoneId value for this CfgTimezone.
|
long |
getTimestamp()
Gets the timestamp value for this CfgTimezone.
|
java.lang.String |
getWmName()
Gets the wmName value for this CfgTimezone.
|
CfgTimezoneBias[] |
getWmTimezoneBias()
Gets the wmTimezoneBias value for this CfgTimezone.
|
int |
getWmTimezoneBiasNSizeIs()
Gets the wmTimezoneBiasNSizeIs value for this CfgTimezone.
|
int |
getWmTimezoneId()
Gets the wmTimezoneId value for this CfgTimezone.
|
int |
getWmValue()
Gets the wmValue value for this CfgTimezone.
|
int |
hashCode() |
void |
setGswTimezoneId(int gswTimezoneId)
Sets the gswTimezoneId value for this CfgTimezone.
|
void |
setTimestamp(long timestamp)
Sets the timestamp value for this CfgTimezone.
|
void |
setWmName(java.lang.String wmName)
Sets the wmName value for this CfgTimezone.
|
void |
setWmTimezoneBias(CfgTimezoneBias[] wmTimezoneBias)
Sets the wmTimezoneBias value for this CfgTimezone.
|
void |
setWmTimezoneBiasNSizeIs(int wmTimezoneBiasNSizeIs)
Sets the wmTimezoneBiasNSizeIs value for this CfgTimezone.
|
void |
setWmTimezoneId(int wmTimezoneId)
Sets the wmTimezoneId value for this CfgTimezone.
|
void |
setWmValue(int wmValue)
Sets the wmValue value for this CfgTimezone.
|
private int wmTimezoneId
private int gswTimezoneId
private java.lang.String wmName
private int wmValue
private int wmTimezoneBiasNSizeIs
private CfgTimezoneBias[] wmTimezoneBias
CfgTimezoneBias
) from standard time zone bias (e.g. DST)private long timestamp
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public CfgTimezone()
public CfgTimezone(int wmTimezoneId, int gswTimezoneId, java.lang.String wmName, int wmValue, int wmTimezoneBiasNSizeIs, CfgTimezoneBias[] wmTimezoneBias, long timestamp)
public int getWmTimezoneId()
public void setWmTimezoneId(int wmTimezoneId)
wmTimezoneId
- public int getGswTimezoneId()
public void setGswTimezoneId(int gswTimezoneId)
gswTimezoneId
- public java.lang.String getWmName()
public void setWmName(java.lang.String wmName)
wmName
- public int getWmValue()
public void setWmValue(int wmValue)
wmValue
- public int getWmTimezoneBiasNSizeIs()
public void setWmTimezoneBiasNSizeIs(int wmTimezoneBiasNSizeIs)
wmTimezoneBiasNSizeIs
- public CfgTimezoneBias[] getWmTimezoneBias()
public void setWmTimezoneBias(CfgTimezoneBias[] wmTimezoneBias)
wmTimezoneBias
- public long getTimestamp()
public void setTimestamp(long timestamp)
timestamp
- public boolean equals(java.lang.Object obj)
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.