public class NetValueVO extends AlipayObject
| 构造器和说明 |
|---|
NetValueVO() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getNetValue() |
String |
getNetValueDate() |
String |
getProfitSevenDays() |
String |
getProfitTenThousand() |
void |
setNetValue(String netValue) |
void |
setNetValueDate(String netValueDate) |
void |
setProfitSevenDays(String profitSevenDays) |
void |
setProfitTenThousand(String profitTenThousand) |
public String getNetValue()
public void setNetValue(String netValue)
public String getNetValueDate()
public void setNetValueDate(String netValueDate)
public String getProfitSevenDays()
public void setProfitSevenDays(String profitSevenDays)
public String getProfitTenThousand()
public void setProfitTenThousand(String profitTenThousand)
Copyright © 2023. All rights reserved.