public class CfgState
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
protected long |
timestamp |
protected int |
wmCfgStateId |
protected int |
wmCfgStateType |
protected int |
wmFixedStateId |
protected java.lang.String |
wmName |
protected int |
wmSchStateId |
protected int |
wmSchStateType |
protected java.lang.String |
wmShortName |
protected int |
wmSiteId |
protected int |
wmStateGroupId |
Constructor and Description |
---|
CfgState() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
long |
getTimestamp()
Gets the value of the timestamp property.
|
int |
getWmCfgStateId()
Gets the value of the wmCfgStateId property.
|
int |
getWmCfgStateType()
Gets the value of the wmCfgStateType property.
|
int |
getWmFixedStateId()
Gets the value of the wmFixedStateId property.
|
java.lang.String |
getWmName()
Gets the value of the wmName property.
|
int |
getWmSchStateId()
Gets the value of the wmSchStateId property.
|
int |
getWmSchStateType()
Gets the value of the wmSchStateType property.
|
java.lang.String |
getWmShortName()
Gets the value of the wmShortName property.
|
int |
getWmSiteId()
Gets the value of the wmSiteId property.
|
int |
getWmStateGroupId()
Gets the value of the wmStateGroupId property.
|
int |
hashCode() |
void |
setTimestamp(long value)
Sets the value of the timestamp property.
|
void |
setWmCfgStateId(int value)
Sets the value of the wmCfgStateId property.
|
void |
setWmCfgStateType(int value)
Sets the value of the wmCfgStateType property.
|
void |
setWmFixedStateId(int value)
Sets the value of the wmFixedStateId property.
|
void |
setWmName(java.lang.String value)
Sets the value of the wmName property.
|
void |
setWmSchStateId(int value)
Sets the value of the wmSchStateId property.
|
void |
setWmSchStateType(int value)
Sets the value of the wmSchStateType property.
|
void |
setWmShortName(java.lang.String value)
Sets the value of the wmShortName property.
|
void |
setWmSiteId(int value)
Sets the value of the wmSiteId property.
|
void |
setWmStateGroupId(int value)
Sets the value of the wmStateGroupId property.
|
java.lang.String |
toString() |
CfgState |
withTimestamp(long value) |
CfgState |
withWmCfgStateId(int value) |
CfgState |
withWmCfgStateType(int value) |
CfgState |
withWmFixedStateId(int value) |
CfgState |
withWmName(java.lang.String value) |
CfgState |
withWmSchStateId(int value) |
CfgState |
withWmSchStateType(int value) |
CfgState |
withWmShortName(java.lang.String value) |
CfgState |
withWmSiteId(int value) |
CfgState |
withWmStateGroupId(int value) |
private static final long serialVersionUID
protected int wmCfgStateId
protected int wmSiteId
protected int wmStateGroupId
protected int wmCfgStateType
protected int wmFixedStateId
protected int wmSchStateType
protected int wmSchStateId
protected java.lang.String wmName
protected java.lang.String wmShortName
protected long timestamp
public int getWmCfgStateId()
public void setWmCfgStateId(int value)
public int getWmSiteId()
public void setWmSiteId(int value)
public int getWmStateGroupId()
public void setWmStateGroupId(int value)
public int getWmCfgStateType()
public void setWmCfgStateType(int value)
public int getWmFixedStateId()
public void setWmFixedStateId(int value)
public int getWmSchStateType()
public void setWmSchStateType(int value)
public int getWmSchStateId()
public void setWmSchStateId(int value)
public java.lang.String getWmName()
String
public void setWmName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getWmShortName()
String
public void setWmShortName(java.lang.String value)
value
- allowed object is
String
public long getTimestamp()
public void setTimestamp(long value)
public CfgState withWmCfgStateId(int value)
public CfgState withWmSiteId(int value)
public CfgState withWmStateGroupId(int value)
public CfgState withWmCfgStateType(int value)
public CfgState withWmFixedStateId(int value)
public CfgState withWmSchStateType(int value)
public CfgState withWmSchStateId(int value)
public CfgState withWmName(java.lang.String value)
public CfgState withWmShortName(java.lang.String value)
public CfgState withTimestamp(long value)
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object that)
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.