public class SchSnapshot
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
cfgAgentCount
Count of agents in the snapshot
|
protected int |
schAgentDayCount
Count of schedule agent days in the snapshot
|
protected java.lang.String |
schSnapshotID
Schedule Snapshot ID
|
private static long |
serialVersionUID |
protected long |
timestamp
Snapshot timestamp
|
Constructor and Description |
---|
SchSnapshot() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getCfgAgentCount()
Gets the value of the cfgAgentCount property.
|
int |
getSchAgentDayCount()
Gets the value of the schAgentDayCount property.
|
java.lang.String |
getSchSnapshotID()
Gets the value of the schSnapshotID property.
|
long |
getTimestamp()
Gets the value of the timestamp property.
|
int |
hashCode() |
void |
setCfgAgentCount(int value)
Sets the value of the cfgAgentCount property.
|
void |
setSchAgentDayCount(int value)
Sets the value of the schAgentDayCount property.
|
void |
setSchSnapshotID(java.lang.String value)
Sets the value of the schSnapshotID property.
|
void |
setTimestamp(long value)
Sets the value of the timestamp property.
|
java.lang.String |
toString() |
SchSnapshot |
withCfgAgentCount(int value) |
SchSnapshot |
withSchAgentDayCount(int value) |
SchSnapshot |
withSchSnapshotID(java.lang.String value) |
SchSnapshot |
withTimestamp(long value) |
private static final long serialVersionUID
protected java.lang.String schSnapshotID
protected int schAgentDayCount
protected int cfgAgentCount
protected long timestamp
public java.lang.String getSchSnapshotID()
String
public void setSchSnapshotID(java.lang.String value)
value
- allowed object is
String
public int getSchAgentDayCount()
public void setSchAgentDayCount(int value)
public int getCfgAgentCount()
public void setCfgAgentCount(int value)
public long getTimestamp()
public void setTimestamp(long value)
public SchSnapshot withSchSnapshotID(java.lang.String value)
public SchSnapshot withSchAgentDayCount(int value)
public SchSnapshot withCfgAgentCount(int value)
public SchSnapshot 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.