public class SchTradeResponseSnapshot
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private int |
responseCount |
private java.lang.String |
snapshotID |
Constructor and Description |
---|
SchTradeResponseSnapshot() |
SchTradeResponseSnapshot(java.lang.String snapshotID,
int responseCount) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
getResponseCount()
Gets the responseCount value for this SchTradeResponseSnapshot.
|
java.lang.String |
getSnapshotID()
Gets the snapshotID value for this SchTradeResponseSnapshot.
|
int |
hashCode() |
void |
setResponseCount(int responseCount)
Sets the responseCount value for this SchTradeResponseSnapshot.
|
void |
setSnapshotID(java.lang.String snapshotID)
Sets the snapshotID value for this SchTradeResponseSnapshot.
|
private java.lang.String snapshotID
private int responseCount
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public SchTradeResponseSnapshot()
public SchTradeResponseSnapshot(java.lang.String snapshotID, int responseCount)
public java.lang.String getSnapshotID()
public void setSnapshotID(java.lang.String snapshotID)
snapshotID
- An ID of trade response snapshotpublic int getResponseCount()
public void setResponseCount(int responseCount)
responseCount
- Total number of trade responses in snapshotpublic 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.