SchemaRegistryClusterStatusEntity Class
- java.
lang. Object - com.
azure. resourcemanager. confluent. models. SchemaRegistryClusterStatusEntity
- com.
Implements
public final class SchemaRegistryClusterStatusEntity
implements JsonSerializable<SchemaRegistryClusterStatusEntity>
Status of the schema registry cluster record.
Constructor Summary
| Constructor | Description |
|---|---|
| SchemaRegistryClusterStatusEntity() |
Creates an instance of Schema |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Schema |
fromJson(JsonReader jsonReader)
Reads an instance of Schema |
| String |
phase()
Get the phase property: The lifecycle phase of the cluster. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Schema |
withPhase(String phase)
Set the phase property: The lifecycle phase of the cluster. |
Methods inherited from java.lang.Object
Constructor Details
SchemaRegistryClusterStatusEntity
public SchemaRegistryClusterStatusEntity()
Creates an instance of SchemaRegistryClusterStatusEntity class.
Method Details
fromJson
public static SchemaRegistryClusterStatusEntity fromJson(JsonReader jsonReader)
Reads an instance of SchemaRegistryClusterStatusEntity from the JsonReader.
Parameters:
Returns:
Throws:
phase
public String phase()
Get the phase property: The lifecycle phase of the cluster.
Returns:
toJson
validate
public void validate()
Validates the instance.
withPhase
public SchemaRegistryClusterStatusEntity withPhase(String phase)
Set the phase property: The lifecycle phase of the cluster.
Parameters:
Returns: