public class CfgStateGroup
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private long |
timestamp |
private int |
wmEndMinutesAfter |
private int |
wmForMigration |
private java.lang.String |
wmName |
private java.lang.String |
wmShortName |
private int |
wmSiteId |
private int |
wmStartMinutesBefore |
private int |
wmStateGroupId |
private CfgStateMapping[] |
wmStateMappings |
private int |
wmStateMappingsNSizeIs |
private int[] |
wmStates |
private int |
wmStatesNSizeIs |
| Constructor and Description |
|---|
CfgStateGroup() |
CfgStateGroup(int wmStateGroupId,
int wmSiteId,
java.lang.String wmName,
java.lang.String wmShortName,
int wmStartMinutesBefore,
int wmEndMinutesAfter,
int wmForMigration,
int wmStatesNSizeIs,
int[] wmStates,
int wmStateMappingsNSizeIs,
CfgStateMapping[] wmStateMappings,
long timestamp) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
long |
getTimestamp()
Gets the timestamp value for this CfgStateGroup.
|
int |
getWmEndMinutesAfter()
Gets the wmEndMinutesAfter value for this CfgStateGroup.
|
int |
getWmForMigration()
Gets the wmForMigration value for this CfgStateGroup.
|
java.lang.String |
getWmName()
Gets the wmName value for this CfgStateGroup.
|
java.lang.String |
getWmShortName()
Gets the wmShortName value for this CfgStateGroup.
|
int |
getWmSiteId()
Gets the wmSiteId value for this CfgStateGroup.
|
int |
getWmStartMinutesBefore()
Gets the wmStartMinutesBefore value for this CfgStateGroup.
|
int |
getWmStateGroupId()
Gets the wmStateGroupId value for this CfgStateGroup.
|
CfgStateMapping[] |
getWmStateMappings()
Gets the wmStateMappings value for this CfgStateGroup.
|
int |
getWmStateMappingsNSizeIs()
Gets the wmStateMappingsNSizeIs value for this CfgStateGroup.
|
int[] |
getWmStates()
Gets the wmStates value for this CfgStateGroup.
|
int |
getWmStatesNSizeIs()
Gets the wmStatesNSizeIs value for this CfgStateGroup.
|
int |
hashCode() |
void |
setTimestamp(long timestamp)
Sets the timestamp value for this CfgStateGroup.
|
void |
setWmEndMinutesAfter(int wmEndMinutesAfter)
Sets the wmEndMinutesAfter value for this CfgStateGroup.
|
void |
setWmForMigration(int wmForMigration)
Sets the wmForMigration value for this CfgStateGroup.
|
void |
setWmName(java.lang.String wmName)
Sets the wmName value for this CfgStateGroup.
|
void |
setWmShortName(java.lang.String wmShortName)
Sets the wmShortName value for this CfgStateGroup.
|
void |
setWmSiteId(int wmSiteId)
Sets the wmSiteId value for this CfgStateGroup.
|
void |
setWmStartMinutesBefore(int wmStartMinutesBefore)
Sets the wmStartMinutesBefore value for this CfgStateGroup.
|
void |
setWmStateGroupId(int wmStateGroupId)
Sets the wmStateGroupId value for this CfgStateGroup.
|
void |
setWmStateMappings(CfgStateMapping[] wmStateMappings)
Sets the wmStateMappings value for this CfgStateGroup.
|
void |
setWmStateMappingsNSizeIs(int wmStateMappingsNSizeIs)
Sets the wmStateMappingsNSizeIs value for this CfgStateGroup.
|
void |
setWmStates(int[] wmStates)
Sets the wmStates value for this CfgStateGroup.
|
void |
setWmStatesNSizeIs(int wmStatesNSizeIs)
Sets the wmStatesNSizeIs value for this CfgStateGroup.
|
private int wmStateGroupId
private int wmSiteId
private java.lang.String wmName
private java.lang.String wmShortName
private int wmStartMinutesBefore
private int wmEndMinutesAfter
private int wmForMigration
private int wmStatesNSizeIs
private int[] wmStates
private int wmStateMappingsNSizeIs
private CfgStateMapping[] wmStateMappings
private long timestamp
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public CfgStateGroup()
public CfgStateGroup(int wmStateGroupId,
int wmSiteId,
java.lang.String wmName,
java.lang.String wmShortName,
int wmStartMinutesBefore,
int wmEndMinutesAfter,
int wmForMigration,
int wmStatesNSizeIs,
int[] wmStates,
int wmStateMappingsNSizeIs,
CfgStateMapping[] wmStateMappings,
long timestamp)
public int getWmStateGroupId()
public void setWmStateGroupId(int wmStateGroupId)
wmStateGroupId - public int getWmSiteId()
public void setWmSiteId(int wmSiteId)
wmSiteId - public java.lang.String getWmName()
public void setWmName(java.lang.String wmName)
wmName - public java.lang.String getWmShortName()
public void setWmShortName(java.lang.String wmShortName)
wmShortName - public int getWmStartMinutesBefore()
public void setWmStartMinutesBefore(int wmStartMinutesBefore)
wmStartMinutesBefore - public int getWmEndMinutesAfter()
public void setWmEndMinutesAfter(int wmEndMinutesAfter)
wmEndMinutesAfter - public int getWmForMigration()
public void setWmForMigration(int wmForMigration)
wmForMigration - public int getWmStatesNSizeIs()
public void setWmStatesNSizeIs(int wmStatesNSizeIs)
wmStatesNSizeIs - public int[] getWmStates()
public void setWmStates(int[] wmStates)
wmStates - public int getWmStateMappingsNSizeIs()
public void setWmStateMappingsNSizeIs(int wmStateMappingsNSizeIs)
wmStateMappingsNSizeIs - public CfgStateMapping[] getWmStateMappings()
public void setWmStateMappings(CfgStateMapping[] wmStateMappings)
wmStateMappings - public long getTimestamp()
public void setTimestamp(long timestamp)
timestamp - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.