public class NodeUpdateUserParameter extends Object
Constructor and Description |
---|
NodeUpdateUserParameter() |
Modifier and Type | Method and Description |
---|---|
org.joda.time.DateTime |
expiryTime()
Get the expiryTime value.
|
String |
password()
Get the password value.
|
String |
sshPublicKey()
Get the sshPublicKey value.
|
NodeUpdateUserParameter |
withExpiryTime(org.joda.time.DateTime expiryTime)
Set the expiryTime value.
|
NodeUpdateUserParameter |
withPassword(String password)
Set the password value.
|
NodeUpdateUserParameter |
withSshPublicKey(String sshPublicKey)
Set the sshPublicKey value.
|
public String password()
public NodeUpdateUserParameter withPassword(String password)
password
- the password value to setpublic org.joda.time.DateTime expiryTime()
public NodeUpdateUserParameter withExpiryTime(org.joda.time.DateTime expiryTime)
expiryTime
- the expiryTime value to setpublic String sshPublicKey()
public NodeUpdateUserParameter withSshPublicKey(String sshPublicKey)
sshPublicKey
- the sshPublicKey value to setCopyright © 2019. All rights reserved.