public class AlipayUserAuthUserinfoApplyResponse extends AlipayResponse
| Constructor and Description |
|---|
AlipayUserAuthUserinfoApplyResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthCode()
Gets auth code.
|
String |
getUserId()
Gets user id.
|
void |
setAuthCode(String authCode)
Sets auth code.
|
void |
setUserId(String userId)
Sets user id.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic void setAuthCode(String authCode)
authCode - the auth codepublic String getAuthCode()
public void setUserId(String userId)
userId - the user idpublic String getUserId()
Copyright © 2018. All rights reserved.