public class SshKey extends Object
SshKey(int id, String name, PublicKey publicKey)
boolean
equals(Object obj)
int
getId()
String
getName()
PublicKey
getPublicKey()
hashCode()
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
@ConstructorProperties(value={"id","name","ssh_pub_key"}) public SshKey(int id, String name, @Nullable PublicKey publicKey)
public int getId()
public String getName()
public PublicKey getPublicKey()
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
public String toString()
toString
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.