org.jclouds.cloudstack.domain
Class EncryptedPasswordAndPrivateKey

java.lang.Object
  extended by org.jclouds.cloudstack.domain.EncryptedPasswordAndPrivateKey

public final class EncryptedPasswordAndPrivateKey
extends Object

Author:
Andrei Savu

Nested Class Summary
static class EncryptedPasswordAndPrivateKey.Builder
           
 
Constructor Summary
EncryptedPasswordAndPrivateKey(String encryptedPassword, String privateKey)
           
 
Method Summary
static EncryptedPasswordAndPrivateKey.Builder builder()
           
 boolean equals(Object obj)
           
 String getEncryptedPassword()
           
 String getPrivateKey()
           
 int hashCode()
           
 EncryptedPasswordAndPrivateKey.Builder toBuilder()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EncryptedPasswordAndPrivateKey

@ConstructorProperties(value={"encryptedPassword","privateKey"})
public EncryptedPasswordAndPrivateKey(@Nullable
                                                                 String encryptedPassword,
                                                                 @Nullable
                                                                 String privateKey)
Method Detail

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.