public class Comment extends Object
| Constructor and Description |
|---|
Comment() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
get id of comment on instagram
|
String |
getOwnerId()
get owner id of comment
|
String |
getOwnerProfilePicUrl()
get owner profile picture of comment
|
String |
getOwnerUsername()
get owner username of comment
|
String |
getPostShortCode()
get post short code that this comment for it
|
String |
getText()
get text of comment
|
int |
getTimestamp()
get time of comment in timestamp format
|
void |
setId(String id) |
void |
setOwnerId(String ownerId) |
void |
setOwnerProfilePicUrl(String ownerProfilePicUrl) |
void |
setOwnerUsername(String ownerUsername) |
void |
setPostShortCode(String postShortCode) |
void |
setText(String text) |
void |
setTimestamp(int timestamp) |
public String getId()
public void setId(String id)
public String getText()
public void setText(String text)
public int getTimestamp()
public void setTimestamp(int timestamp)
public String getOwnerId()
public void setOwnerId(String ownerId)
public String getOwnerProfilePicUrl()
public void setOwnerProfilePicUrl(String ownerProfilePicUrl)
public String getOwnerUsername()
public void setOwnerUsername(String ownerUsername)
public String getPostShortCode()
public void setPostShortCode(String postShortCode)
Copyright © 2018. All rights reserved.