org.jclouds.cloudstack.domain
Class SshKeyPair

java.lang.Object
  extended by org.jclouds.cloudstack.domain.SshKeyPair
All Implemented Interfaces:
Comparable<SshKeyPair>

public class SshKeyPair
extends Object
implements Comparable<SshKeyPair>

Author:
Vijay Kiran

Nested Class Summary
static class SshKeyPair.Builder
           
 
Constructor Summary
SshKeyPair(String fingerprint, String name, String privateKey)
           
 
Method Summary
static SshKeyPair.Builder builder()
           
 int compareTo(SshKeyPair arg0)
           
 boolean equals(Object obj)
           
 String getFingerprint()
           
 String getName()
           
 String getPrivateKey()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SshKeyPair

public SshKeyPair(String fingerprint,
                  String name,
                  String privateKey)
Method Detail

builder

public static SshKeyPair.Builder builder()

getFingerprint

public String getFingerprint()

getName

public String getName()

getPrivateKey

public String getPrivateKey()

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

compareTo

public int compareTo(SshKeyPair arg0)
Specified by:
compareTo in interface Comparable<SshKeyPair>


Copyright © 2009-2012 jclouds. All Rights Reserved.