public class FrcScenarioSnapshot
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
protected java.lang.String |
snapshotId
Snapshot ID
|
protected long |
timestamp
Time and date scenario was created
|
protected int |
totalScenarioCount
Number of scenarios in the snapshot
|
Constructor and Description |
---|
FrcScenarioSnapshot() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
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.
|
java.lang.String |
toString() |
FrcScenarioSnapshot |
withSnapshotId(java.lang.String value) |
FrcScenarioSnapshot |
withTimestamp(long value) |
FrcScenarioSnapshot |
withTotalScenarioCount(int value) |
private static final long serialVersionUID
protected java.lang.String snapshotId
protected int totalScenarioCount
protected 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 FrcScenarioSnapshot withSnapshotId(java.lang.String value)
public FrcScenarioSnapshot withTimestamp(long value)
public FrcScenarioSnapshot withTotalScenarioCount(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.