public class SchSnapshot
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private int |
cfgAgentCount |
private int |
schAgentDayCount |
private java.lang.String |
schSnapshotID |
private long |
timestamp |
| Constructor and Description |
|---|
SchSnapshot() |
SchSnapshot(java.lang.String schSnapshotID,
int schAgentDayCount,
int cfgAgentCount,
long timestamp) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
getCfgAgentCount()
Gets the cfgAgentCount value for this SchSnapshot.
|
int |
getSchAgentDayCount()
Gets the schAgentDayCount value for this SchSnapshot.
|
java.lang.String |
getSchSnapshotID()
Gets the schSnapshotID value for this SchSnapshot.
|
long |
getTimestamp()
Gets the timestamp value for this SchSnapshot.
|
int |
hashCode() |
void |
setCfgAgentCount(int cfgAgentCount)
Sets the cfgAgentCount value for this SchSnapshot.
|
void |
setSchAgentDayCount(int schAgentDayCount)
Sets the schAgentDayCount value for this SchSnapshot.
|
void |
setSchSnapshotID(java.lang.String schSnapshotID)
Sets the schSnapshotID value for this SchSnapshot.
|
void |
setTimestamp(long timestamp)
Sets the timestamp value for this SchSnapshot.
|
private java.lang.String schSnapshotID
private int schAgentDayCount
private int cfgAgentCount
private long timestamp
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public SchSnapshot()
public SchSnapshot(java.lang.String schSnapshotID,
int schAgentDayCount,
int cfgAgentCount,
long timestamp)
public java.lang.String getSchSnapshotID()
public void setSchSnapshotID(java.lang.String schSnapshotID)
schSnapshotID - public int getSchAgentDayCount()
public void setSchAgentDayCount(int schAgentDayCount)
schAgentDayCount - public int getCfgAgentCount()
public void setCfgAgentCount(int cfgAgentCount)
cfgAgentCount - public long getTimestamp()
public void setTimestamp(long timestamp)
timestamp - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.