public class FinancialReportModel extends ApiModel
| 构造器和说明 |
|---|
FinancialReportModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
Date |
getBeginDate() |
Date |
getEndDate() |
List<String> |
getFields() |
Market |
getMarket() |
FinancialPeriodType |
getPeriodType() |
List<String> |
getSymbols() |
void |
setBeginDate(Date beginDate) |
void |
setEndDate(Date endDate) |
void |
setFields(List<String> fields) |
void |
setMarket(Market market) |
void |
setPeriodType(FinancialPeriodType periodType) |
void |
setSymbols(List<String> symbols) |
String |
toString() |
getAccount, getLang, setAccount, setLangpublic Market getMarket()
public void setMarket(Market market)
public FinancialPeriodType getPeriodType()
public void setPeriodType(FinancialPeriodType periodType)
public Date getBeginDate()
public void setBeginDate(Date beginDate)
public Date getEndDate()
public void setEndDate(Date endDate)
Copyright © 2025. All rights reserved.