Package org.jclouds.cloudstack.domain
Class EncryptedPasswordAndPrivateKey
java.lang.Object
org.jclouds.cloudstack.domain.EncryptedPasswordAndPrivateKey
- 
Constructor Details- 
EncryptedPasswordAndPrivateKey@ConstructorProperties({"encryptedPassword","privateKey"}) public EncryptedPasswordAndPrivateKey(@Nullable String encryptedPassword, @Nullable String privateKey) 
 
- 
- 
Method Details- 
builder
- 
toBuilder
- 
getEncryptedPassword- Returns:
- the encrypted password String representation
 
- 
getPrivateKey- Returns:
- get the string representation of the private key
 
- 
hashCodepublic int hashCode()
- 
equals
- 
toString
 
-