Class DeletedCertificateBundle
- java.lang.Object
-
- com.microsoft.azure.keyvault.models.custom.CertificateBundle
-
- com.microsoft.azure.keyvault.models.CertificateBundle
-
- com.microsoft.azure.keyvault.models.DeletedCertificateBundle
-
public class DeletedCertificateBundle extends CertificateBundle
A Deleted Certificate consisting of its previous id, attributes and its tags, as well as information on when it will be purged.
-
-
Constructor Summary
Constructors Constructor Description DeletedCertificateBundle()
-
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.DeletedCertificateBundle
withRecoveryId(String recoveryId)
Set the recoveryId value.-
Methods inherited from class com.microsoft.azure.keyvault.models.CertificateBundle
attributes, cer, contentType, id, kid, policy, sid, tags, withAttributes, withCer, withContentType, withTags, x509Thumbprint
-
Methods inherited from class com.microsoft.azure.keyvault.models.custom.CertificateBundle
certificateIdentifier, keyIdentifier, secretIdentifier, toString
-
-
-
-
Method Detail
-
recoveryId
public String recoveryId()
Get the recoveryId value.- Returns:
- the recoveryId value
-
withRecoveryId
public DeletedCertificateBundle withRecoveryId(String recoveryId)
Set the recoveryId value.- Parameters:
recoveryId
- the recoveryId value to set- Returns:
- the DeletedCertificateBundle 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
-
-