SchemaRegistryClusterRecordInner Class
- java.
lang. Object - com.
azure. resourcemanager. confluent. fluent. models. SchemaRegistryClusterRecordInner
- com.
Implements
public final class SchemaRegistryClusterRecordInner
implements JsonSerializable<SchemaRegistryClusterRecordInner>
Details of schema registry cluster record.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Schema |
fromJson(JsonReader jsonReader)
Reads an instance of Schema |
| String |
id()
Get the id property: Id of the cluster. |
| String |
kind()
Get the kind property: Kind of the cluster. |
|
SCMetadata |
metadata()
Get the metadata property: Metadata of the record. |
|
Schema |
spec()
Get the spec property: Specification of the schema registry cluster. |
|
Schema |
status()
Get the status property: Specification of the cluster status. |
|
Json |
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:
Returns:
Throws:
id
public String id()
Get the id property: Id of the cluster.
Returns:
kind
public String kind()
Get the kind property: Kind of the cluster.
Returns:
metadata
public SCMetadataEntity metadata()
Get the metadata property: Metadata of the record.
Returns:
spec
public SchemaRegistryClusterSpecEntity spec()
Get the spec property: Specification of the schema registry cluster.
Returns:
status
public SchemaRegistryClusterStatusEntity status()
Get the status property: Specification of the cluster status.
Returns: