Поделиться через


CatalogResourceValidationErrorDetailsInner Class

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

Implements

public final class CatalogResourceValidationErrorDetailsInner
implements JsonSerializable<CatalogResourceValidationErrorDetailsInner>

List of validator error details. Populated when changes are made to the resource or its dependent resources that impact the validity of the Catalog resource.

Constructor Summary

Constructor Description
CatalogResourceValidationErrorDetailsInner()

Creates an instance of CatalogResourceValidationErrorDetailsInner class.

Method Summary

Modifier and Type Method and Description
List<CatalogErrorDetails> errors()

Get the errors property: Errors associated with resources synchronized from the catalog.

static CatalogResourceValidationErrorDetailsInner fromJson(JsonReader jsonReader)

Reads an instance of CatalogResourceValidationErrorDetailsInner from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

CatalogResourceValidationErrorDetailsInner

public CatalogResourceValidationErrorDetailsInner()

Creates an instance of CatalogResourceValidationErrorDetailsInner class.

Method Details

errors

public List<CatalogErrorDetails> errors()

Get the errors property: Errors associated with resources synchronized from the catalog.

Returns:

the errors value.

fromJson

public static CatalogResourceValidationErrorDetailsInner fromJson(JsonReader jsonReader)

Reads an instance of CatalogResourceValidationErrorDetailsInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of CatalogResourceValidationErrorDetailsInner 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 CatalogResourceValidationErrorDetailsInner.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to