public class AlipayFinanceFundFundprodQueryResponse extends AlipayResponse
Constructor and Description |
---|
AlipayFinanceFundFundprodQueryResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getEstablishmentDate()
Gets establishment date.
|
String |
getFundCode()
Gets fund code.
|
String |
getFundName()
Gets fund name.
|
String |
getFundNameAbbr()
Gets fund name abbr.
|
String |
getNetValue()
Gets net value.
|
String |
getNetValueDate()
Gets net value date.
|
String |
getProfitSevenDays()
Gets profit seven days.
|
String |
getProfitTenThousand()
Gets profit ten thousand.
|
String |
getRiskEvaluation()
Gets risk evaluation.
|
void |
setEstablishmentDate(String establishmentDate)
Sets establishment date.
|
void |
setFundCode(String fundCode)
Sets fund code.
|
void |
setFundName(String fundName)
Sets fund name.
|
void |
setFundNameAbbr(String fundNameAbbr)
Sets fund name abbr.
|
void |
setNetValue(String netValue)
Sets net value.
|
void |
setNetValueDate(String netValueDate)
Sets net value date.
|
void |
setProfitSevenDays(String profitSevenDays)
Sets profit seven days.
|
void |
setProfitTenThousand(String profitTenThousand)
Sets profit ten thousand.
|
void |
setRiskEvaluation(String riskEvaluation)
Sets risk evaluation.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsg
public AlipayFinanceFundFundprodQueryResponse()
public void setEstablishmentDate(String establishmentDate)
establishmentDate
- the establishment datepublic String getEstablishmentDate()
public void setFundCode(String fundCode)
fundCode
- the fund codepublic String getFundCode()
public void setFundName(String fundName)
fundName
- the fund namepublic String getFundName()
public void setFundNameAbbr(String fundNameAbbr)
fundNameAbbr
- the fund name abbrpublic String getFundNameAbbr()
public void setNetValue(String netValue)
netValue
- the net valuepublic String getNetValue()
public void setNetValueDate(String netValueDate)
netValueDate
- the net value datepublic String getNetValueDate()
public void setProfitSevenDays(String profitSevenDays)
profitSevenDays
- the profit seven dayspublic String getProfitSevenDays()
public void setProfitTenThousand(String profitTenThousand)
profitTenThousand
- the profit ten thousandpublic String getProfitTenThousand()
public void setRiskEvaluation(String riskEvaluation)
riskEvaluation
- the risk evaluationpublic String getRiskEvaluation()
Copyright © 2018. All rights reserved.