public class AlipayUserVirtualcardPageSignResponse extends AlipayResponse
Constructor and Description |
---|
AlipayUserVirtualcardPageSignResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getCardNo()
Gets card no.
|
String |
getCardType()
Gets card type.
|
String |
getUserId()
Gets user id.
|
void |
setCardNo(String cardNo)
Sets card no.
|
void |
setCardType(String cardType)
Sets card type.
|
void |
setUserId(String userId)
Sets user id.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsg
public AlipayUserVirtualcardPageSignResponse()
public void setCardNo(String cardNo)
cardNo
- the card nopublic String getCardNo()
public void setCardType(String cardType)
cardType
- the card typepublic String getCardType()
public void setUserId(String userId)
userId
- the user idpublic String getUserId()
Copyright © 2018. All rights reserved.