public class CalSnapshot
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
Time the snapshot was created
|
protected int |
totalCalendarItemsCount
Total number of items in the snapshot
|
| Constructor and Description |
|---|
CalSnapshot() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
java.lang.String |
getSnapshotId()
Gets the snapshotId value for this CalSnapshot.
|
long |
getTimestamp()
Gets the timestamp value for this CalSnapshot.
|
int |
getTotalCalendarItemsCount()
Gets the totalCalendarItemsCount value for this CalSnapshot.
|
int |
hashCode() |
void |
setSnapshotId(java.lang.String snapshotId)
Sets the snapshotId value for this CalSnapshot.
|
void |
setTimestamp(long timestamp)
Sets the timestamp value for this CalSnapshot.
|
void |
setTotalCalendarItemsCount(int totalCalendarItemsCount)
Sets the totalCalendarItemsCount value for this CalSnapshot.
|
java.lang.String |
toString() |
CalSnapshot |
withSnapshotId(java.lang.String value) |
CalSnapshot |
withTimestamp(long value) |
CalSnapshot |
withTotalCalendarItemsCount(int value) |
private static final long serialVersionUID
protected java.lang.String snapshotId
protected int totalCalendarItemsCount
protected long timestamp
public java.lang.String getSnapshotId()
public void setSnapshotId(java.lang.String snapshotId)
snapshotId - public int getTotalCalendarItemsCount()
public void setTotalCalendarItemsCount(int totalCalendarItemsCount)
totalCalendarItemsCount - public long getTimestamp()
public void setTimestamp(long timestamp)
timestamp - public CalSnapshot withTotalCalendarItemsCount(int value)
public CalSnapshot withTimestamp(long value)
public CalSnapshot withSnapshotId(java.lang.String value)
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.