public class SchCoverage
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
protected int |
wmActivityId |
protected short |
wmEndMinute |
protected short |
wmStartMinute |
Constructor and Description |
---|
SchCoverage() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getWmActivityId()
Gets the value of the wmActivityId property.
|
short |
getWmEndMinute()
Gets the value of the wmEndMinute property.
|
short |
getWmStartMinute()
Gets the value of the wmStartMinute property.
|
int |
hashCode() |
void |
setWmActivityId(int value)
Sets the value of the wmActivityId property.
|
void |
setWmEndMinute(short value)
Sets the value of the wmEndMinute property.
|
void |
setWmStartMinute(short value)
Sets the value of the wmStartMinute property.
|
java.lang.String |
toString() |
SchCoverage |
withWmActivityId(int value) |
SchCoverage |
withWmEndMinute(short value) |
SchCoverage |
withWmStartMinute(short value) |
private static final long serialVersionUID
protected int wmActivityId
protected short wmStartMinute
protected short wmEndMinute
public int getWmActivityId()
public void setWmActivityId(int value)
public short getWmStartMinute()
public void setWmStartMinute(short value)
public short getWmEndMinute()
public void setWmEndMinute(short value)
public SchCoverage withWmActivityId(int value)
public SchCoverage withWmStartMinute(short value)
public SchCoverage withWmEndMinute(short 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.