@Immutable @Loggable(value=1) public final class RtStatus extends Object implements Status
Status.Smart, Status.State| Constructor and Description |
|---|
RtStatus(Commit cmt,
javax.json.JsonObject obj)
Public ctor.
|
| Modifier and Type | Method and Description |
|---|---|
Commit |
commit()
Associated commit.
|
int |
identifier()
Get its ID number.
|
javax.json.JsonObject |
json()
Describe it in a JSON object.
|
String |
url()
Get its URL.
|
public RtStatus(Commit cmt, javax.json.JsonObject obj)
cmt - Associated commitobj - Status JSON objectpublic javax.json.JsonObject json()
JsonReadablejson in interface JsonReadablepublic int identifier()
Statusidentifier in interface StatusCopyright © 2012–2018 jcabi.com. All rights reserved.