public class CfgTimezone
extends java.lang.Object
implements java.io.Serializable
CfgTimezoneHelper
Modifier and Type | Field and Description |
---|---|
protected int |
gswTenantId |
protected int |
gswTimezoneId
Associated Genesys Time Zone ID
|
private static long |
serialVersionUID |
protected long |
timestamp
A timestamp value -- marks time point when Object information was obtained
|
protected boolean |
wmAllowSynch |
protected java.lang.String |
wmDescription |
protected java.lang.String |
wmName
Time Zone Name
|
protected java.util.List<CfgTimezoneBias> |
wmTimezoneBias
An array containing configured deviations (
CfgTimezoneBias ) from standard time zone bias (e.g. |
protected int |
wmTimezoneBiasNSizeIs
Number of elements in wmTimezoneBias array
|
protected int |
wmTimezoneId
Time Zone ID
|
protected int |
wmValue
Time zone bias from GMT (in minutes)
|
Constructor and Description |
---|
CfgTimezone() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getGswTenantId()
Gets the value of the gswTenantId property.
|
int |
getGswTimezoneId()
Gets the value of the gswTimezoneId property.
|
long |
getTimestamp()
Gets the value of the timestamp property.
|
java.lang.String |
getWmDescription()
Gets the value of the wmDescription property.
|
java.lang.String |
getWmName()
Gets the value of the wmName property.
|
java.util.List<CfgTimezoneBias> |
getWmTimezoneBias()
Gets the value of the wmTimezoneBias property.
|
int |
getWmTimezoneBiasNSizeIs()
Gets the value of the wmTimezoneBiasNSizeIs property.
|
int |
getWmTimezoneId()
Gets the value of the wmTimezoneId property.
|
int |
getWmValue()
Gets the value of the wmValue property.
|
int |
hashCode() |
boolean |
isWmAllowSynch()
Gets the value of the wmAllowSynch property.
|
void |
setGswTenantId(int value)
Sets the value of the gswTenantId property.
|
void |
setGswTimezoneId(int value)
Sets the value of the gswTimezoneId property.
|
void |
setTimestamp(long value)
Sets the value of the timestamp property.
|
void |
setWmAllowSynch(boolean value)
Sets the value of the wmAllowSynch property.
|
void |
setWmDescription(java.lang.String value)
Sets the value of the wmDescription property.
|
void |
setWmName(java.lang.String value)
Sets the value of the wmName property.
|
void |
setWmTimezoneBias(java.util.List<CfgTimezoneBias> wmTimezoneBias)
Sets the value of the wmTimezoneBias property.
|
void |
setWmTimezoneBiasNSizeIs(int value)
Sets the value of the wmTimezoneBiasNSizeIs property.
|
void |
setWmTimezoneId(int value)
Sets the value of the wmTimezoneId property.
|
void |
setWmValue(int value)
Sets the value of the wmValue property.
|
java.lang.String |
toString() |
CfgTimezone |
withGswTenantId(int value) |
CfgTimezone |
withGswTimezoneId(int value) |
CfgTimezone |
withTimestamp(long value) |
CfgTimezone |
withWmAllowSynch(boolean value) |
CfgTimezone |
withWmDescription(java.lang.String value) |
CfgTimezone |
withWmName(java.lang.String value) |
CfgTimezone |
withWmTimezoneBias(CfgTimezoneBias... values) |
CfgTimezone |
withWmTimezoneBias(java.util.Collection<CfgTimezoneBias> values) |
CfgTimezone |
withWmTimezoneBiasNSizeIs(int value) |
CfgTimezone |
withWmTimezoneId(int value) |
CfgTimezone |
withWmValue(int value) |
private static final long serialVersionUID
protected int wmTimezoneId
protected int gswTimezoneId
protected java.lang.String wmName
protected int wmValue
protected java.lang.String wmDescription
protected int wmTimezoneBiasNSizeIs
protected java.util.List<CfgTimezoneBias> wmTimezoneBias
CfgTimezoneBias
) from standard time zone bias (e.g. DST)protected int gswTenantId
protected boolean wmAllowSynch
protected long timestamp
public int getWmTimezoneId()
public void setWmTimezoneId(int value)
public int getGswTimezoneId()
public void setGswTimezoneId(int value)
public java.lang.String getWmName()
String
public void setWmName(java.lang.String value)
value
- allowed object is
String
public int getWmValue()
public void setWmValue(int value)
public java.lang.String getWmDescription()
public void setWmDescription(java.lang.String value)
public int getWmTimezoneBiasNSizeIs()
public void setWmTimezoneBiasNSizeIs(int value)
public java.util.List<CfgTimezoneBias> getWmTimezoneBias()
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 wmTimezoneBias property.
For example, to add a new item, do as follows:
getWmTimezoneBias().add(newItem);
Objects of the following type(s) are allowed in the list
CfgTimezoneBias
public int getGswTenantId()
public void setGswTenantId(int value)
public boolean isWmAllowSynch()
public void setWmAllowSynch(boolean value)
public long getTimestamp()
public void setTimestamp(long value)
public CfgTimezone withWmTimezoneId(int value)
public CfgTimezone withGswTimezoneId(int value)
public CfgTimezone withWmName(java.lang.String value)
public CfgTimezone withWmValue(int value)
public CfgTimezone withWmDescription(java.lang.String value)
public CfgTimezone withWmTimezoneBiasNSizeIs(int value)
public CfgTimezone withWmTimezoneBias(CfgTimezoneBias... values)
public CfgTimezone withWmTimezoneBias(java.util.Collection<CfgTimezoneBias> values)
public CfgTimezone withGswTenantId(int value)
public CfgTimezone withWmAllowSynch(boolean value)
public CfgTimezone withTimestamp(long value)
public void setWmTimezoneBias(java.util.List<CfgTimezoneBias> wmTimezoneBias)
wmTimezoneBias
- allowed object is
CfgTimezoneBias
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.