public class HashTagResponse extends Object
| Constructor and Description |
|---|
HashTagResponse() |
| Modifier and Type | Method and Description |
|---|---|
void |
addRecentPost(Post recentPost) |
void |
addTopPost(Post topPost) |
int |
getCount() |
String |
getEndCursor() |
com.afollestad.ason.Ason |
getJson() |
String |
getProfilePicUrl() |
ArrayList<Post> |
getRecentPosts() |
ArrayList<Post> |
getTopPosts() |
boolean |
hasNextPage() |
boolean |
isTopMediaOnly() |
void |
setCount(int count) |
void |
setEndCursor(String endCursor) |
void |
setHasNextPage(boolean hasNextPage) |
void |
setJson(com.afollestad.ason.Ason json) |
void |
setProfilePicUrl(String profilePicUrl) |
void |
setTopMediaOnly(boolean topMediaOnly) |
public com.afollestad.ason.Ason getJson()
public void setJson(com.afollestad.ason.Ason json)
public boolean isTopMediaOnly()
public void setTopMediaOnly(boolean topMediaOnly)
public String getProfilePicUrl()
public void setProfilePicUrl(String profilePicUrl)
public int getCount()
public void setCount(int count)
public boolean hasNextPage()
public void setHasNextPage(boolean hasNextPage)
public String getEndCursor()
public void setEndCursor(String endCursor)
public void addTopPost(Post topPost)
public void addRecentPost(Post recentPost)
Copyright © 2018. All rights reserved.