Package com.woorea.openstack.nova.model
Class KeyPair
java.lang.Object
com.woorea.openstack.nova.model.KeyPair
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Details
-
name
-
userId
-
publicKey
-
privateKey
-
fingerprint
-
-
Constructor Details
-
KeyPair
public KeyPair() -
KeyPair
-
KeyPair
-
-
Method Details
-
getName
- Returns:
- the name
-
setName
- Parameters:
name
- the name to set
-
getUserId
- Returns:
- the userId
-
getPublicKey
- Returns:
- the publicKey
-
setPublicKey
- Parameters:
publicKey
- the publicKey to set
-
getPrivateKey
- Returns:
- the privateKey
-
getFingerprint
- Returns:
- the fingerprint
-
toString
-