|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.openstack.nova.v2_0.domain.KeyPair
public class KeyPair
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 |
|---|
@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 |
|---|
public static KeyPair.Builder<?> builder()
public KeyPair.Builder<?> toBuilder()
@Nullable public String getPublicKey()
@Nullable public String getPrivateKey()
@Nullable public String getUserId()
public String getName()
@Nullable public String getFingerprint()
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 | |||||||||