Package com.woorea.openstack.nova.model
Class KeyPair
- java.lang.Object
-
- com.woorea.openstack.nova.model.KeyPair
-
- All Implemented Interfaces:
Serializable
public class KeyPair extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFingerprint()StringgetName()StringgetPrivateKey()StringgetPublicKey()StringgetUserId()voidsetName(String name)voidsetPublicKey(String publicKey)StringtoString()
-
-
-
Method Detail
-
getName
public String getName()
- Returns:
- the name
-
setName
public void setName(String name)
- Parameters:
name- the name to set
-
getUserId
public String getUserId()
- Returns:
- the userId
-
getPublicKey
public String getPublicKey()
- Returns:
- the publicKey
-
setPublicKey
public void setPublicKey(String publicKey)
- Parameters:
publicKey- the publicKey to set
-
getPrivateKey
public String getPrivateKey()
- Returns:
- the privateKey
-
getFingerprint
public String getFingerprint()
- Returns:
- the fingerprint
-
-