public class AlipayFundJointaccountQuotaQueryResponse extends AlipayResponse
| 构造器和说明 |
|---|
AlipayFundJointaccountQuotaQueryResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAccountId() |
List<JointAccountQuotaRespDTO> |
getAccountQuota() |
String |
getBizScene() |
String |
getMemberId() |
String |
getMemberOpenId() |
String |
getProductCode() |
void |
setAccountId(String accountId) |
void |
setAccountQuota(List<JointAccountQuotaRespDTO> accountQuota) |
void |
setBizScene(String bizScene) |
void |
setMemberId(String memberId) |
void |
setMemberOpenId(String memberOpenId) |
void |
setProductCode(String productCode) |
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic void setAccountId(String accountId)
public String getAccountId()
public void setAccountQuota(List<JointAccountQuotaRespDTO> accountQuota)
public List<JointAccountQuotaRespDTO> getAccountQuota()
public void setBizScene(String bizScene)
public String getBizScene()
public void setMemberId(String memberId)
public String getMemberId()
public void setMemberOpenId(String memberOpenId)
public String getMemberOpenId()
public void setProductCode(String productCode)
public String getProductCode()
Copyright © 2023. All rights reserved.