org.jclouds.cloudstack.domain
Class SshKeyPair

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

public class SshKeyPair
extends Object

Class SshKeyPair

Author:
Vijay Kiran

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

Constructor Detail

SshKeyPair

@ConstructorProperties(value={"fingerprint","name","privatekey"})
protected SshKeyPair(@Nullable
                                                String fingerprint,
                                                String name,
                                                @Nullable
                                                String privateKey)
Method Detail

builder

public static SshKeyPair.Builder<?> builder()

toBuilder

public SshKeyPair.Builder<?> toBuilder()

getFingerprint

@Nullable
public String getFingerprint()

getName

public String getName()

getPrivateKey

@Nullable
public String getPrivateKey()

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.