public class AlipayMobilePublicContactFollowListResponse extends AlipayResponse
Constructor and Description |
---|
AlipayMobilePublicContactFollowListResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getCode()
Getter method for property code.
|
List<String> |
getContactFollowList()
Gets contact follow list.
|
void |
setCode(String code)
Setter method for property code.
|
void |
setContactFollowList(List<String> contactFollowList)
Sets contact follow list.
|
getBody, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setErrorCode, setMsg, setParams, setSubCode, setSubMsg
public AlipayMobilePublicContactFollowListResponse()
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 setContactFollowList(List<String> contactFollowList)
contactFollowList
- the contact follow listCopyright © 2018. All rights reserved.