public class AlipayOpenPublicFollowBatchqueryResponse extends AlipayResponse
| Constructor and Description |
|---|
AlipayOpenPublicFollowBatchqueryResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCount()
Gets count.
|
String |
getNextUserId()
Gets next user id.
|
List<String> |
getUserIdList()
Gets user id list.
|
void |
setCount(String count)
Sets count.
|
void |
setNextUserId(String nextUserId)
Sets next user id.
|
void |
setUserIdList(List<String> userIdList)
Sets user id list.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic AlipayOpenPublicFollowBatchqueryResponse()
public void setCount(String count)
count - the countpublic String getCount()
public void setNextUserId(String nextUserId)
nextUserId - the next user idpublic String getNextUserId()
public void setUserIdList(List<String> userIdList)
userIdList - the user id listCopyright © 2018. All rights reserved.