public class AlmReportData extends AlipayObject
| Constructor and Description |
|---|
AlmReportData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBizType()
Gets biz type.
|
String |
getDateType()
Gets date type.
|
String |
getReportDate()
Gets report date.
|
String |
getReportName()
Gets report name.
|
Long |
getReportValue()
Gets report value.
|
String |
getSubBizType()
Gets sub biz type.
|
void |
setBizType(String bizType)
Sets biz type.
|
void |
setDateType(String dateType)
Sets date type.
|
void |
setReportDate(String reportDate)
Sets report date.
|
void |
setReportName(String reportName)
Sets report name.
|
void |
setReportValue(Long reportValue)
Sets report value.
|
void |
setSubBizType(String subBizType)
Sets sub biz type.
|
public String getBizType()
public void setBizType(String bizType)
bizType - the biz typepublic String getDateType()
public void setDateType(String dateType)
dateType - the date typepublic String getReportDate()
public void setReportDate(String reportDate)
reportDate - the report datepublic String getReportName()
public void setReportName(String reportName)
reportName - the report namepublic Long getReportValue()
public void setReportValue(Long reportValue)
reportValue - the report valuepublic String getSubBizType()
public void setSubBizType(String subBizType)
subBizType - the sub biz typeCopyright © 2018. All rights reserved.