public class RebateInfoElem extends AbstractModel
Constructor and Description |
---|
RebateInfoElem() |
RebateInfoElem(RebateInfoElem source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long |
getAmt()
Get 返佣金额,单位分
|
String |
getExceptionFlag()
Get NORMAL(正常)/HAS_OVERDUE_BILL(欠费)/NO_CONTRACT(缺合同)
|
Long |
getMonthSales()
Get 月度业绩,单位分
|
Long |
getQuarterSales()
Get 季度业绩,单位分
|
String |
getRebateMonth()
Get 返佣月份,如2018-02
|
String |
getUin()
Get 代理商账号ID
|
void |
setAmt(Long Amt)
Set 返佣金额,单位分
|
void |
setExceptionFlag(String ExceptionFlag)
Set NORMAL(正常)/HAS_OVERDUE_BILL(欠费)/NO_CONTRACT(缺合同)
|
void |
setMonthSales(Long MonthSales)
Set 月度业绩,单位分
|
void |
setQuarterSales(Long QuarterSales)
Set 季度业绩,单位分
|
void |
setRebateMonth(String RebateMonth)
Set 返佣月份,如2018-02
|
void |
setUin(String Uin)
Set 代理商账号ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public RebateInfoElem()
public RebateInfoElem(RebateInfoElem source)
public String getUin()
public void setUin(String Uin)
Uin
- 代理商账号IDpublic String getRebateMonth()
public void setRebateMonth(String RebateMonth)
RebateMonth
- 返佣月份,如2018-02public Long getAmt()
public void setAmt(Long Amt)
Amt
- 返佣金额,单位分public Long getMonthSales()
public void setMonthSales(Long MonthSales)
MonthSales
- 月度业绩,单位分public Long getQuarterSales()
public void setQuarterSales(Long QuarterSales)
QuarterSales
- 季度业绩,单位分public String getExceptionFlag()
public void setExceptionFlag(String ExceptionFlag)
ExceptionFlag
- NORMAL(正常)/HAS_OVERDUE_BILL(欠费)/NO_CONTRACT(缺合同)Copyright © 2023. All rights reserved.