StreamGovernanceConfig Class
- java.
lang. Object - com.
azure. resourcemanager. confluent. models. StreamGovernanceConfig
- com.
Implements
public final class StreamGovernanceConfig
implements JsonSerializable<StreamGovernanceConfig>
Stream governance configuration.
Constructor Summary
| Constructor | Description |
|---|---|
| StreamGovernanceConfig() |
Creates an instance of Stream |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Stream |
fromJson(JsonReader jsonReader)
Reads an instance of Stream |
| Package |
packageProperty()
Get the package |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Stream |
withPackageProperty(Package packageProperty)
Set the package |
Methods inherited from java.lang.Object
Constructor Details
StreamGovernanceConfig
public StreamGovernanceConfig()
Creates an instance of StreamGovernanceConfig class.
Method Details
fromJson
public static StreamGovernanceConfig fromJson(JsonReader jsonReader)
Reads an instance of StreamGovernanceConfig from the JsonReader.
Parameters:
Returns:
Throws:
packageProperty
public Package packageProperty()
Get the packageProperty property: Stream governance configuration.
Returns:
toJson
withPackageProperty
public StreamGovernanceConfig withPackageProperty(Package packageProperty)
Set the packageProperty property: Stream governance configuration.
Parameters:
Returns: