public class EncryptionService extends Object
| Constructor and Description |
|---|
EncryptionService() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
enabled()
Get the enabled value.
|
org.joda.time.DateTime |
lastEnabledTime()
Get the lastEnabledTime value.
|
EncryptionService |
withEnabled(Boolean enabled)
Set the enabled value.
|
public Boolean enabled()
public EncryptionService withEnabled(Boolean enabled)
enabled - the enabled value to setpublic org.joda.time.DateTime lastEnabledTime()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/