Class DeletedCertificateItem
- java.lang.Object
-
- com.microsoft.azure.keyvault.models.CertificateItem
-
- com.microsoft.azure.keyvault.models.DeletedCertificateItem
-
public class DeletedCertificateItem extends CertificateItem
The deleted certificate item containing metadata about the deleted certificate.
-
-
Constructor Summary
Constructors Constructor Description DeletedCertificateItem()
-
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.DeletedCertificateItem
withRecoveryId(String recoveryId)
Set the recoveryId value.-
Methods inherited from class com.microsoft.azure.keyvault.models.CertificateItem
attributes, id, tags, withAttributes, withId, withTags, withX509Thumbprint, x509Thumbprint
-
-
-
-
Method Detail
-
recoveryId
public String recoveryId()
Get the recoveryId value.- Returns:
- the recoveryId value
-
withRecoveryId
public DeletedCertificateItem withRecoveryId(String recoveryId)
Set the recoveryId value.- Parameters:
recoveryId
- the recoveryId value to set- Returns:
- the DeletedCertificateItem 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
-
-