Class DeletedKeyBundle
- java.lang.Object
-
- com.microsoft.azure.keyvault.models.custom.KeyBundle
-
- com.microsoft.azure.keyvault.models.KeyBundle
-
- com.microsoft.azure.keyvault.models.DeletedKeyBundle
-
public class DeletedKeyBundle extends KeyBundle
A DeletedKeyBundle consisting of a WebKey plus its Attributes and deletion info.
-
-
Constructor Summary
Constructors Constructor Description DeletedKeyBundle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.joda.time.DateTime
deletedDate()
Get the deletedDate value.String
recoveryId()
Get the recoveryId value.org.joda.time.DateTime
scheduledPurgeDate()
Get the scheduledPurgeDate value.DeletedKeyBundle
withRecoveryId(String recoveryId)
Set the recoveryId value.-
Methods inherited from class com.microsoft.azure.keyvault.models.KeyBundle
attributes, key, managed, tags, withAttributes, withKey, withTags
-
Methods inherited from class com.microsoft.azure.keyvault.models.custom.KeyBundle
keyIdentifier, toString
-
-
-
-
Method Detail
-
recoveryId
public String recoveryId()
Get the recoveryId value.- Returns:
- the recoveryId value
-
withRecoveryId
public DeletedKeyBundle withRecoveryId(String recoveryId)
Set the recoveryId value.- Parameters:
recoveryId
- the recoveryId value to set- Returns:
- the DeletedKeyBundle object itself.
-
scheduledPurgeDate
public org.joda.time.DateTime scheduledPurgeDate()
Get the scheduledPurgeDate value.- Returns:
- the scheduledPurgeDate value
-
deletedDate
public org.joda.time.DateTime deletedDate()
Get the deletedDate value.- Returns:
- the deletedDate value
-
-