public class DeletedCertificateItem extends CertificateItem
| Constructor and Description |
|---|
DeletedCertificateItem() |
| Modifier and Type | Method and 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.
|
attributes, id, tags, withAttributes, withId, withTags, withX509Thumbprint, x509Thumbprintpublic String recoveryId()
public DeletedCertificateItem withRecoveryId(String recoveryId)
recoveryId - the recoveryId value to setpublic org.joda.time.DateTime scheduledPurgeDate()
public org.joda.time.DateTime deletedDate()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/