org.jclouds.cloudstack.domain
Class EncryptedPasswordAndPrivateKey
java.lang.Object
org.jclouds.cloudstack.domain.EncryptedPasswordAndPrivateKey
public final class EncryptedPasswordAndPrivateKey
- extends Object
- Author:
- Andrei Savu
EncryptedPasswordAndPrivateKey
@ConstructorProperties(value={"encryptedPassword","privateKey"})
public EncryptedPasswordAndPrivateKey(@Nullable
String encryptedPassword,
@Nullable
String privateKey)
builder
public static EncryptedPasswordAndPrivateKey.Builder builder()
toBuilder
public EncryptedPasswordAndPrivateKey.Builder toBuilder()
getEncryptedPassword
@Nullable
public String getEncryptedPassword()
- Returns:
- the encrypted password String representation
getPrivateKey
@Nullable
public String getPrivateKey()
- Returns:
- get the string representation of the private key
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2009-2013 jclouds. All Rights Reserved.