org.kohsuke.github
Class GHKey

java.lang.Object
  extended by org.kohsuke.github.GHKey
Direct Known Subclasses:
GHVerifiedKey

public class GHKey
extends Object

SSH public key.

Author:
Kohsuke Kawaguchi

Field Summary
protected  int id
           
protected  String key
           
protected  String title
           
protected  String url
           
protected  boolean verified
           
 
Constructor Summary
GHKey()
           
 
Method Summary
 int getId()
           
 String getKey()
           
 String getTitle()
           
 String getUrl()
          Something like "https://api.github.com/user/keys/73593"
 boolean isVerified()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

url

protected String url

key

protected String key

title

protected String title

verified

protected boolean verified

id

protected int id
Constructor Detail

GHKey

public GHKey()
Method Detail

getId

public int getId()

getKey

public String getKey()

getTitle

public String getTitle()

getUrl

public String getUrl()
Something like "https://api.github.com/user/keys/73593"


isVerified

public boolean isVerified()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All rights reserved.