public class YLBProfitDetailInfo extends AlipayObject
| 构造器和说明 |
|---|
YLBProfitDetailInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDayProfit() |
String |
getMonthProfit() |
String |
getTotalProfit() |
String |
getWeekProfit() |
void |
setDayProfit(String dayProfit) |
void |
setMonthProfit(String monthProfit) |
void |
setTotalProfit(String totalProfit) |
void |
setWeekProfit(String weekProfit) |
public String getDayProfit()
public void setDayProfit(String dayProfit)
public String getMonthProfit()
public void setMonthProfit(String monthProfit)
public String getTotalProfit()
public void setTotalProfit(String totalProfit)
public String getWeekProfit()
public void setWeekProfit(String weekProfit)
Copyright © 2023. All rights reserved.