public class MentionedIssueImpl extends Object implements MentionedIssue
| Constructor and Description |
|---|
MentionedIssueImpl(Jitter jitter,
MessageImpl message,
org.json.JSONObject json) |
| Modifier and Type | Method and Description |
|---|---|
org.json.JSONObject |
asJSON()
Gets the underlying JSON object.
|
Jitter |
getJitter()
Gets the providing
Jitter object. |
Message |
getMessage()
Gets the
Message in which this mention took place. |
int |
getNumber()
Gets the issue number mentioned.
|
String |
toString() |
public MentionedIssueImpl(Jitter jitter, MessageImpl message, org.json.JSONObject json)
public Jitter getJitter()
MentionedIssueJitter object.getJitter in interface MentionedIssuepublic org.json.JSONObject asJSON()
MentionedIssueasJSON in interface MentionedIssuepublic Message getMessage()
MentionedIssueMessage in which this mention took place.getMessage in interface MentionedIssuepublic int getNumber()
MentionedIssuegetNumber in interface MentionedIssueCopyright © 2016. All rights reserved.