public class SchTradeResponseStatus
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
gswUserId |
private static long |
serialVersionUID |
protected java.lang.String |
wmComments |
protected int |
wmStatus |
protected double |
wmTimestamp |
protected int |
wmTradeResponseId |
Constructor and Description |
---|
SchTradeResponseStatus() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getGswUserId()
Gets the value of the gswUserId property.
|
java.lang.String |
getWmComments()
Gets the value of the wmComments property.
|
int |
getWmStatus()
Gets the value of the wmStatus property.
|
double |
getWmTimestamp()
Gets the value of the wmTimestamp property.
|
int |
getWmTradeResponseId()
Gets the value of the wmTradeResponseId property.
|
int |
hashCode() |
void |
setGswUserId(int value)
Sets the value of the gswUserId property.
|
void |
setWmComments(java.lang.String value)
Sets the value of the wmComments property.
|
void |
setWmStatus(int value)
Sets the value of the wmStatus property.
|
void |
setWmTimestamp(double value)
Sets the value of the wmTimestamp property.
|
void |
setWmTradeResponseId(int value)
Sets the value of the wmTradeResponseId property.
|
java.lang.String |
toString() |
SchTradeResponseStatus |
withGswUserId(int value) |
SchTradeResponseStatus |
withWmComments(java.lang.String value) |
SchTradeResponseStatus |
withWmStatus(int value) |
SchTradeResponseStatus |
withWmTimestamp(double value) |
SchTradeResponseStatus |
withWmTradeResponseId(int value) |
private static final long serialVersionUID
protected int wmTradeResponseId
protected int wmStatus
protected java.lang.String wmComments
protected int gswUserId
protected double wmTimestamp
public int getWmTradeResponseId()
public void setWmTradeResponseId(int value)
public int getWmStatus()
public void setWmStatus(int value)
public java.lang.String getWmComments()
String
public void setWmComments(java.lang.String value)
value
- allowed object is
String
public int getGswUserId()
public void setGswUserId(int value)
public double getWmTimestamp()
public void setWmTimestamp(double value)
public SchTradeResponseStatus withWmTradeResponseId(int value)
public SchTradeResponseStatus withWmStatus(int value)
public SchTradeResponseStatus withWmComments(java.lang.String value)
public SchTradeResponseStatus withGswUserId(int value)
public SchTradeResponseStatus withWmTimestamp(double 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.