SCMetadataEntity Class
- java.
lang. Object - com.
azure. resourcemanager. confluent. models. SCMetadataEntity
- com.
Implements
public final class SCMetadataEntity
implements JsonSerializable<SCMetadataEntity>
Metadata of the data record.
Constructor Summary
| Constructor | Description |
|---|---|
| SCMetadataEntity() |
Creates an instance of SCMetadata |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
createdTimestamp()
Get the created |
| String |
deletedTimestamp()
Get the deleted |
|
static
SCMetadata |
fromJson(JsonReader jsonReader)
Reads an instance of SCMetadata |
| String |
resourceName()
Get the resource |
| String |
self()
Get the self property: Self lookup url. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
updatedTimestamp()
Get the updated |
|
SCMetadata |
withCreatedTimestamp(String createdTimestamp)
Set the created |
|
SCMetadata |
withDeletedTimestamp(String deletedTimestamp)
Set the deleted |
|
SCMetadata |
withResourceName(String resourceName)
Set the resource |
|
SCMetadata |
withSelf(String self)
Set the self property: Self lookup url. |
|
SCMetadata |
withUpdatedTimestamp(String updatedTimestamp)
Set the updated |
Methods inherited from java.lang.Object
Constructor Details
SCMetadataEntity
public SCMetadataEntity()
Creates an instance of SCMetadataEntity class.
Method Details
createdTimestamp
public String createdTimestamp()
Get the createdTimestamp property: Created Date Time.
Returns:
deletedTimestamp
public String deletedTimestamp()
Get the deletedTimestamp property: Deleted Date time.
Returns:
fromJson
public static SCMetadataEntity fromJson(JsonReader jsonReader)
Reads an instance of SCMetadataEntity 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
updatedTimestamp
public String updatedTimestamp()
Get the updatedTimestamp property: Updated Date time.
Returns:
withCreatedTimestamp
public SCMetadataEntity withCreatedTimestamp(String createdTimestamp)
Set the createdTimestamp property: Created Date Time.
Parameters:
Returns:
withDeletedTimestamp
public SCMetadataEntity withDeletedTimestamp(String deletedTimestamp)
Set the deletedTimestamp property: Deleted Date time.
Parameters:
Returns:
withResourceName
public SCMetadataEntity withResourceName(String resourceName)
Set the resourceName property: Resource name of the record.
Parameters:
Returns:
withSelf
public SCMetadataEntity withSelf(String self)
Set the self property: Self lookup url.
Parameters:
Returns:
withUpdatedTimestamp
public SCMetadataEntity withUpdatedTimestamp(String updatedTimestamp)
Set the updatedTimestamp property: Updated Date time.
Parameters:
Returns: