org.jclouds.cloudstack.domain
Class SshKeyPair
java.lang.Object
org.jclouds.cloudstack.domain.SshKeyPair
public class SshKeyPair
- extends Object
Class SshKeyPair
- Author:
- Vijay Kiran
SshKeyPair
@ConstructorProperties(value={"fingerprint","name","privatekey"})
protected SshKeyPair(@Nullable
String fingerprint,
String name,
@Nullable
String privateKey)
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-2013 jclouds. All Rights Reserved.