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