SyncStats Class

  • java.lang.Object
    • com.azure.resourcemanager.devcenter.models.SyncStats

public final class SyncStats

Stats of the synchronization.

Constructor Summary

Constructor Description
SyncStats()

Creates an instance of SyncStats class.

Method Summary

Modifier and Type Method and Description
Integer added()

Get the added property: Count of catalog items added during synchronization.

Integer removed()

Get the removed property: Count of catalog items removed during synchronization.

List<CatalogItemType> syncedCatalogItemTypes()

Get the syncedCatalogItemTypes property: Indicates catalog item types that were synced.

Integer synchronizationErrors()

Get the synchronizationErrors property: Count of synchronization errors that occured during synchronization.

Integer unchanged()

Get the unchanged property: Count of catalog items that were unchanged during synchronization.

Integer updated()

Get the updated property: Count of catalog items updated during synchronization.

void validate()

Validates the instance.

Integer validationErrors()

Get the validationErrors property: Count of catalog items that had validation errors during synchronization.

SyncStats withSyncedCatalogItemTypes(List<CatalogItemType> syncedCatalogItemTypes)

Set the syncedCatalogItemTypes property: Indicates catalog item types that were synced.

Methods inherited from java.lang.Object

Constructor Details

SyncStats

public SyncStats()

Creates an instance of SyncStats class.

Method Details

added

public Integer added()

Get the added property: Count of catalog items added during synchronization.

Returns:

the added value.

removed

public Integer removed()

Get the removed property: Count of catalog items removed during synchronization.

Returns:

the removed value.

syncedCatalogItemTypes

public List syncedCatalogItemTypes()

Get the syncedCatalogItemTypes property: Indicates catalog item types that were synced.

Returns:

the syncedCatalogItemTypes value.

synchronizationErrors

public Integer synchronizationErrors()

Get the synchronizationErrors property: Count of synchronization errors that occured during synchronization.

Returns:

the synchronizationErrors value.

unchanged

public Integer unchanged()

Get the unchanged property: Count of catalog items that were unchanged during synchronization.

Returns:

the unchanged value.

updated

public Integer updated()

Get the updated property: Count of catalog items updated during synchronization.

Returns:

the updated value.

validate

public void validate()

Validates the instance.

validationErrors

public Integer validationErrors()

Get the validationErrors property: Count of catalog items that had validation errors during synchronization.

Returns:

the validationErrors value.

withSyncedCatalogItemTypes

public SyncStats withSyncedCatalogItemTypes(List syncedCatalogItemTypes)

Set the syncedCatalogItemTypes property: Indicates catalog item types that were synced.

Parameters:

syncedCatalogItemTypes - the syncedCatalogItemTypes value to set.

Returns:

the SyncStats object itself.

Applies to