public class AlipayUserCustomerIdentifyResponse extends AlipayResponse
Constructor and Description |
---|
AlipayUserCustomerIdentifyResponse() |
Modifier and Type | Method and Description |
---|---|
List<AlipayUserCustIdentifyActivity> |
getActivityList()
Gets activity list.
|
String |
getUserProfile()
Gets user profile.
|
void |
setActivityList(List<AlipayUserCustIdentifyActivity> activityList)
Sets activity list.
|
void |
setUserProfile(String userProfile)
Sets user profile.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsg
public void setActivityList(List<AlipayUserCustIdentifyActivity> activityList)
activityList
- the activity listpublic List<AlipayUserCustIdentifyActivity> getActivityList()
public void setUserProfile(String userProfile)
userProfile
- the user profilepublic String getUserProfile()
Copyright © 2018. All rights reserved.