public class FrcScenarioSnapshot
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private java.lang.String |
snapshotId
Snapshot ID
|
private long |
timestamp
Time and date scenario was created
|
private int |
totalScenarioCount
Number of scenarios in the snapshot
|
Constructor and Description |
---|
FrcScenarioSnapshot() |
FrcScenarioSnapshot(java.lang.String snapshotId,
int totalScenarioCount,
long timestamp) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getSnapshotId()
Gets the snapshotId value for this FrcScenarioSnapshot.
|
long |
getTimestamp()
Gets the timestamp value for this FrcScenarioSnapshot.
|
int |
getTotalScenarioCount()
Gets the totalScenarioCount value for this FrcScenarioSnapshot.
|
int |
hashCode() |
void |
setSnapshotId(java.lang.String snapshotId)
Sets the snapshotId value for this FrcScenarioSnapshot.
|
void |
setTimestamp(long timestamp)
Sets the timestamp value for this FrcScenarioSnapshot.
|
void |
setTotalScenarioCount(int totalScenarioCount)
Sets the totalScenarioCount value for this FrcScenarioSnapshot.
|
private java.lang.String snapshotId
private int totalScenarioCount
private long timestamp
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public FrcScenarioSnapshot()
public FrcScenarioSnapshot(java.lang.String snapshotId, int totalScenarioCount, long timestamp)
public java.lang.String getSnapshotId()
public void setSnapshotId(java.lang.String snapshotId)
snapshotId
- public int getTotalScenarioCount()
public void setTotalScenarioCount(int totalScenarioCount)
totalScenarioCount
- public long getTimestamp()
public void setTimestamp(long timestamp)
timestamp
- public boolean equals(java.lang.Object obj)
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.