public class SchAuditDay
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
gswAgentId
Agent ID
|
protected int |
gswUserId
The ID of the User responsible for this action
|
protected long |
newTimestamp
Timestamp for new/current schedule
|
protected long |
oldTimestamp
Timestamp of old/previous schedule
|
private static long |
serialVersionUID |
protected int |
wmAction
|
protected double |
wmDate
Date
|
Constructor and Description |
---|
SchAuditDay() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getGswAgentId()
Gets the value of the gswAgentId property.
|
int |
getGswUserId()
Gets the value of the gswUserId property.
|
long |
getNewTimestamp()
Gets the value of the newTimestamp property.
|
long |
getOldTimestamp()
Gets the value of the oldTimestamp property.
|
int |
getWmAction()
Gets the value of the wmAction property.
|
double |
getWmDate()
Gets the value of the wmDate property.
|
int |
hashCode() |
void |
setGswAgentId(int value)
Sets the value of the gswAgentId property.
|
void |
setGswUserId(int value)
Sets the value of the gswUserId property.
|
void |
setNewTimestamp(long value)
Sets the value of the newTimestamp property.
|
void |
setOldTimestamp(long value)
Sets the value of the oldTimestamp property.
|
void |
setWmAction(int value)
Sets the value of the wmAction property.
|
void |
setWmDate(double value)
Sets the value of the wmDate property.
|
java.lang.String |
toString() |
SchAuditDay |
withGswAgentId(int value) |
SchAuditDay |
withGswUserId(int value) |
SchAuditDay |
withNewTimestamp(long value) |
SchAuditDay |
withOldTimestamp(long value) |
SchAuditDay |
withWmAction(int value) |
SchAuditDay |
withWmDate(double value) |
private static final long serialVersionUID
protected int gswAgentId
protected double wmDate
protected long newTimestamp
protected long oldTimestamp
protected int wmAction
protected int gswUserId
public int getGswAgentId()
public void setGswAgentId(int value)
public double getWmDate()
public void setWmDate(double value)
public long getNewTimestamp()
public void setNewTimestamp(long value)
public long getOldTimestamp()
public void setOldTimestamp(long value)
public int getWmAction()
public void setWmAction(int value)
public int getGswUserId()
public void setGswUserId(int value)
public SchAuditDay withGswAgentId(int value)
public SchAuditDay withWmDate(double value)
public SchAuditDay withNewTimestamp(long value)
public SchAuditDay withOldTimestamp(long value)
public SchAuditDay withWmAction(int value)
public SchAuditDay 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.