public class CfgDAConfig
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
protected java.lang.String |
wmFilterList |
protected int |
wmObjectDBID |
protected java.lang.String |
wmObjectName |
protected java.lang.String |
wmObjectTypeName |
protected java.lang.String |
wmStatisticsName |
protected java.lang.String |
wmStatisticsName2 |
protected java.lang.String |
wmStatisticsName3 |
protected java.lang.String |
wmStatisticsTypeName |
protected java.lang.String |
wmTimeRange |
protected java.lang.String |
wmTimeRange1 |
protected boolean |
wmUseAsAverage |
| Constructor and Description |
|---|
CfgDAConfig() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
java.lang.String |
getWmFilterList()
Gets the value of the wmFilterList property.
|
int |
getWmObjectDBID()
Gets the value of the wmObjectDBID property.
|
java.lang.String |
getWmObjectName()
Gets the value of the wmObjectName property.
|
java.lang.String |
getWmObjectTypeName()
Gets the value of the wmObjectTypeName property.
|
java.lang.String |
getWmStatisticsName()
Gets the value of the wmStatisticsName property.
|
java.lang.String |
getWmStatisticsName2()
Gets the value of the wmStatisticsName2 property.
|
java.lang.String |
getWmStatisticsName3()
Gets the value of the wmStatisticsName3 property.
|
java.lang.String |
getWmStatisticsTypeName()
Gets the value of the wmStatisticsTypeName property.
|
java.lang.String |
getWmTimeRange()
Gets the value of the wmTimeRange property.
|
java.lang.String |
getWmTimeRange1()
Gets the value of the wmTimeRange1 property.
|
int |
hashCode() |
boolean |
isWmUseAsAverage()
Gets the value of the wmUseAsAverage property.
|
void |
setWmFilterList(java.lang.String value)
Sets the value of the wmFilterList property.
|
void |
setWmObjectDBID(int value)
Sets the value of the wmObjectDBID property.
|
void |
setWmObjectName(java.lang.String value)
Sets the value of the wmObjectName property.
|
void |
setWmObjectTypeName(java.lang.String value)
Sets the value of the wmObjectTypeName property.
|
void |
setWmStatisticsName(java.lang.String value)
Sets the value of the wmStatisticsName property.
|
void |
setWmStatisticsName2(java.lang.String value)
Sets the value of the wmStatisticsName2 property.
|
void |
setWmStatisticsName3(java.lang.String value)
Sets the value of the wmStatisticsName3 property.
|
void |
setWmStatisticsTypeName(java.lang.String value)
Sets the value of the wmStatisticsTypeName property.
|
void |
setWmTimeRange(java.lang.String value)
Sets the value of the wmTimeRange property.
|
void |
setWmTimeRange1(java.lang.String value)
Sets the value of the wmTimeRange1 property.
|
void |
setWmUseAsAverage(boolean value)
Sets the value of the wmUseAsAverage property.
|
java.lang.String |
toString() |
CfgDAConfig |
withWmFilterList(java.lang.String value) |
CfgDAConfig |
withWmObjectDBID(int value) |
CfgDAConfig |
withWmObjectName(java.lang.String value) |
CfgDAConfig |
withWmObjectTypeName(java.lang.String value) |
CfgDAConfig |
withWmStatisticsName(java.lang.String value) |
CfgDAConfig |
withWmStatisticsName2(java.lang.String value) |
CfgDAConfig |
withWmStatisticsName3(java.lang.String value) |
CfgDAConfig |
withWmStatisticsTypeName(java.lang.String value) |
CfgDAConfig |
withWmTimeRange(java.lang.String value) |
CfgDAConfig |
withWmTimeRange1(java.lang.String value) |
CfgDAConfig |
withWmUseAsAverage(boolean value) |
private static final long serialVersionUID
protected java.lang.String wmStatisticsTypeName
protected java.lang.String wmStatisticsName
protected java.lang.String wmObjectTypeName
protected java.lang.String wmObjectName
protected int wmObjectDBID
protected java.lang.String wmFilterList
protected java.lang.String wmTimeRange
protected java.lang.String wmTimeRange1
protected java.lang.String wmStatisticsName2
protected java.lang.String wmStatisticsName3
protected boolean wmUseAsAverage
public java.lang.String getWmStatisticsTypeName()
Stringpublic void setWmStatisticsTypeName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getWmStatisticsName()
Stringpublic void setWmStatisticsName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getWmObjectTypeName()
Stringpublic void setWmObjectTypeName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getWmObjectName()
Stringpublic void setWmObjectName(java.lang.String value)
value - allowed object is
Stringpublic int getWmObjectDBID()
public void setWmObjectDBID(int value)
public java.lang.String getWmFilterList()
Stringpublic void setWmFilterList(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getWmTimeRange()
Stringpublic void setWmTimeRange(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getWmTimeRange1()
Stringpublic void setWmTimeRange1(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getWmStatisticsName2()
Stringpublic void setWmStatisticsName2(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getWmStatisticsName3()
Stringpublic void setWmStatisticsName3(java.lang.String value)
value - allowed object is
Stringpublic boolean isWmUseAsAverage()
public void setWmUseAsAverage(boolean value)
public CfgDAConfig withWmStatisticsTypeName(java.lang.String value)
public CfgDAConfig withWmStatisticsName(java.lang.String value)
public CfgDAConfig withWmObjectTypeName(java.lang.String value)
public CfgDAConfig withWmObjectName(java.lang.String value)
public CfgDAConfig withWmObjectDBID(int value)
public CfgDAConfig withWmFilterList(java.lang.String value)
public CfgDAConfig withWmTimeRange(java.lang.String value)
public CfgDAConfig withWmTimeRange1(java.lang.String value)
public CfgDAConfig withWmStatisticsName2(java.lang.String value)
public CfgDAConfig withWmStatisticsName3(java.lang.String value)
public CfgDAConfig withWmUseAsAverage(boolean value)
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.