public class CfgTeamRange
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
protected double |
wmEndDatetime |
protected int |
wmSiteId |
protected double |
wmStartDatetime |
protected int |
wmTeamId |
Constructor and Description |
---|
CfgTeamRange() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
double |
getWmEndDatetime()
Gets the value of the wmEndDatetime property.
|
int |
getWmSiteId()
Gets the value of the wmSiteId property.
|
double |
getWmStartDatetime()
Gets the value of the wmStartDatetime property.
|
int |
getWmTeamId()
Gets the value of the wmTeamId property.
|
int |
hashCode() |
void |
setWmEndDatetime(double value)
Sets the value of the wmEndDatetime property.
|
void |
setWmSiteId(int value)
Sets the value of the wmSiteId property.
|
void |
setWmStartDatetime(double value)
Sets the value of the wmStartDatetime property.
|
void |
setWmTeamId(int value)
Sets the value of the wmTeamId property.
|
java.lang.String |
toString() |
CfgTeamRange |
withWmEndDatetime(double value) |
CfgTeamRange |
withWmSiteId(int value) |
CfgTeamRange |
withWmStartDatetime(double value) |
CfgTeamRange |
withWmTeamId(int value) |
private static final long serialVersionUID
protected int wmSiteId
protected int wmTeamId
protected double wmStartDatetime
protected double wmEndDatetime
public int getWmSiteId()
public void setWmSiteId(int value)
public int getWmTeamId()
public void setWmTeamId(int value)
public double getWmStartDatetime()
public void setWmStartDatetime(double value)
public double getWmEndDatetime()
public void setWmEndDatetime(double value)
public CfgTeamRange withWmSiteId(int value)
public CfgTeamRange withWmTeamId(int value)
public CfgTeamRange withWmStartDatetime(double value)
public CfgTeamRange withWmEndDatetime(double value)
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.