public class SchTradeProposalSnapshot
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
proposalCount |
private static long |
serialVersionUID |
protected java.lang.String |
snapshotID |
Constructor and Description |
---|
SchTradeProposalSnapshot() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getProposalCount()
Gets the value of the proposalCount property.
|
java.lang.String |
getSnapshotID()
Gets the value of the snapshotID property.
|
int |
hashCode() |
void |
setProposalCount(int value)
Sets the value of the proposalCount property.
|
void |
setSnapshotID(java.lang.String value)
Sets the value of the snapshotID property.
|
java.lang.String |
toString() |
SchTradeProposalSnapshot |
withProposalCount(int value) |
SchTradeProposalSnapshot |
withSnapshotID(java.lang.String value) |
private static final long serialVersionUID
protected java.lang.String snapshotID
protected int proposalCount
public java.lang.String getSnapshotID()
String
public void setSnapshotID(java.lang.String value)
value
- allowed object is
String
public int getProposalCount()
public void setProposalCount(int value)
public SchTradeProposalSnapshot withSnapshotID(java.lang.String value)
public SchTradeProposalSnapshot withProposalCount(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.