MetadataEntity Class
- java.
lang. Object - com.
azure. resourcemanager. confluent. models. MetadataEntity
- com.
Implements
public final class MetadataEntity
implements JsonSerializable<MetadataEntity>
Metadata of the data record.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
createdAt()
Get the created |
| String |
deletedAt()
Get the deleted |
|
static
Metadata |
fromJson(JsonReader jsonReader)
Reads an instance of Metadata |
| String |
resourceName()
Get the resource |
| String |
self()
Get the self property: Self lookup url. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
updatedAt()
Get the updated |
Methods inherited from java.lang.Object
Method Details
createdAt
public String createdAt()
Get the createdAt property: Created Date Time.
Returns:
deletedAt
public String deletedAt()
Get the deletedAt property: Deleted Date time.
Returns:
fromJson
public static MetadataEntity fromJson(JsonReader jsonReader)
Reads an instance of MetadataEntity 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
updatedAt
public String updatedAt()
Get the updatedAt property: Updated Date time.
Returns: