SyncErrorDetailsInner Class
- java.
lang. Object - com.
azure. resourcemanager. devcenter. fluent. models. SyncErrorDetailsInner
- com.
Implements
public final class SyncErrorDetailsInner
implements JsonSerializable<SyncErrorDetailsInner>
Synchronization error details.
Constructor Summary
| Constructor | Description |
|---|---|
| SyncErrorDetailsInner() |
Creates an instance of Sync |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Catalog |
conflicts()
Get the conflicts property: Catalog items that have conflicting names. |
|
List<Catalog |
errors()
Get the errors property: Errors that occured during synchronization. |
|
static
Sync |
fromJson(JsonReader jsonReader)
Reads an instance of Sync |
|
Catalog |
operationError()
Get the operation |
|
Json |
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:
errors
public List<CatalogSyncError> errors()
Get the errors property: Errors that occured during synchronization.
Returns:
fromJson
public static SyncErrorDetailsInner fromJson(JsonReader jsonReader)
Reads an instance of SyncErrorDetailsInner from the JsonReader.
Parameters:
Returns:
Throws:
operationError
public CatalogErrorDetails operationError()
Get the operationError property: Error information for the overall synchronization operation.
Returns:
toJson
validate
public void validate()
Validates the instance.