public class RegistryPassword extends Object
| Constructor | Description |
|---|---|
RegistryPassword() |
| Modifier and Type | Method | Description |
|---|---|---|
PasswordName |
name() |
Get the password name.
|
String |
value() |
Get the password value.
|
RegistryPassword |
withName(PasswordName name) |
Set the password name.
|
RegistryPassword |
withValue(String value) |
Set the password value.
|
public PasswordName name()
public RegistryPassword withName(PasswordName name)
name - the name value to setpublic String value()
public RegistryPassword withValue(String value)
value - the value value to set /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/