public class SchScenarioSnapshot
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private int |
scenarioCount |
private java.lang.String |
snapshotID |
private long |
timestamp |
| Constructor and Description |
|---|
SchScenarioSnapshot() |
SchScenarioSnapshot(java.lang.String snapshotID,
int scenarioCount,
long timestamp) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
getScenarioCount()
Gets the scenarioCount value for this SchScenarioSnapshot.
|
java.lang.String |
getSnapshotID()
Gets the snapshotID value for this SchScenarioSnapshot.
|
long |
getTimestamp()
Gets the timestamp value for this SchScenarioSnapshot.
|
int |
hashCode() |
void |
setScenarioCount(int scenarioCount)
Sets the scenarioCount value for this SchScenarioSnapshot.
|
void |
setSnapshotID(java.lang.String snapshotID)
Sets the snapshotID value for this SchScenarioSnapshot.
|
void |
setTimestamp(long timestamp)
Sets the timestamp value for this SchScenarioSnapshot.
|
private java.lang.String snapshotID
private int scenarioCount
private long timestamp
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public SchScenarioSnapshot()
public SchScenarioSnapshot(java.lang.String snapshotID,
int scenarioCount,
long timestamp)
public java.lang.String getSnapshotID()
public void setSnapshotID(java.lang.String snapshotID)
snapshotID - public int getScenarioCount()
public void setScenarioCount(int scenarioCount)
scenarioCount - public long getTimestamp()
public void setTimestamp(long timestamp)
timestamp - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.