org.kohsuke.github
Class GHKey
java.lang.Object
org.kohsuke.github.GHKey
- Direct Known Subclasses:
- GHVerifiedKey
public class GHKey
- extends Object
SSH public key.
- Author:
- Kohsuke Kawaguchi
|
Constructor Summary |
GHKey()
|
url
protected String url
key
protected String key
title
protected String title
verified
protected boolean verified
id
protected int id
GHKey
public GHKey()
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.