public class CalUpdatedSnapshot
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private int |
errorArraySize |
private CalItemError[] |
errors |
private int |
indexArraySize |
private int[] |
indexes |
private java.lang.String |
snapshotId |
private long |
timestamp |
private int |
totalCalendarItemsCount |
| Constructor and Description |
|---|
CalUpdatedSnapshot() |
CalUpdatedSnapshot(java.lang.String snapshotId,
int totalCalendarItemsCount,
long timestamp,
int errorArraySize,
CalItemError[] errors,
int indexArraySize,
int[] indexes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
getErrorArraySize()
Gets the errorArraySize value for this CalUpdatedSnapshot.
|
CalItemError[] |
getErrors()
Gets the errors value for this CalUpdatedSnapshot.
|
int |
getIndexArraySize()
Gets the indexArraySize value for this CalUpdatedSnapshot.
|
int[] |
getIndexes()
Gets the indexes value for this CalUpdatedSnapshot.
|
java.lang.String |
getSnapshotId()
Gets the snapshotId value for this CalUpdatedSnapshot.
|
long |
getTimestamp()
Gets the timestamp value for this CalUpdatedSnapshot.
|
int |
getTotalCalendarItemsCount()
Gets the totalCalendarItemsCount value for this CalUpdatedSnapshot.
|
int |
hashCode() |
void |
setErrorArraySize(int errorArraySize)
Sets the errorArraySize value for this CalUpdatedSnapshot.
|
void |
setErrors(CalItemError[] errors)
Sets the errors value for this CalUpdatedSnapshot.
|
void |
setIndexArraySize(int indexArraySize)
Sets the indexArraySize value for this CalUpdatedSnapshot.
|
void |
setIndexes(int[] indexes)
Sets the indexes value for this CalUpdatedSnapshot.
|
void |
setSnapshotId(java.lang.String snapshotId)
Sets the snapshotId value for this CalUpdatedSnapshot.
|
void |
setTimestamp(long timestamp)
Sets the timestamp value for this CalUpdatedSnapshot.
|
void |
setTotalCalendarItemsCount(int totalCalendarItemsCount)
Sets the totalCalendarItemsCount value for this CalUpdatedSnapshot.
|
private java.lang.String snapshotId
private int totalCalendarItemsCount
private long timestamp
private int errorArraySize
private CalItemError[] errors
private int indexArraySize
private int[] indexes
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public CalUpdatedSnapshot()
public CalUpdatedSnapshot(java.lang.String snapshotId,
int totalCalendarItemsCount,
long timestamp,
int errorArraySize,
CalItemError[] errors,
int indexArraySize,
int[] indexes)
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 int getErrorArraySize()
public void setErrorArraySize(int errorArraySize)
errorArraySize - public CalItemError[] getErrors()
public void setErrors(CalItemError[] errors)
errors - public int getIndexArraySize()
public void setIndexArraySize(int indexArraySize)
indexArraySize - public int[] getIndexes()
public void setIndexes(int[] indexes)
indexes - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.