TopicMetadataEntity Class
- java.
lang. Object - com.
azure. resourcemanager. confluent. models. TopicMetadataEntity
- com.
Implements
public final class TopicMetadataEntity
implements JsonSerializable<TopicMetadataEntity>
Metadata of the data record.
Constructor Summary
| Constructor | Description |
|---|---|
| TopicMetadataEntity() |
Creates an instance of Topic |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Topic |
fromJson(JsonReader jsonReader)
Reads an instance of Topic |
| String |
resourceName()
Get the resource |
| String |
self()
Get the self property: Self lookup url. |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Topic |
withResourceName(String resourceName)
Set the resource |
|
Topic |
withSelf(String self)
Set the self property: Self lookup url. |
Methods inherited from java.lang.Object
Constructor Details
TopicMetadataEntity
public TopicMetadataEntity()
Creates an instance of TopicMetadataEntity class.
Method Details
fromJson
public static TopicMetadataEntity fromJson(JsonReader jsonReader)
Reads an instance of TopicMetadataEntity from the JsonReader.
Parameters:
Returns:
Throws:
resourceName
public String resourceName()
Get the resourceName property: Resource name of the record.
Returns:
self
public String self()
Get the self property: Self lookup url.
Returns:
toJson
withResourceName
public TopicMetadataEntity withResourceName(String resourceName)
Set the resourceName property: Resource name of the record.
Parameters:
Returns:
withSelf
public TopicMetadataEntity withSelf(String self)
Set the self property: Self lookup url.
Parameters:
Returns: