public class NetValueVO extends AlipayObject
| Constructor and Description |
|---|
NetValueVO() |
| Modifier and Type | Method and Description |
|---|---|
String |
getNetValue()
Gets net value.
|
String |
getNetValueDate()
Gets net value date.
|
String |
getProfitSevenDays()
Gets profit seven days.
|
String |
getProfitTenThousand()
Gets profit ten thousand.
|
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.
|
public String getNetValue()
public void setNetValue(String netValue)
netValue - the net valuepublic String getNetValueDate()
public void setNetValueDate(String netValueDate)
netValueDate - the net value datepublic String getProfitSevenDays()
public void setProfitSevenDays(String profitSevenDays)
profitSevenDays - the profit seven dayspublic String getProfitTenThousand()
public void setProfitTenThousand(String profitTenThousand)
profitTenThousand - the profit ten thousandCopyright © 2018. All rights reserved.