Share via


SyncErrorDetailsInner Class

  • java.lang.Object
    • com.azure.resourcemanager.devcenter.fluent.models.SyncErrorDetailsInner

Implements

public final class SyncErrorDetailsInner
implements JsonSerializable<SyncErrorDetailsInner>

Synchronization error details.

Constructor Summary

Constructor Description
SyncErrorDetailsInner()

Creates an instance of SyncErrorDetailsInner class.

Method Summary

Modifier and Type Method and Description
List<CatalogConflictError> conflicts()

Get the conflicts property: Catalog items that have conflicting names.

List<CatalogSyncError> errors()

Get the errors property: Errors that occured during synchronization.

static SyncErrorDetailsInner fromJson(JsonReader jsonReader)

Reads an instance of SyncErrorDetailsInner from the JsonReader.

CatalogErrorDetails operationError()

Get the operationError property: Error information for the overall synchronization operation.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

SyncErrorDetailsInner

public SyncErrorDetailsInner()

Creates an instance of SyncErrorDetailsInner class.

Method Details

conflicts

public List<CatalogConflictError> conflicts()

Get the conflicts property: Catalog items that have conflicting names.

Returns:

the conflicts value.

errors

public List<CatalogSyncError> errors()

Get the errors property: Errors that occured during synchronization.

Returns:

the errors value.

fromJson

public static SyncErrorDetailsInner fromJson(JsonReader jsonReader)

Reads an instance of SyncErrorDetailsInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of SyncErrorDetailsInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the SyncErrorDetailsInner.

operationError

public CatalogErrorDetails operationError()

Get the operationError property: Error information for the overall synchronization operation.

Returns:

the operationError value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to