public class CalSnapshot
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
Snapshot ID
|
private long |
timestamp
Time the snapshot was created
|
private int |
totalCalendarItemsCount
Total number of items in the snapshot
|
Constructor and Description |
---|
CalSnapshot() |
CalSnapshot(java.lang.String snapshotId,
int totalCalendarItemsCount,
long timestamp) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
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.
|
private java.lang.String snapshotId
private int totalCalendarItemsCount
private long timestamp
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public CalSnapshot()
public CalSnapshot(java.lang.String snapshotId, int totalCalendarItemsCount, 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 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.