public class CfgStateHolder
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private CfgState[] |
objectArray |
private int |
objectArrayNSizeIs |
private int[] |
objectIDArray |
private int |
objectIDArrayNSizeIs |
private CfgStateGroupShort[] |
stateGroupInfo |
private int |
stateGroupInfoNSizeIs |
private long |
timestamp |
Constructor and Description |
---|
CfgStateHolder() |
CfgStateHolder(int objectIDArrayNSizeIs,
int[] objectIDArray,
int objectArrayNSizeIs,
CfgState[] objectArray,
int stateGroupInfoNSizeIs,
CfgStateGroupShort[] stateGroupInfo,
long timestamp) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
CfgState[] |
getObjectArray()
Gets the objectArray value for this CfgStateHolder.
|
int |
getObjectArrayNSizeIs()
Gets the objectArrayNSizeIs value for this CfgStateHolder.
|
int[] |
getObjectIDArray()
Gets the objectIDArray value for this CfgStateHolder.
|
int |
getObjectIDArrayNSizeIs()
Gets the objectIDArrayNSizeIs value for this CfgStateHolder.
|
CfgStateGroupShort[] |
getStateGroupInfo()
Gets the stateGroupInfo value for this CfgStateHolder.
|
int |
getStateGroupInfoNSizeIs()
Gets the stateGroupInfoNSizeIs value for this CfgStateHolder.
|
long |
getTimestamp()
Gets the timestamp value for this CfgStateHolder.
|
int |
hashCode() |
void |
setObjectArray(CfgState[] objectArray)
Sets the objectArray value for this CfgStateHolder.
|
void |
setObjectArrayNSizeIs(int objectArrayNSizeIs)
Sets the objectArrayNSizeIs value for this CfgStateHolder.
|
void |
setObjectIDArray(int[] objectIDArray)
Sets the objectIDArray value for this CfgStateHolder.
|
void |
setObjectIDArrayNSizeIs(int objectIDArrayNSizeIs)
Sets the objectIDArrayNSizeIs value for this CfgStateHolder.
|
void |
setStateGroupInfo(CfgStateGroupShort[] stateGroupInfo)
Sets the stateGroupInfo value for this CfgStateHolder.
|
void |
setStateGroupInfoNSizeIs(int stateGroupInfoNSizeIs)
Sets the stateGroupInfoNSizeIs value for this CfgStateHolder.
|
void |
setTimestamp(long timestamp)
Sets the timestamp value for this CfgStateHolder.
|
private int objectIDArrayNSizeIs
private int[] objectIDArray
private int objectArrayNSizeIs
private CfgState[] objectArray
private int stateGroupInfoNSizeIs
private CfgStateGroupShort[] stateGroupInfo
private long timestamp
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public CfgStateHolder()
public CfgStateHolder(int objectIDArrayNSizeIs, int[] objectIDArray, int objectArrayNSizeIs, CfgState[] objectArray, int stateGroupInfoNSizeIs, CfgStateGroupShort[] stateGroupInfo, long timestamp)
public int getObjectIDArrayNSizeIs()
public void setObjectIDArrayNSizeIs(int objectIDArrayNSizeIs)
objectIDArrayNSizeIs
- public int[] getObjectIDArray()
public void setObjectIDArray(int[] objectIDArray)
objectIDArray
- public int getObjectArrayNSizeIs()
public void setObjectArrayNSizeIs(int objectArrayNSizeIs)
objectArrayNSizeIs
- public CfgState[] getObjectArray()
public void setObjectArray(CfgState[] objectArray)
objectArray
- public int getStateGroupInfoNSizeIs()
public void setStateGroupInfoNSizeIs(int stateGroupInfoNSizeIs)
stateGroupInfoNSizeIs
- public CfgStateGroupShort[] getStateGroupInfo()
public void setStateGroupInfo(CfgStateGroupShort[] stateGroupInfo)
stateGroupInfo
- public long getTimestamp()
public void setTimestamp(long timestamp)
timestamp
- 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.