public class QueryCustomersCreditData extends AbstractModel
Constructor and Description |
---|
QueryCustomersCreditData() |
QueryCustomersCreditData(QueryCustomersCreditData 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 |
getArrears()
Get 欠费标记
|
String |
getAssociationTime()
Get 绑定时间
|
Long |
getClientUin()
Get 子客uin
|
Float |
getCredit()
Get 子客授信额度
|
String |
getEmail()
Get 邮箱
|
Long |
getForce()
Get 强制状态
|
Long |
getIdentifyType()
Get 0:未实名 1: 个人实名 2:企业实名
|
String |
getMobile()
Get 电话
|
String |
getName()
Get 名字
|
String |
getRecentExpiry()
Get 最近到期时间
|
Float |
getRemainingCredit()
Get 子客剩余额度
|
String |
getRemark()
Get 客户备注
|
String |
getType()
Get 类型
|
void |
setArrears(String Arrears)
Set 欠费标记
|
void |
setAssociationTime(String AssociationTime)
Set 绑定时间
|
void |
setClientUin(Long ClientUin)
Set 子客uin
|
void |
setCredit(Float Credit)
Set 子客授信额度
|
void |
setEmail(String Email)
Set 邮箱
|
void |
setForce(Long Force)
Set 强制状态
|
void |
setIdentifyType(Long IdentifyType)
Set 0:未实名 1: 个人实名 2:企业实名
|
void |
setMobile(String Mobile)
Set 电话
|
void |
setName(String Name)
Set 名字
|
void |
setRecentExpiry(String RecentExpiry)
Set 最近到期时间
|
void |
setRemainingCredit(Float RemainingCredit)
Set 子客剩余额度
|
void |
setRemark(String Remark)
Set 客户备注
|
void |
setType(String Type)
Set 类型
|
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 QueryCustomersCreditData()
public QueryCustomersCreditData(QueryCustomersCreditData source)
public String getName()
public void setName(String Name)
Name
- 名字public String getType()
public void setType(String Type)
Type
- 类型public String getMobile()
public void setMobile(String Mobile)
Mobile
- 电话public String getEmail()
public void setEmail(String Email)
Email
- 邮箱public String getArrears()
public void setArrears(String Arrears)
Arrears
- 欠费标记public String getAssociationTime()
public void setAssociationTime(String AssociationTime)
AssociationTime
- 绑定时间public String getRecentExpiry()
public void setRecentExpiry(String RecentExpiry)
RecentExpiry
- 最近到期时间public Long getClientUin()
public void setClientUin(Long ClientUin)
ClientUin
- 子客uinpublic Float getCredit()
public void setCredit(Float Credit)
Credit
- 子客授信额度public Float getRemainingCredit()
public void setRemainingCredit(Float RemainingCredit)
RemainingCredit
- 子客剩余额度public Long getIdentifyType()
public void setIdentifyType(Long IdentifyType)
IdentifyType
- 0:未实名 1: 个人实名 2:企业实名public String getRemark()
public void setRemark(String Remark)
Remark
- 客户备注public Long getForce()
public void setForce(Long Force)
Force
- 强制状态Copyright © 2023. All rights reserved.