public class SshKeys extends AbstractBase
| Constructor and Description |
|---|
SshKeys() |
| Modifier and Type | Method and Description |
|---|---|
Meta |
getMeta() |
java.util.List<SshKey> |
getSshKeys() |
void |
setMeta(Meta meta) |
void |
setSshKeys(java.util.List<SshKey> sshKeys) |
toStringpublic java.util.List<SshKey> getSshKeys()
public void setSshKeys(java.util.List<SshKey> sshKeys)
sshKeys - the sshKeys to setpublic Meta getMeta()
public void setMeta(Meta meta)
meta - the meta to set