public class DeletedKeyBundle extends KeyBundle
| Constructor and Description |
|---|
DeletedKeyBundle() |
| 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.
|
DeletedKeyBundle |
withRecoveryId(String recoveryId)
Set the recoveryId value.
|
attributes, key, managed, tags, withAttributes, withKey, withTagskeyIdentifier, toStringpublic String recoveryId()
public DeletedKeyBundle 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.
*/