public class ClientIncreaseInfoList extends AbstractModel
header, skipSign
Constructor and Description |
---|
ClientIncreaseInfoList() |
ClientIncreaseInfoList(ClientIncreaseInfoList 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 |
---|---|
String |
getClientUin()
Get 客户UIN
|
String |
getIncreaseGoal()
Get 增量考核目标,分
|
String |
getIncreaseUseAssociateDate()
Get 增量考核关联时间
|
String |
getIsJoinIncrease()
Get 是否参与增量政策,
Y:是,N:否
|
String |
getTLevel()
Get 参与增量考核的原始客户等级
|
String |
getTotalBaseAmt()
Get 完成订单金额,分
|
void |
setClientUin(String ClientUin)
Set 客户UIN
|
void |
setIncreaseGoal(String IncreaseGoal)
Set 增量考核目标,分
|
void |
setIncreaseUseAssociateDate(String IncreaseUseAssociateDate)
Set 增量考核关联时间
|
void |
setIsJoinIncrease(String IsJoinIncrease)
Set 是否参与增量政策,
Y:是,N:否
|
void |
setTLevel(String TLevel)
Set 参与增量考核的原始客户等级
|
void |
setTotalBaseAmt(String TotalBaseAmt)
Set 完成订单金额,分
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ClientIncreaseInfoList()
public ClientIncreaseInfoList(ClientIncreaseInfoList source)
public String getClientUin()
public void setClientUin(String ClientUin)
ClientUin
- 客户UINpublic String getIsJoinIncrease()
public void setIsJoinIncrease(String IsJoinIncrease)
IsJoinIncrease
- 是否参与增量政策,
Y:是,N:否public String getIncreaseUseAssociateDate()
public void setIncreaseUseAssociateDate(String IncreaseUseAssociateDate)
IncreaseUseAssociateDate
- 增量考核关联时间public String getTLevel()
public void setTLevel(String TLevel)
TLevel
- 参与增量考核的原始客户等级public String getIncreaseGoal()
public void setIncreaseGoal(String IncreaseGoal)
IncreaseGoal
- 增量考核目标,分public String getTotalBaseAmt()
public void setTotalBaseAmt(String TotalBaseAmt)
TotalBaseAmt
- 完成订单金额,分Copyright © 2025. All rights reserved.