|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.cloudcontrolled.api.model.AbstractModel
com.cloudcontrolled.api.model.SSHKey
public class SSHKey
The SSHKey object defines the resource 'public ssh key' which is registered for an user.
| Constructor Summary | |
|---|---|
SSHKey()
Constructor for SSHKey. |
|
| Method Summary | |
|---|---|
String |
getKey()
Getter for the field key. |
String |
getKeyId()
getKeyId. |
void |
setKey(String key)
Setter for the field key. |
void |
setKeyId(String keyId)
setKeyId. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SSHKey()
Constructor for SSHKey.
| Method Detail |
|---|
public String getKey()
Getter for the field key.
public void setKey(String key)
Setter for the field key.
key - the sshKey to setpublic String getKeyId()
getKeyId.
public void setKeyId(String keyId)
setKeyId.
keyId - the ssh key id to setpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||