public class GetFollowListOutputModel
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
GetFollowListOutputModel.FollowList |
Constructor and Description |
---|
GetFollowListOutputModel() |
Modifier and Type | Method and Description |
---|---|
int |
getCode()
This Method is use to get the code
|
java.util.List<GetFollowListOutputModel.FollowList> |
getFollowList()
This Method is use to get the followList
|
int |
getItemCount()
This Method is use to get the itemCount
|
int |
getLimit()
This Method is use to get the limit
|
java.lang.String |
getMsg()
This Method is use to get the msg
|
int |
getOffset()
This Method is use to get the offset
|
public int getCode()
@Nullable public java.lang.String getMsg()
@Nullable public java.util.List<GetFollowListOutputModel.FollowList> getFollowList()
public int getItemCount()
public int getLimit()
public int getOffset()