public class CfgReport
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private long |
timestamp
A timestamp value -- marks the point in time when Object information was obtained
|
private java.lang.String |
wmLocation
Relative location of report file
|
private java.lang.String |
wmMessage
A message related to report status
|
private int |
wmReportId
Unique report ID
|
private int |
wmReportTaskId
Identifies
CfgReportTask that report was built for |
private int |
wmStatus
Report Status
ECfgReportStatus |
private double |
wmTimestamp
Report timestamp (in GMT/UTC time zone)
OleDateTime |
Constructor and Description |
---|
CfgReport() |
CfgReport(int wmReportId,
int wmReportTaskId,
double wmTimestamp,
int wmStatus,
java.lang.String wmMessage,
java.lang.String wmLocation,
long timestamp) |
Modifier and Type | Method and Description |
---|---|
long |
getTimestamp()
Gets the timestamp value for this CfgReport.
|
java.lang.String |
getWmLocation()
Gets the wmLocation value for this CfgReport.
|
java.lang.String |
getWmMessage()
Gets the wmMessage value for this CfgReport.
|
int |
getWmReportId()
Gets the wmReportId value for this CfgReport.
|
int |
getWmReportTaskId()
Gets the wmReportTaskId value for this CfgReport.
|
int |
getWmStatus()
Gets the wmStatus value for this CfgReport.
|
double |
getWmTimestamp()
Gets the wmTimestamp value for this CfgReport.
|
void |
setTimestamp(long timestamp)
Sets the timestamp value for this CfgReport.
|
void |
setWmLocation(java.lang.String wmLocation)
Sets the wmLocation value for this CfgReport.
|
void |
setWmMessage(java.lang.String wmMessage)
Sets the wmMessage value for this CfgReport.
|
void |
setWmReportId(int wmReportId)
Sets the wmReportId value for this CfgReport.
|
void |
setWmReportTaskId(int wmReportTaskId)
Sets the wmReportTaskId value for this CfgReport.
|
void |
setWmStatus(int wmStatus)
Sets the wmStatus value for this CfgReport.
|
void |
setWmTimestamp(double wmTimestamp)
Sets the wmTimestamp value for this CfgReport.
|
private int wmReportId
private int wmReportTaskId
CfgReportTask
that report was built forprivate double wmTimestamp
OleDateTime
private int wmStatus
ECfgReportStatus
private java.lang.String wmMessage
private java.lang.String wmLocation
private long timestamp
public CfgReport()
public CfgReport(int wmReportId, int wmReportTaskId, double wmTimestamp, int wmStatus, java.lang.String wmMessage, java.lang.String wmLocation, long timestamp)
public int getWmReportId()
public void setWmReportId(int wmReportId)
wmReportId
- public int getWmReportTaskId()
public void setWmReportTaskId(int wmReportTaskId)
wmReportTaskId
- public double getWmTimestamp()
public void setWmTimestamp(double wmTimestamp)
wmTimestamp
- public int getWmStatus()
public void setWmStatus(int wmStatus)
wmStatus
- public java.lang.String getWmMessage()
public void setWmMessage(java.lang.String wmMessage)
wmMessage
- public java.lang.String getWmLocation()
public void setWmLocation(java.lang.String wmLocation)
wmLocation
- public long getTimestamp()
public void setTimestamp(long timestamp)
timestamp
- Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.