public class SchAvailability
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
protected double |
wmEndDateTime |
protected double |
wmStartDateTime |
| Constructor and Description |
|---|
SchAvailability() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
double |
getWmEndDateTime()
Gets the value of the wmEndDateTime property.
|
double |
getWmStartDateTime()
Gets the value of the wmStartDateTime property.
|
int |
hashCode() |
void |
setWmEndDateTime(double value)
Sets the value of the wmEndDateTime property.
|
void |
setWmStartDateTime(double value)
Sets the value of the wmStartDateTime property.
|
java.lang.String |
toString() |
SchAvailability |
withWmEndDateTime(double value) |
SchAvailability |
withWmStartDateTime(double value) |
private static final long serialVersionUID
protected double wmStartDateTime
protected double wmEndDateTime
public double getWmStartDateTime()
public void setWmStartDateTime(double value)
public double getWmEndDateTime()
public void setWmEndDateTime(double value)
public SchAvailability withWmStartDateTime(double value)
public SchAvailability withWmEndDateTime(double 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.