|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.cloudstack.domain.SshKeyPair
public class SshKeyPair
Class SshKeyPair
| 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 |
|---|
@ConstructorProperties(value={"fingerprint","name","privatekey"})
protected SshKeyPair(@Nullable
String fingerprint,
String name,
@Nullable
String privateKey)
| Method Detail |
|---|
public static SshKeyPair.Builder<?> builder()
public SshKeyPair.Builder<?> toBuilder()
@Nullable public String getFingerprint()
public String getName()
@Nullable public String getPrivateKey()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectprotected com.google.common.base.Objects.ToStringHelper string()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||