public class SchTradeResponseHolder
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private CfgAgentShort[] |
cfgAgentInfo |
private int |
cfgAgentInfoNSizeIs |
private CfgContractShort[] |
cfgContractInfo |
private int |
cfgContractInfoNSizeIs |
private CfgTeamShort[] |
cfgTeamInfo |
private int |
cfgTeamInfoNSizeIs |
private SchAgentDay[] |
schAgentDay |
private int |
schAgentDayNSizeIs |
private SchAgentDayShort[] |
schAgentDayShort |
private int |
schAgentDayShortNSizeIs |
private SchStateInfo[] |
schStateInfo |
private int |
schStateInfoNSizeIs |
private SchTradeResponse[] |
schTradeResponse |
private int |
schTradeResponseNSizeIs |
Constructor and Description |
---|
SchTradeResponseHolder() |
SchTradeResponseHolder(int schTradeResponseNSizeIs,
SchTradeResponse[] schTradeResponse,
int schAgentDayNSizeIs,
SchAgentDay[] schAgentDay,
int schAgentDayShortNSizeIs,
SchAgentDayShort[] schAgentDayShort,
int schStateInfoNSizeIs,
SchStateInfo[] schStateInfo,
int cfgAgentInfoNSizeIs,
CfgAgentShort[] cfgAgentInfo,
int cfgTeamInfoNSizeIs,
CfgTeamShort[] cfgTeamInfo,
int cfgContractInfoNSizeIs,
CfgContractShort[] cfgContractInfo) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
CfgAgentShort[] |
getCfgAgentInfo()
Gets the cfgAgentInfo value for this SchTradeResponseHolder.
|
int |
getCfgAgentInfoNSizeIs()
Gets the cfgAgentInfoNSizeIs value for this SchTradeResponseHolder.
|
CfgContractShort[] |
getCfgContractInfo()
Gets the cfgContractInfo value for this SchTradeResponseHolder.
|
int |
getCfgContractInfoNSizeIs()
Gets the cfgContractInfoNSizeIs value for this SchTradeResponseHolder.
|
CfgTeamShort[] |
getCfgTeamInfo()
Gets the cfgTeamInfo value for this SchTradeResponseHolder.
|
int |
getCfgTeamInfoNSizeIs()
Gets the cfgTeamInfoNSizeIs value for this SchTradeResponseHolder.
|
SchAgentDay[] |
getSchAgentDay()
Gets the schAgentDay value for this SchTradeResponseHolder.
|
int |
getSchAgentDayNSizeIs()
Gets the schAgentDayNSizeIs value for this SchTradeResponseHolder.
|
SchAgentDayShort[] |
getSchAgentDayShort()
Gets the schAgentDayShort value for this SchTradeResponseHolder.
|
int |
getSchAgentDayShortNSizeIs()
Gets the schAgentDayShortNSizeIs value for this SchTradeResponseHolder.
|
SchStateInfo[] |
getSchStateInfo()
Gets the schStateInfo value for this SchTradeResponseHolder.
|
int |
getSchStateInfoNSizeIs()
Gets the schStateInfoNSizeIs value for this SchTradeResponseHolder.
|
SchTradeResponse[] |
getSchTradeResponse()
Gets the schTradeResponse value for this SchTradeResponseHolder.
|
int |
getSchTradeResponseNSizeIs()
Gets the schTradeResponseNSizeIs value for this SchTradeResponseHolder.
|
int |
hashCode() |
void |
setCfgAgentInfo(CfgAgentShort[] cfgAgentInfo)
Sets the cfgAgentInfo value for this SchTradeResponseHolder.
|
void |
setCfgAgentInfoNSizeIs(int cfgAgentInfoNSizeIs)
Sets the cfgAgentInfoNSizeIs value for this SchTradeResponseHolder.
|
void |
setCfgContractInfo(CfgContractShort[] cfgContractInfo)
Sets the cfgContractInfo value for this SchTradeResponseHolder.
|
void |
setCfgContractInfoNSizeIs(int cfgContractInfoNSizeIs)
Sets the cfgContractInfoNSizeIs value for this SchTradeResponseHolder.
|
void |
setCfgTeamInfo(CfgTeamShort[] cfgTeamInfo)
Sets the cfgTeamInfo value for this SchTradeResponseHolder.
|
void |
setCfgTeamInfoNSizeIs(int cfgTeamInfoNSizeIs)
Sets the cfgTeamInfoNSizeIs value for this SchTradeResponseHolder.
|
void |
setSchAgentDay(SchAgentDay[] schAgentDay)
Sets the schAgentDay value for this SchTradeResponseHolder.
|
void |
setSchAgentDayNSizeIs(int schAgentDayNSizeIs)
Sets the schAgentDayNSizeIs value for this SchTradeResponseHolder.
|
void |
setSchAgentDayShort(SchAgentDayShort[] schAgentDayShort)
Sets the schAgentDayShort value for this SchTradeResponseHolder.
|
void |
setSchAgentDayShortNSizeIs(int schAgentDayShortNSizeIs)
Sets the schAgentDayShortNSizeIs value for this SchTradeResponseHolder.
|
void |
setSchStateInfo(SchStateInfo[] schStateInfo)
Sets the schStateInfo value for this SchTradeResponseHolder.
|
void |
setSchStateInfoNSizeIs(int schStateInfoNSizeIs)
Sets the schStateInfoNSizeIs value for this SchTradeResponseHolder.
|
void |
setSchTradeResponse(SchTradeResponse[] schTradeResponse)
Sets the schTradeResponse value for this SchTradeResponseHolder.
|
void |
setSchTradeResponseNSizeIs(int schTradeResponseNSizeIs)
Sets the schTradeResponseNSizeIs value for this SchTradeResponseHolder.
|
private int schTradeResponseNSizeIs
private SchTradeResponse[] schTradeResponse
private int schAgentDayNSizeIs
private SchAgentDay[] schAgentDay
private int schAgentDayShortNSizeIs
private SchAgentDayShort[] schAgentDayShort
private int schStateInfoNSizeIs
private SchStateInfo[] schStateInfo
private int cfgAgentInfoNSizeIs
private CfgAgentShort[] cfgAgentInfo
private int cfgTeamInfoNSizeIs
private CfgTeamShort[] cfgTeamInfo
private int cfgContractInfoNSizeIs
private CfgContractShort[] cfgContractInfo
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public SchTradeResponseHolder()
public SchTradeResponseHolder(int schTradeResponseNSizeIs, SchTradeResponse[] schTradeResponse, int schAgentDayNSizeIs, SchAgentDay[] schAgentDay, int schAgentDayShortNSizeIs, SchAgentDayShort[] schAgentDayShort, int schStateInfoNSizeIs, SchStateInfo[] schStateInfo, int cfgAgentInfoNSizeIs, CfgAgentShort[] cfgAgentInfo, int cfgTeamInfoNSizeIs, CfgTeamShort[] cfgTeamInfo, int cfgContractInfoNSizeIs, CfgContractShort[] cfgContractInfo)
public int getSchTradeResponseNSizeIs()
public void setSchTradeResponseNSizeIs(int schTradeResponseNSizeIs)
schTradeResponseNSizeIs
- Response array sizepublic SchTradeResponse[] getSchTradeResponse()
public void setSchTradeResponse(SchTradeResponse[] schTradeResponse)
schTradeResponse
- Trade responsespublic int getSchAgentDayNSizeIs()
public void setSchAgentDayNSizeIs(int schAgentDayNSizeIs)
schAgentDayNSizeIs
- Agent schedule array sizepublic SchAgentDay[] getSchAgentDay()
public void setSchAgentDay(SchAgentDay[] schAgentDay)
schAgentDay
- Contains agent day schedules or is null depending on schStateLayout parameter.public int getSchAgentDayShortNSizeIs()
public void setSchAgentDayShortNSizeIs(int schAgentDayShortNSizeIs)
schAgentDayShortNSizeIs
- Agent schedule array sizepublic SchAgentDayShort[] getSchAgentDayShort()
public void setSchAgentDayShort(SchAgentDayShort[] schAgentDayShort)
schAgentDayShort
- Contains agent day schedules or is null depending on schStateLayout parameter.public int getSchStateInfoNSizeIs()
public void setSchStateInfoNSizeIs(int schStateInfoNSizeIs)
schStateInfoNSizeIs
- Schedule state array sizepublic SchStateInfo[] getSchStateInfo()
public void setSchStateInfo(SchStateInfo[] schStateInfo)
schStateInfo
- Contains schedule state descriptionspublic int getCfgAgentInfoNSizeIs()
public void setCfgAgentInfoNSizeIs(int cfgAgentInfoNSizeIs)
cfgAgentInfoNSizeIs
- Agent array sizepublic CfgAgentShort[] getCfgAgentInfo()
public void setCfgAgentInfo(CfgAgentShort[] cfgAgentInfo)
cfgAgentInfo
- Short agent info for every unique agent in trade response result set. Has a null value if agent info was not requested.public int getCfgTeamInfoNSizeIs()
public void setCfgTeamInfoNSizeIs(int cfgTeamInfoNSizeIs)
cfgTeamInfoNSizeIs
- Team array sizepublic CfgTeamShort[] getCfgTeamInfo()
public void setCfgTeamInfo(CfgTeamShort[] cfgTeamInfo)
cfgTeamInfo
- Short team info for every unique agent's team in trade response result set. Has a null value if team info was not requested.public int getCfgContractInfoNSizeIs()
public void setCfgContractInfoNSizeIs(int cfgContractInfoNSizeIs)
cfgContractInfoNSizeIs
- Contract array sizepublic CfgContractShort[] getCfgContractInfo()
public void setCfgContractInfo(CfgContractShort[] cfgContractInfo)
cfgContractInfo
- Short contract info for every unique agent's contract in trade response result set. Has a null value if contract info was not requested.public 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.