public abstract class GHObject
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
created_at |
protected int |
id |
protected java.lang.String |
updated_at |
protected java.lang.String |
url |
| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
getCreatedAt()
When was this resource created?
|
int |
getId()
Unique ID number of this resource.
|
java.util.Date |
getUpdatedAt()
When was this resource last updated?
|
java.net.URL |
getUrl()
API URL of this object.
|
protected java.lang.String url
protected int id
protected java.lang.String created_at
protected java.lang.String updated_at
@WithBridgeMethods(value=java.lang.String.class,
adapterMethod="createdAtStr")
public java.util.Date getCreatedAt()
throws java.io.IOException
java.io.IOException@WithBridgeMethods(value=java.lang.String.class,
adapterMethod="urlToString")
public java.net.URL getUrl()
public java.util.Date getUpdatedAt()
throws java.io.IOException
java.io.IOException@WithBridgeMethods(value=java.lang.String.class,
adapterMethod="intToString")
public int getId()
Copyright © 2015. All Rights Reserved.