Package com.mypurecloud.sdk.v2.model
Class V3SynchronizationStatistics
java.lang.Object
com.mypurecloud.sdk.v2.model.V3SynchronizationStatistics
- All Implemented Interfaces:
Serializable
V3SynchronizationStatistics
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanfailedItemCount(Integer failedItemCount) The number of source items that failed to synchronize.inthashCode()voidsetFailedItemCount(Integer failedItemCount) voidsetSynchronizedItemCount(Integer synchronizedItemCount) synchronizedItemCount(Integer synchronizedItemCount) The total number of items added, updated or removed in the synchronization.toString()
-
Constructor Details
-
V3SynchronizationStatistics
public V3SynchronizationStatistics() -
V3SynchronizationStatistics
-
-
Method Details
-
synchronizedItemCount
The total number of items added, updated or removed in the synchronization. -
getSynchronizedItemCount
-
setSynchronizedItemCount
-
failedItemCount
The number of source items that failed to synchronize. -
getFailedItemCount
-
setFailedItemCount
-
equals
-
hashCode
public int hashCode() -
toString
-