public class CfgReportTaskShort
extends java.lang.Object
implements java.io.Serializable
CfgReportTask
Modifier and Type | Field and Description |
---|---|
protected int |
gswUserId
An ID of user that owns Report Task
CfgUser |
private static long |
serialVersionUID |
protected java.lang.String |
wmName
Name of report
|
protected int |
wmReportTaskId
Report Task unique ID
|
protected int |
wmReportType
Report Type
|
protected int |
wmStatus
Report status
ECfgReportTaskStatus |
Constructor and Description |
---|
CfgReportTaskShort() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getGswUserId()
Gets the value of the gswUserId property.
|
java.lang.String |
getWmName()
Gets the value of the wmName property.
|
int |
getWmReportTaskId()
Gets the value of the wmReportTaskId property.
|
int |
getWmReportType()
Gets the value of the wmReportType property.
|
int |
getWmStatus()
Gets the value of the wmStatus property.
|
int |
hashCode() |
void |
setGswUserId(int value)
Sets the value of the gswUserId property.
|
void |
setWmName(java.lang.String value)
Sets the value of the wmName property.
|
void |
setWmReportTaskId(int value)
Sets the value of the wmReportTaskId property.
|
void |
setWmReportType(int value)
Sets the value of the wmReportType property.
|
void |
setWmStatus(int value)
Sets the value of the wmStatus property.
|
java.lang.String |
toString() |
CfgReportTaskShort |
withGswUserId(int value) |
CfgReportTaskShort |
withWmName(java.lang.String value) |
CfgReportTaskShort |
withWmReportTaskId(int value) |
CfgReportTaskShort |
withWmReportType(int value) |
CfgReportTaskShort |
withWmStatus(int value) |
private static final long serialVersionUID
protected int wmReportTaskId
protected int wmReportType
protected java.lang.String wmName
protected int wmStatus
ECfgReportTaskStatus
protected int gswUserId
CfgUser
public int getWmReportTaskId()
public void setWmReportTaskId(int value)
public int getWmReportType()
public void setWmReportType(int value)
public java.lang.String getWmName()
String
public void setWmName(java.lang.String value)
value
- allowed object is
String
public int getWmStatus()
public void setWmStatus(int value)
public int getGswUserId()
public void setGswUserId(int value)
public CfgReportTaskShort withWmReportTaskId(int value)
public CfgReportTaskShort withWmReportType(int value)
public CfgReportTaskShort withWmName(java.lang.String value)
public CfgReportTaskShort withWmStatus(int value)
public CfgReportTaskShort withGswUserId(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.