public class AlipayMobilePublicFollowListResponse extends AlipayResponse
Constructor and Description |
---|
AlipayMobilePublicFollowListResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getCode()
Getter method for property code.
|
String |
getCount()
Gets count.
|
Data |
getData()
Gets data.
|
String |
getNextAlipayUserId()
Gets next alipay user id.
|
String |
getNextUserId()
Gets next user id.
|
void |
setCode(String code)
Setter method for property code.
|
void |
setCount(String count)
Sets count.
|
void |
setData(Data data)
Sets data.
|
void |
setNextAlipayUserId(String nextAlipayUserId)
Sets next alipay user id.
|
void |
setNextUserId(String nextUserId)
Sets next user id.
|
getBody, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setErrorCode, setMsg, setParams, setSubCode, setSubMsg
public AlipayMobilePublicFollowListResponse()
public void setCode(String code)
AlipayResponse
setCode
in class AlipayResponse
code
- value to be assigned to property codepublic String getCode()
AlipayResponse
getCode
in class AlipayResponse
public void setCount(String count)
count
- the countpublic String getCount()
public void setData(Data data)
data
- the datapublic Data getData()
public void setNextAlipayUserId(String nextAlipayUserId)
nextAlipayUserId
- the next alipay user idpublic String getNextAlipayUserId()
public void setNextUserId(String nextUserId)
nextUserId
- the next user idpublic String getNextUserId()
Copyright © 2018. All rights reserved.