Module de.stklcode.jvault.connector
Class VersionMetadata
java.lang.Object
de.stklcode.jvault.connector.model.response.embedded.VersionMetadata
- All Implemented Interfaces:
Serializable
Embedded metadata for a single Key-Value v2 version.
- Since:
- 0.8, 1.1 implements
Serializable
- Author:
- Stefan Kalscheuer
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated, for removal: This API element is subject to removal in a future version.Method left for backwards compatibility only.Deprecated, for removal: This API element is subject to removal in a future version.Method left for backwards compatibility only.int
hashCode()
boolean
-
Constructor Details
-
VersionMetadata
public VersionMetadata()
-
-
Method Details
-
getCreatedTimeString
Deprecated, for removal: This API element is subject to removal in a future version.Method left for backwards compatibility only. UsegetCreatedTime()
instead.- Returns:
- Time of secret creation as raw string representation.
-
getCreatedTime
- Returns:
- Time of secret creation.
-
getDeletionTimeString
Deprecated, for removal: This API element is subject to removal in a future version.Method left for backwards compatibility only. UsegetDeletionTime()
instead.- Returns:
- Time for secret deletion as raw string representation.
-
getDeletionTime
- Returns:
- Time for secret deletion.
-
isDestroyed
public boolean isDestroyed()- Returns:
- Whether the secret is destroyed.
-
getVersion
- Returns:
- Version of the entry.
-
equals
-
hashCode
public int hashCode()
-