public class FundTransferAddRequest extends Object
| 构造器和说明 |
|---|
FundTransferAddRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
FundTransferAddRequest |
accountId(Long accountId) |
FundTransferAddRequest |
amount(Long amount) |
boolean |
equals(Object o) |
FundTransferAddRequest |
externalBillNo(String externalBillNo) |
FundTransferAddRequest |
fundType(AccountTypeMap fundType) |
Long |
getAccountId()
Get accountId
|
Long |
getAmount()
Get amount
|
String |
getExternalBillNo()
Get externalBillNo
|
AccountTypeMap |
getFundType()
Get fundType
|
String |
getMemo()
Get memo
|
String |
getTransferType()
Get transferType
|
int |
hashCode() |
FundTransferAddRequest |
memo(String memo) |
void |
setAccountId(Long accountId) |
void |
setAmount(Long amount) |
void |
setExternalBillNo(String externalBillNo) |
void |
setFundType(AccountTypeMap fundType) |
void |
setMemo(String memo) |
void |
setTransferType(String transferType) |
String |
toString() |
FundTransferAddRequest |
transferType(String transferType) |
public FundTransferAddRequest amount(Long amount)
public Long getAmount()
public void setAmount(Long amount)
public FundTransferAddRequest transferType(String transferType)
public String getTransferType()
public void setTransferType(String transferType)
public FundTransferAddRequest externalBillNo(String externalBillNo)
public String getExternalBillNo()
public void setExternalBillNo(String externalBillNo)
public FundTransferAddRequest memo(String memo)
public String getMemo()
public void setMemo(String memo)
public FundTransferAddRequest accountId(Long accountId)
public Long getAccountId()
public void setAccountId(Long accountId)
public FundTransferAddRequest fundType(AccountTypeMap fundType)
public AccountTypeMap getFundType()
public void setFundType(AccountTypeMap fundType)
Copyright © 2020. All rights reserved.