public class CfgReport
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
protected long |
timestamp
A timestamp value -- marks the point in time when Object information was obtained
|
protected java.lang.String |
wmLocation
Relative location of report file
|
protected java.lang.String |
wmMessage
A message related to report status
|
protected int |
wmReportId
A unique report ID
|
protected int |
wmReportTaskId
Identifies
CfgReportTask that report was built for |
protected int |
wmStatus
Report Status
ECfgReportStatus |
protected double |
wmTimestamp
Report timestamp (in GMT/UTC time zone)
OleDateTime |
Constructor and Description |
---|
CfgReport() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
long |
getTimestamp()
Gets the value of the timestamp property.
|
java.lang.String |
getWmLocation()
Gets the value of the wmLocation property.
|
java.lang.String |
getWmMessage()
Gets the value of the wmMessage property.
|
int |
getWmReportId()
Gets the value of the wmReportId property.
|
int |
getWmReportTaskId()
Gets the value of the wmReportTaskId property.
|
int |
getWmStatus()
Gets the value of the wmStatus property.
|
double |
getWmTimestamp()
Gets the value of the wmTimestamp property.
|
int |
hashCode() |
void |
setTimestamp(long value)
Sets the value of the timestamp property.
|
void |
setWmLocation(java.lang.String value)
Sets the value of the wmLocation property.
|
void |
setWmMessage(java.lang.String value)
Sets the value of the wmMessage property.
|
void |
setWmReportId(int value)
Sets the value of the wmReportId property.
|
void |
setWmReportTaskId(int value)
Sets the value of the wmReportTaskId property.
|
void |
setWmStatus(int value)
Sets the value of the wmStatus property.
|
void |
setWmTimestamp(double value)
Sets the value of the wmTimestamp property.
|
java.lang.String |
toString() |
CfgReport |
withTimestamp(long value) |
CfgReport |
withWmLocation(java.lang.String value) |
CfgReport |
withWmMessage(java.lang.String value) |
CfgReport |
withWmReportId(int value) |
CfgReport |
withWmReportTaskId(int value) |
CfgReport |
withWmStatus(int value) |
CfgReport |
withWmTimestamp(double value) |
private static final long serialVersionUID
protected int wmReportId
protected int wmReportTaskId
CfgReportTask
that report was built forprotected double wmTimestamp
OleDateTime
protected int wmStatus
ECfgReportStatus
protected java.lang.String wmMessage
protected java.lang.String wmLocation
protected long timestamp
public int getWmReportId()
public void setWmReportId(int value)
public int getWmReportTaskId()
public void setWmReportTaskId(int value)
public double getWmTimestamp()
public void setWmTimestamp(double value)
public int getWmStatus()
public void setWmStatus(int value)
public java.lang.String getWmMessage()
String
public void setWmMessage(java.lang.String value)
value
- allowed object is
String
public java.lang.String getWmLocation()
String
public void setWmLocation(java.lang.String value)
value
- allowed object is
String
public long getTimestamp()
public void setTimestamp(long value)
public CfgReport withWmReportId(int value)
public CfgReport withWmReportTaskId(int value)
public CfgReport withWmTimestamp(double value)
public CfgReport withWmStatus(int value)
public CfgReport withWmMessage(java.lang.String value)
public CfgReport withWmLocation(java.lang.String value)
public CfgReport 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.