SchemaRegistryClusterRecordInner Class

  • java.lang.Object
    • com.azure.resourcemanager.confluent.fluent.models.SchemaRegistryClusterRecordInner

Implements

public final class SchemaRegistryClusterRecordInner
implements JsonSerializable<SchemaRegistryClusterRecordInner>

Details of schema registry cluster record.

Method Summary

Modifier and Type Method and Description
static SchemaRegistryClusterRecordInner fromJson(JsonReader jsonReader)

Reads an instance of SchemaRegistryClusterRecordInner from the JsonReader.

String id()

Get the id property: Id of the cluster.

String kind()

Get the kind property: Kind of the cluster.

SCMetadataEntity metadata()

Get the metadata property: Metadata of the record.

SchemaRegistryClusterSpecEntity spec()

Get the spec property: Specification of the schema registry cluster.

SchemaRegistryClusterStatusEntity status()

Get the status property: Specification of the cluster status.

JsonWriter toJson(JsonWriter jsonWriter)

Methods inherited from java.lang.Object

Method Details

fromJson

public static SchemaRegistryClusterRecordInner fromJson(JsonReader jsonReader)

Reads an instance of SchemaRegistryClusterRecordInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

id

public String id()

Get the id property: Id of the cluster.

Returns:

the id value.

kind

public String kind()

Get the kind property: Kind of the cluster.

Returns:

the kind value.

metadata

public SCMetadataEntity metadata()

Get the metadata property: Metadata of the record.

Returns:

the metadata value.

spec

public SchemaRegistryClusterSpecEntity spec()

Get the spec property: Specification of the schema registry cluster.

Returns:

the spec value.

status

public SchemaRegistryClusterStatusEntity status()

Get the status property: Specification of the cluster status.

Returns:

the status value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to