public class Comment extends InstagramModel
Constructor and Description |
---|
Comment(JSONObject obj,
String accessToken) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Checks if two comment objects are equal
|
String |
getCreatedTimestamp() |
String |
getId() |
User |
getSender() |
String |
getText() |
protected void |
setCreatedTimestamp(String createdTimestamp) |
protected void |
setId(String id) |
protected void |
setSender(User sender) |
protected void |
setText(String text) |
getAccessToken, setAccessToken, toString
public Comment(JSONObject obj, String accessToken) throws JSONException
JSONException
public String getCreatedTimestamp()
protected void setCreatedTimestamp(String createdTimestamp)
public String getText()
protected void setText(String text)
public String getId()
protected void setId(String id)
public User getSender()
protected void setSender(User sender)
Copyright © 2013. All Rights Reserved.