public class SuggestedUser extends Object
| Constructor and Description |
|---|
SuggestedUser() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
int |
getFollowersCount() |
String |
getFullname() |
String |
getImage() |
String |
getInstaId() |
String |
getUsername() |
boolean |
isFollow() |
boolean |
isPrivate() |
boolean |
isRequested() |
boolean |
isVerified() |
boolean |
isViewer() |
void |
setDescription(String description) |
void |
setFollow(boolean follow) |
void |
setFollowersCount(int followersCount) |
void |
setFullname(String fullname) |
void |
setImage(String image) |
void |
setInstaId(String instaId) |
void |
setPrivate(boolean aPrivate) |
void |
setRequested(boolean requested) |
void |
setUsername(String username) |
void |
setVerified(boolean verified) |
void |
setViewer(boolean viewer) |
public int getFollowersCount()
public void setFollowersCount(int followersCount)
public boolean isFollow()
public void setFollow(boolean follow)
public String getFullname()
public void setFullname(String fullname)
public String getInstaId()
public void setInstaId(String instaId)
public boolean isPrivate()
public void setPrivate(boolean aPrivate)
public boolean isVerified()
public void setVerified(boolean verified)
public boolean isViewer()
public void setViewer(boolean viewer)
public String getImage()
public void setImage(String image)
public boolean isRequested()
public void setRequested(boolean requested)
public String getUsername()
public void setUsername(String username)
public String getDescription()
public void setDescription(String description)
Copyright © 2018. All rights reserved.