org.jclouds.cloudstack.domain
Class EncryptedPasswordAndPrivateKey

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

public class EncryptedPasswordAndPrivateKey
extends Object

Class EncryptedPasswordAndPrivateKey

Author:
Andrei Savu

Nested Class Summary
static class EncryptedPasswordAndPrivateKey.Builder<T extends EncryptedPasswordAndPrivateKey.Builder<T>>
           
 
Constructor Summary
protected EncryptedPasswordAndPrivateKey(String encryptedPassword, String privateKey)
           
 
Method Summary
static EncryptedPasswordAndPrivateKey.Builder<?> builder()
           
 boolean equals(Object obj)
           
 String getEncryptedPassword()
           
 String getPrivateKey()
           
 int hashCode()
           
protected  com.google.common.base.Objects.ToStringHelper string()
           
 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"})
protected 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

string

protected com.google.common.base.Objects.ToStringHelper string()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2012 jclouds. All Rights Reserved.