public class CfgSnapshot
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private java.lang.String |
snapshotID |
private long |
timestamp |
private int |
totalCount |
Constructor and Description |
---|
CfgSnapshot() |
CfgSnapshot(java.lang.String snapshotID,
int totalCount,
long timestamp) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getSnapshotID()
Gets the snapshotID value for this CfgSnapshot.
|
long |
getTimestamp()
Gets the timestamp value for this CfgSnapshot.
|
int |
getTotalCount()
Gets the totalCount value for this CfgSnapshot.
|
int |
hashCode() |
void |
setSnapshotID(java.lang.String snapshotID)
Sets the snapshotID value for this CfgSnapshot.
|
void |
setTimestamp(long timestamp)
Sets the timestamp value for this CfgSnapshot.
|
void |
setTotalCount(int totalCount)
Sets the totalCount value for this CfgSnapshot.
|
private java.lang.String snapshotID
private int totalCount
private long timestamp
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public CfgSnapshot()
public CfgSnapshot(java.lang.String snapshotID, int totalCount, long timestamp)
public java.lang.String getSnapshotID()
public void setSnapshotID(java.lang.String snapshotID)
snapshotID
- public int getTotalCount()
public void setTotalCount(int totalCount)
totalCount
- public long getTimestamp()
public void setTimestamp(long timestamp)
timestamp
- public boolean equals(java.lang.Object obj)
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.