public class CfgSnapshot
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
protected java.lang.String |
snapshotID
Snapshot ID
|
protected long |
timestamp
Timestamp value when snapshot was created
|
protected int |
totalCount
Total object count in the snapshot
|
Constructor and Description |
---|
CfgSnapshot() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
java.lang.String |
getSnapshotID()
Gets the value of the snapshotID property.
|
long |
getTimestamp()
Gets the value of the timestamp property.
|
int |
getTotalCount()
Gets the value of the totalCount property.
|
int |
hashCode() |
void |
setSnapshotID(java.lang.String value)
Sets the value of the snapshotID property.
|
void |
setTimestamp(long value)
Sets the value of the timestamp property.
|
void |
setTotalCount(int value)
Sets the value of the totalCount property.
|
java.lang.String |
toString() |
CfgSnapshot |
withSnapshotID(java.lang.String value) |
CfgSnapshot |
withTimestamp(long value) |
CfgSnapshot |
withTotalCount(int value) |
private static final long serialVersionUID
protected java.lang.String snapshotID
protected int totalCount
protected long timestamp
public java.lang.String getSnapshotID()
String
public void setSnapshotID(java.lang.String value)
value
- allowed object is
String
public int getTotalCount()
public void setTotalCount(int value)
public long getTimestamp()
public void setTimestamp(long value)
public CfgSnapshot withSnapshotID(java.lang.String value)
public CfgSnapshot withTotalCount(int value)
public CfgSnapshot 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.