public class RegistryPassword extends Object
Constructor and Description |
---|
RegistryPassword() |
Modifier and Type | Method and 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 setCopyright © 2019. All rights reserved.