public class SchTradeSnapshot
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
protected java.lang.String |
snapshotID |
protected int |
tradeCount |
| Constructor and Description |
|---|
SchTradeSnapshot() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
java.lang.String |
getSnapshotID()
Gets the value of the snapshotID property.
|
int |
getTradeCount()
Gets the value of the tradeCount property.
|
int |
hashCode() |
void |
setSnapshotID(java.lang.String value)
Sets the value of the snapshotID property.
|
void |
setTradeCount(int value)
Sets the value of the tradeCount property.
|
java.lang.String |
toString() |
SchTradeSnapshot |
withSnapshotID(java.lang.String value) |
SchTradeSnapshot |
withTradeCount(int value) |
private static final long serialVersionUID
protected java.lang.String snapshotID
protected int tradeCount
public java.lang.String getSnapshotID()
Stringpublic void setSnapshotID(java.lang.String value)
value - allowed object is
Stringpublic int getTradeCount()
public void setTradeCount(int value)
public SchTradeSnapshot withSnapshotID(java.lang.String value)
public SchTradeSnapshot withTradeCount(int value)
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.