public class SchState
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
protected double |
wmEndDateTime
Schedule state end date/time.
|
protected boolean |
wmPaid
Is state paid (true/false)
|
protected int |
wmPaidMinutes
Paid minutes
|
protected int |
wmRefId
Secondary ID, if any
|
protected double |
wmStartDateTime
Schedule state start date/time.
|
protected int |
wmStateId
State ID, identifies some configuration object depending on "wmStateType" value
|
protected int |
wmStateType
State type
ESchStateType |
Constructor and Description |
---|
SchState() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
double |
getWmEndDateTime()
Gets the value of the wmEndDateTime property.
|
int |
getWmPaidMinutes()
Gets the value of the wmPaidMinutes property.
|
int |
getWmRefId()
Gets the value of the wmRefId property.
|
double |
getWmStartDateTime()
Gets the value of the wmStartDateTime property.
|
int |
getWmStateId()
Gets the value of the wmStateId property.
|
int |
getWmStateType()
Gets the value of the wmStateType property.
|
int |
hashCode() |
boolean |
isWmPaid()
Gets the value of the wmPaid property.
|
void |
setWmEndDateTime(double value)
Sets the value of the wmEndDateTime property.
|
void |
setWmPaid(boolean value)
Sets the value of the wmPaid property.
|
void |
setWmPaidMinutes(int value)
Sets the value of the wmPaidMinutes property.
|
void |
setWmRefId(int value)
Sets the value of the wmRefId property.
|
void |
setWmStartDateTime(double value)
Sets the value of the wmStartDateTime property.
|
void |
setWmStateId(int value)
Sets the value of the wmStateId property.
|
void |
setWmStateType(int value)
Sets the value of the wmStateType property.
|
java.lang.String |
toString() |
SchState |
withWmEndDateTime(double value) |
SchState |
withWmPaid(boolean value) |
SchState |
withWmPaidMinutes(int value) |
SchState |
withWmRefId(int value) |
SchState |
withWmStartDateTime(double value) |
SchState |
withWmStateId(int value) |
SchState |
withWmStateType(int value) |
private static final long serialVersionUID
protected int wmStateType
ESchStateType
protected int wmStateId
protected int wmRefId
protected double wmStartDateTime
OleDateTime
protected double wmEndDateTime
OleDateTime
protected boolean wmPaid
protected int wmPaidMinutes
public int getWmStateType()
public void setWmStateType(int value)
public int getWmStateId()
public void setWmStateId(int value)
public int getWmRefId()
public void setWmRefId(int value)
public double getWmStartDateTime()
public void setWmStartDateTime(double value)
public double getWmEndDateTime()
public void setWmEndDateTime(double value)
public boolean isWmPaid()
public void setWmPaid(boolean value)
public int getWmPaidMinutes()
public void setWmPaidMinutes(int value)
public SchState withWmStateType(int value)
public SchState withWmStateId(int value)
public SchState withWmRefId(int value)
public SchState withWmStartDateTime(double value)
public SchState withWmEndDateTime(double value)
public SchState withWmPaid(boolean value)
public SchState withWmPaidMinutes(int 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.