public class AlipayUserUnicomCardInfoSyncResponse extends AlipayResponse
| Constructor and Description |
|---|
AlipayUserUnicomCardInfoSyncResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCardSyncResult()
Gets card sync result.
|
String |
getPhoneNo()
Gets phone no.
|
String |
getUserId()
Gets user id.
|
void |
setCardSyncResult(String cardSyncResult)
Sets card sync result.
|
void |
setPhoneNo(String phoneNo)
Sets phone no.
|
void |
setUserId(String userId)
Sets user id.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic AlipayUserUnicomCardInfoSyncResponse()
public void setCardSyncResult(String cardSyncResult)
cardSyncResult - the card sync resultpublic String getCardSyncResult()
public void setPhoneNo(String phoneNo)
phoneNo - the phone nopublic String getPhoneNo()
public void setUserId(String userId)
userId - the user idpublic String getUserId()
Copyright © 2018. All rights reserved.