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