org.jclouds.openstack.nova.v2_0.domain
Class KeyPair

java.lang.Object
  extended by org.jclouds.openstack.nova.v2_0.domain.KeyPair

public class KeyPair
extends Object

Class KeyPair


Nested Class Summary
static class KeyPair.Builder<T extends KeyPair.Builder<T>>
           
 
Constructor Summary
protected KeyPair(String publicKey, String privateKey, String userId, String name, String fingerprint)
           
 
Method Summary
static KeyPair.Builder<?> builder()
           
 boolean equals(Object obj)
           
 String getFingerprint()
           
 String getName()
           
 String getPrivateKey()
           
 String getPublicKey()
           
 String getUserId()
           
 int hashCode()
           
protected  com.google.common.base.Objects.ToStringHelper string()
           
 KeyPair.Builder<?> toBuilder()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

KeyPair

@ConstructorProperties(value={"public_key","private_key","user_id","name","fingerprint"})
protected KeyPair(@Nullable
                                             String publicKey,
                                             @Nullable
                                             String privateKey,
                                             @Nullable
                                             String userId,
                                             String name,
                                             @Nullable
                                             String fingerprint)
Method Detail

builder

public static KeyPair.Builder<?> builder()

toBuilder

public KeyPair.Builder<?> toBuilder()

getPublicKey

@Nullable
public String getPublicKey()

getPrivateKey

@Nullable
public String getPrivateKey()

getUserId

@Nullable
public String getUserId()

getName

public String getName()

getFingerprint

@Nullable
public String getFingerprint()

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.