public class CfgTimeOffTypeHolder
extends java.lang.Object
implements java.io.Serializable
CfgTimeOffType
or CfgTimeOffTypeShort
object) .Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private CfgTimeOffType[] |
objectArray
An array of
CfgTimeOffType , returned if request specifies
ECfgInfoType.CFG_INFO_OBJECT detail level |
private int |
objectArrayNSizeIs
Number of elements in objectArray array
|
private int[] |
objectIDArray
An array of Time Off Type IDs, returned if request specifies
ECfgInfoType.CFG_INFO_OBJECT_ID detail level
|
private int |
objectIDArrayNSizeIs
Number of elements in objectIDArray array
|
private CfgTimeOffTypeShort[] |
objectShortArray
An array of
CfgTimeOffTypeShort , returned if request specifies
ECfgInfoType.CFG_INFO_OBJECT_SHORT detail level |
private int |
objectShortArrayNSizeIs
Number of elements in objectShortArray array
|
private long |
timestamp
A timestamp value -- marks time point when response information was returned
|
Constructor and Description |
---|
CfgTimeOffTypeHolder() |
CfgTimeOffTypeHolder(int objectIDArrayNSizeIs,
int[] objectIDArray,
int objectArrayNSizeIs,
CfgTimeOffType[] objectArray,
int objectShortArrayNSizeIs,
CfgTimeOffTypeShort[] objectShortArray,
long timestamp) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
CfgTimeOffType[] |
getObjectArray()
Gets the objectArray value for this CfgTimeOffTypeHolder.
|
int |
getObjectArrayNSizeIs()
Gets the objectArrayNSizeIs value for this CfgTimeOffTypeHolder.
|
int[] |
getObjectIDArray()
Gets the objectIDArray value for this CfgTimeOffTypeHolder.
|
int |
getObjectIDArrayNSizeIs()
Gets the objectIDArrayNSizeIs value for this CfgTimeOffTypeHolder.
|
CfgTimeOffTypeShort[] |
getObjectShortArray()
Gets the objectShortArray value for this CfgTimeOffTypeHolder.
|
int |
getObjectShortArrayNSizeIs()
Gets the objectShortArrayNSizeIs value for this CfgTimeOffTypeHolder.
|
long |
getTimestamp()
Gets the timestamp value for this CfgTimeOffTypeHolder.
|
int |
hashCode() |
void |
setObjectArray(CfgTimeOffType[] objectArray)
Sets the objectArray value for this CfgTimeOffTypeHolder.
|
void |
setObjectArrayNSizeIs(int objectArrayNSizeIs)
Sets the objectArrayNSizeIs value for this CfgTimeOffTypeHolder.
|
void |
setObjectIDArray(int[] objectIDArray)
Sets the objectIDArray value for this CfgTimeOffTypeHolder.
|
void |
setObjectIDArrayNSizeIs(int objectIDArrayNSizeIs)
Sets the objectIDArrayNSizeIs value for this CfgTimeOffTypeHolder.
|
void |
setObjectShortArray(CfgTimeOffTypeShort[] objectShortArray)
Sets the objectShortArray value for this CfgTimeOffTypeHolder.
|
void |
setObjectShortArrayNSizeIs(int objectShortArrayNSizeIs)
Sets the objectShortArrayNSizeIs value for this CfgTimeOffTypeHolder.
|
void |
setTimestamp(long timestamp)
Sets the timestamp value for this CfgTimeOffTypeHolder.
|
private int objectIDArrayNSizeIs
private int[] objectIDArray
private int objectArrayNSizeIs
private CfgTimeOffType[] objectArray
CfgTimeOffType
, returned if request specifies
ECfgInfoType.CFG_INFO_OBJECT detail levelprivate int objectShortArrayNSizeIs
private CfgTimeOffTypeShort[] objectShortArray
CfgTimeOffTypeShort
, returned if request specifies
ECfgInfoType.CFG_INFO_OBJECT_SHORT detail levelprivate long timestamp
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public CfgTimeOffTypeHolder()
public CfgTimeOffTypeHolder(int objectIDArrayNSizeIs, int[] objectIDArray, int objectArrayNSizeIs, CfgTimeOffType[] objectArray, int objectShortArrayNSizeIs, CfgTimeOffTypeShort[] objectShortArray, 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 CfgTimeOffType[] getObjectArray()
public void setObjectArray(CfgTimeOffType[] objectArray)
objectArray
- public int getObjectShortArrayNSizeIs()
public void setObjectShortArrayNSizeIs(int objectShortArrayNSizeIs)
objectShortArrayNSizeIs
- public CfgTimeOffTypeShort[] getObjectShortArray()
public void setObjectShortArray(CfgTimeOffTypeShort[] objectShortArray)
objectShortArray
- 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.