public abstract class GHObject extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
created_at |
protected int |
id |
protected String |
updated_at |
protected String |
url |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreatedAt()
When was this resource created?
|
abstract URL |
getHtmlUrl()
URL of this object for humans, which renders some HTML.
|
int |
getId()
Unique ID number of this resource.
|
Date |
getUpdatedAt()
When was this resource last updated?
|
URL |
getUrl()
API URL of this object.
|
String |
toString()
String representation to assist debugging and inspection.
|
protected String url
protected int id
protected String created_at
protected String updated_at
@WithBridgeMethods(value=java.lang.String.class, adapterMethod="createdAtStr") public Date getCreatedAt() throws IOException
IOException@WithBridgeMethods(value=java.lang.String.class, adapterMethod="urlToString") public URL getUrl()
@WithBridgeMethods(value=java.lang.String.class, adapterMethod="urlToString") public abstract URL getHtmlUrl() throws IOException
IOExceptionpublic Date getUpdatedAt() throws IOException
IOException@WithBridgeMethods(value=java.lang.String.class, adapterMethod="intToString") public int getId()
Copyright © 2017. All rights reserved.