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.
Constructor Summary
| Constructor | Description |
|---|---|
| MetadataEntity() |
Creates an instance of Metadata |
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 |
| void |
validate()
Validates the instance. |
|
Metadata |
withCreatedAt(String createdAt)
Set the created |
|
Metadata |
withDeletedAt(String deletedAt)
Set the deleted |
|
Metadata |
withResourceName(String resourceName)
Set the resource |
|
Metadata |
withSelf(String self)
Set the self property: Self lookup url. |
|
Metadata |
withUpdatedAt(String updatedAt)
Set the updated |
Methods inherited from java.lang.Object
Constructor Details
MetadataEntity
public MetadataEntity()
Creates an instance of MetadataEntity class.
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:
validate
public void validate()
Validates the instance.
withCreatedAt
public MetadataEntity withCreatedAt(String createdAt)
Set the createdAt property: Created Date Time.
Parameters:
Returns:
withDeletedAt
public MetadataEntity withDeletedAt(String deletedAt)
Set the deletedAt property: Deleted Date time.
Parameters:
Returns:
withResourceName
public MetadataEntity withResourceName(String resourceName)
Set the resourceName property: Resource name of the record.
Parameters:
Returns:
withSelf
public MetadataEntity withSelf(String self)
Set the self property: Self lookup url.
Parameters:
Returns:
withUpdatedAt
public MetadataEntity withUpdatedAt(String updatedAt)
Set the updatedAt property: Updated Date time.
Parameters:
Returns: