public class AlipayPayCodecAcodeDecodeUseResponse extends AlipayResponse
| 构造器和说明 |
|---|
AlipayPayCodecAcodeDecodeUseResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBizId() |
String |
getBizInstCode() |
String |
getBusinessInfo() |
Long |
getCreateTime() |
String |
getEncodeInstCode() |
Long |
getExpireTime() |
String |
getPayAccount() |
Long |
getPayAccountAuthExpire() |
String |
getPayAmountLimit() |
void |
setBizId(String bizId) |
void |
setBizInstCode(String bizInstCode) |
void |
setBusinessInfo(String businessInfo) |
void |
setCreateTime(Long createTime) |
void |
setEncodeInstCode(String encodeInstCode) |
void |
setExpireTime(Long expireTime) |
void |
setPayAccount(String payAccount) |
void |
setPayAccountAuthExpire(Long payAccountAuthExpire) |
void |
setPayAmountLimit(String payAmountLimit) |
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic void setBizId(String bizId)
public String getBizId()
public void setBizInstCode(String bizInstCode)
public String getBizInstCode()
public void setBusinessInfo(String businessInfo)
public String getBusinessInfo()
public void setCreateTime(Long createTime)
public Long getCreateTime()
public void setEncodeInstCode(String encodeInstCode)
public String getEncodeInstCode()
public void setExpireTime(Long expireTime)
public Long getExpireTime()
public void setPayAccount(String payAccount)
public String getPayAccount()
public void setPayAccountAuthExpire(Long payAccountAuthExpire)
public Long getPayAccountAuthExpire()
public void setPayAmountLimit(String payAmountLimit)
public String getPayAmountLimit()
Copyright © 2020. All rights reserved.