public class ApplyInfo
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
applyNo
example:
|
Long |
balanceAmount
example:
|
Long |
daysNumYear
example:
|
String |
fundCode
example:
|
String |
fundName
example:
|
Long |
rateValue
example:
|
Long |
rateValueDay
example:
|
Long |
totalAmount
example:
|
| Constructor and Description |
|---|
ApplyInfo() |
| Modifier and Type | Method and Description |
|---|---|
static ApplyInfo |
build(Map<String,?> map) |
String |
getApplyNo() |
Long |
getBalanceAmount() |
Long |
getDaysNumYear() |
String |
getFundCode() |
String |
getFundName() |
Long |
getRateValue() |
Long |
getRateValueDay() |
Long |
getTotalAmount() |
ApplyInfo |
setApplyNo(String applyNo) |
ApplyInfo |
setBalanceAmount(Long balanceAmount) |
ApplyInfo |
setDaysNumYear(Long daysNumYear) |
ApplyInfo |
setFundCode(String fundCode) |
ApplyInfo |
setFundName(String fundName) |
ApplyInfo |
setRateValue(Long rateValue) |
ApplyInfo |
setRateValueDay(Long rateValueDay) |
ApplyInfo |
setTotalAmount(Long totalAmount) |
@NameInMap(value="apply_no") public String applyNo
xxxxx
@NameInMap(value="fund_code") public String fundCode
xxxxx
@NameInMap(value="fund_name") public String fundName
xxxxx
@NameInMap(value="rate_value") public Long rateValue
xxxxx
@NameInMap(value="rate_value_day") public Long rateValueDay
xxxxx
@NameInMap(value="days_num_year") public Long daysNumYear
xxxxx
@NameInMap(value="total_amount") public Long totalAmount
xxxxx
@NameInMap(value="balance_amount") public Long balanceAmount
xxxxx
public String getApplyNo()
public String getFundCode()
public String getFundName()
public Long getRateValue()
public Long getRateValueDay()
public Long getDaysNumYear()
public Long getTotalAmount()
public Long getBalanceAmount()
Copyright © 2025. All rights reserved.