TopicsInputConfig Class
- java.
lang. Object - com.
azure. resourcemanager. confluent. models. TopicsInputConfig
- com.
Implements
public final class TopicsInputConfig
implements JsonSerializable<TopicsInputConfig>
Topics input config.
Constructor Summary
| Constructor | Description |
|---|---|
| TopicsInputConfig() |
Creates an instance of Topics |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Topics |
fromJson(JsonReader jsonReader)
Reads an instance of Topics |
| String |
name()
Get the name property: Name of the topic input config. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
value()
Get the value property: Value of the topic input config. |
|
Topics |
withName(String name)
Set the name property: Name of the topic input config. |
|
Topics |
withValue(String value)
Set the value property: Value of the topic input config. |
Methods inherited from java.lang.Object
Constructor Details
TopicsInputConfig
public TopicsInputConfig()
Creates an instance of TopicsInputConfig class.
Method Details
fromJson
public static TopicsInputConfig fromJson(JsonReader jsonReader)
Reads an instance of TopicsInputConfig from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: Name of the topic input config.
Returns:
toJson
value
public String value()
Get the value property: Value of the topic input config.
Returns:
withName
public TopicsInputConfig withName(String name)
Set the name property: Name of the topic input config.
Parameters:
Returns:
withValue
public TopicsInputConfig withValue(String value)
Set the value property: Value of the topic input config.
Parameters:
Returns: