public class AlipayCommerceTransportOfflinepayVirtualcardSendResponse extends AlipayResponse
| Constructor and Description |
|---|
AlipayCommerceTransportOfflinepayVirtualcardSendResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCardNo()
Gets card no.
|
String |
getCardSchema()
Gets card schema.
|
String |
getCardType()
Gets card type.
|
String |
getErrorMessage()
Gets error message.
|
String |
getSubErrorCode()
Gets sub error code.
|
String |
getUserId()
Gets user id.
|
void |
setCardNo(String cardNo)
Sets card no.
|
void |
setCardSchema(String cardSchema)
Sets card schema.
|
void |
setCardType(String cardType)
Sets card type.
|
void |
setErrorMessage(String errorMessage)
Sets error message.
|
void |
setSubErrorCode(String subErrorCode)
Sets sub error code.
|
void |
setUserId(String userId)
Sets user id.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic AlipayCommerceTransportOfflinepayVirtualcardSendResponse()
public void setCardNo(String cardNo)
cardNo - the card nopublic String getCardNo()
public void setCardSchema(String cardSchema)
cardSchema - the card schemapublic String getCardSchema()
public void setCardType(String cardType)
cardType - the card typepublic String getCardType()
public void setErrorMessage(String errorMessage)
errorMessage - the error messagepublic String getErrorMessage()
public void setSubErrorCode(String subErrorCode)
subErrorCode - the sub error codepublic String getSubErrorCode()
public void setUserId(String userId)
userId - the user idpublic String getUserId()
Copyright © 2018. All rights reserved.