public class MybankFinanceYulibaoAccountQueryResponse extends AlipayResponse
Constructor and Description |
---|
MybankFinanceYulibaoAccountQueryResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getAvailableAmount()
Gets available amount.
|
String |
getFreezeAmount()
Gets freeze amount.
|
String |
getSysFreezeAmount()
Gets sys freeze amount.
|
String |
getTotalAmount()
Gets total amount.
|
YLBProfitDetailInfo |
getYlbProfitDetailInfo()
Gets ylb profit detail info.
|
void |
setAvailableAmount(String availableAmount)
Sets available amount.
|
void |
setFreezeAmount(String freezeAmount)
Sets freeze amount.
|
void |
setSysFreezeAmount(String sysFreezeAmount)
Sets sys freeze amount.
|
void |
setTotalAmount(String totalAmount)
Sets total amount.
|
void |
setYlbProfitDetailInfo(YLBProfitDetailInfo ylbProfitDetailInfo)
Sets ylb profit detail info.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsg
public MybankFinanceYulibaoAccountQueryResponse()
public void setAvailableAmount(String availableAmount)
availableAmount
- the available amountpublic String getAvailableAmount()
public void setFreezeAmount(String freezeAmount)
freezeAmount
- the freeze amountpublic String getFreezeAmount()
public void setSysFreezeAmount(String sysFreezeAmount)
sysFreezeAmount
- the sys freeze amountpublic String getSysFreezeAmount()
public void setTotalAmount(String totalAmount)
totalAmount
- the total amountpublic String getTotalAmount()
public void setYlbProfitDetailInfo(YLBProfitDetailInfo ylbProfitDetailInfo)
ylbProfitDetailInfo
- the ylb profit detail infopublic YLBProfitDetailInfo getYlbProfitDetailInfo()
Copyright © 2018. All rights reserved.