TopicsRelatedLink Class
- java.
lang. Object - com.
azure. resourcemanager. confluent. models. TopicsRelatedLink
- com.
Implements
public final class TopicsRelatedLink
implements JsonSerializable<TopicsRelatedLink>
Partition Config spec of the topic record.
Constructor Summary
| Constructor | Description |
|---|---|
| TopicsRelatedLink() |
Creates an instance of Topics |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Topics |
fromJson(JsonReader jsonReader)
Reads an instance of Topics |
| String |
related()
Get the related property: Relationship of the topic. |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Topics |
withRelated(String related)
Set the related property: Relationship of the topic. |
Methods inherited from java.lang.Object
Constructor Details
TopicsRelatedLink
public TopicsRelatedLink()
Creates an instance of TopicsRelatedLink class.
Method Details
fromJson
public static TopicsRelatedLink fromJson(JsonReader jsonReader)
Reads an instance of TopicsRelatedLink from the JsonReader.
Parameters:
Returns:
Throws:
related
public String related()
Get the related property: Relationship of the topic.
Returns:
toJson
withRelated
public TopicsRelatedLink withRelated(String related)
Set the related property: Relationship of the topic.
Parameters:
Returns: