public class CalUpdatedSnapshot
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
errorArraySize
Error array size
|
protected java.util.List<CalItemError> |
errors
Errors array
|
protected int |
indexArraySize
Index array size
|
protected java.util.List<java.lang.Integer> |
indexes
Indexes array of new/changed Calendar items in the snapshot
|
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 Calendar items in the snapshot
|
protected int |
warningArraySize
Warning array size
|
protected java.util.List<CalItemWarning> |
warnings
Warning array
|
Constructor and Description |
---|
CalUpdatedSnapshot() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getErrorArraySize()
Gets the errorArraySize value for this CalUpdatedSnapshot.
|
java.util.List<CalItemError> |
getErrors()
Gets the errors value for this CalUpdatedSnapshot.
|
int |
getIndexArraySize()
Gets the indexArraySize value for this CalUpdatedSnapshot.
|
java.util.List<java.lang.Integer> |
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 |
getWarningArraySize()
Gets the warningArraySize value for this CalUpdatedSnapshot.
|
java.util.List<CalItemWarning> |
getWarnings()
Gets the warnings value for this CalUpdatedSnapshot.
|
int |
hashCode() |
void |
setErrorArraySize(int errorArraySize)
Sets the errorArraySize value for this CalUpdatedSnapshot.
|
void |
setErrors(java.util.List<CalItemError> errors)
Sets the errors value for this CalUpdatedSnapshot.
|
void |
setIndexArraySize(int indexArraySize)
Sets the indexArraySize value for this CalUpdatedSnapshot.
|
void |
setIndexes(java.util.List<java.lang.Integer> 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.
|
void |
setWarningArraySize(int warningArraySize)
Sets the warningArraySize value for this CalUpdatedSnapshot.
|
void |
setWarnings(java.util.List<CalItemWarning> warnings)
Sets the warnings value for this CalUpdatedSnapshot.
|
java.lang.String |
toString() |
CalUpdatedSnapshot |
withErrorArraySize(int value) |
CalUpdatedSnapshot |
withErrors(CalItemError... values) |
CalUpdatedSnapshot |
withErrors(java.util.Collection<CalItemError> values) |
CalUpdatedSnapshot |
withIndexArraySize(int value) |
CalUpdatedSnapshot |
withIndexes(java.util.Collection<java.lang.Integer> values) |
CalUpdatedSnapshot |
withIndexes(java.lang.Integer... values) |
CalUpdatedSnapshot |
withSnapshotId(java.lang.String value) |
CalUpdatedSnapshot |
withTimestamp(long value) |
CalUpdatedSnapshot |
withTotalCalendarItemsCount(int value) |
CalUpdatedSnapshot |
withWarningArraySize(int value) |
CalUpdatedSnapshot |
withWarnings(CalItemWarning... values) |
CalUpdatedSnapshot |
withWarnings(java.util.Collection<CalItemWarning> values) |
private static final long serialVersionUID
protected java.lang.String snapshotId
protected int totalCalendarItemsCount
protected long timestamp
protected int errorArraySize
protected java.util.List<CalItemError> errors
protected int warningArraySize
protected java.util.List<CalItemWarning> warnings
protected int indexArraySize
protected java.util.List<java.lang.Integer> 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 java.util.List<CalItemError> getErrors()
public void setErrors(java.util.List<CalItemError> errors)
errors
- public int getIndexArraySize()
public void setIndexArraySize(int indexArraySize)
indexArraySize
- public java.util.List<java.lang.Integer> getIndexes()
public void setIndexes(java.util.List<java.lang.Integer> indexes)
indexes
- public int getWarningArraySize()
public void setWarningArraySize(int warningArraySize)
warningArraySize
- public java.util.List<CalItemWarning> getWarnings()
public void setWarnings(java.util.List<CalItemWarning> warnings)
warnings
- public CalUpdatedSnapshot withErrors(java.util.Collection<CalItemError> values)
public CalUpdatedSnapshot withErrors(CalItemError... values)
public CalUpdatedSnapshot withErrorArraySize(int value)
public CalUpdatedSnapshot withWarnings(java.util.Collection<CalItemWarning> values)
public CalUpdatedSnapshot withWarnings(CalItemWarning... values)
public CalUpdatedSnapshot withWarningArraySize(int value)
public CalUpdatedSnapshot withIndexes(java.util.Collection<java.lang.Integer> values)
public CalUpdatedSnapshot withIndexes(java.lang.Integer... values)
public CalUpdatedSnapshot withIndexArraySize(int value)
public CalUpdatedSnapshot withTotalCalendarItemsCount(int value)
public CalUpdatedSnapshot withSnapshotId(java.lang.String value)
public CalUpdatedSnapshot 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.