public class CfgSubsystem
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
protected java.lang.String |
wmName |
protected int |
wmOrder |
protected int |
wmSubsystemId |
protected java.lang.String |
wmSystemName |
protected int |
wmType |
Constructor and Description |
---|
CfgSubsystem() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
java.lang.String |
getWmName()
Gets the value of the wmName property.
|
int |
getWmOrder()
Gets the value of the wmOrder property.
|
int |
getWmSubsystemId()
Gets the value of the wmSubsystemId property.
|
java.lang.String |
getWmSystemName()
Gets the value of the wmSystemName property.
|
int |
getWmType()
Gets the value of the wmType property.
|
int |
hashCode() |
void |
setWmName(java.lang.String value)
Sets the value of the wmName property.
|
void |
setWmOrder(int value)
Sets the value of the wmOrder property.
|
void |
setWmSubsystemId(int value)
Sets the value of the wmSubsystemId property.
|
void |
setWmSystemName(java.lang.String value)
Sets the value of the wmSystemName property.
|
void |
setWmType(int value)
Sets the value of the wmType property.
|
java.lang.String |
toString() |
CfgSubsystem |
withWmName(java.lang.String value) |
CfgSubsystem |
withWmOrder(int value) |
CfgSubsystem |
withWmSubsystemId(int value) |
CfgSubsystem |
withWmSystemName(java.lang.String value) |
CfgSubsystem |
withWmType(int value) |
private static final long serialVersionUID
protected int wmSubsystemId
protected java.lang.String wmName
protected int wmType
protected java.lang.String wmSystemName
protected int wmOrder
public int getWmSubsystemId()
public void setWmSubsystemId(int value)
public java.lang.String getWmName()
String
public void setWmName(java.lang.String value)
value
- allowed object is
String
public int getWmType()
public void setWmType(int value)
public java.lang.String getWmSystemName()
String
public void setWmSystemName(java.lang.String value)
value
- allowed object is
String
public int getWmOrder()
public void setWmOrder(int value)
public CfgSubsystem withWmSubsystemId(int value)
public CfgSubsystem withWmName(java.lang.String value)
public CfgSubsystem withWmType(int value)
public CfgSubsystem withWmSystemName(java.lang.String value)
public CfgSubsystem withWmOrder(int 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.