public class AgentClientElem extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AgentClientElem() | 
| AgentClientElem(AgentClientElem 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 | getApplyTime()Get 代客申请时间戳 | 
| String | getClientFlag()Get 代客类型,可能值为a/b/c/other | 
| String | getClientName()Get 客户名称,此字段和控制台返回一致。 | 
| String | getClientUin()Get 代客账号ID | 
| Long | getHasOverdueBill()Get 0表示不欠费,1表示欠费 | 
| String | getIncreaseGoal()Get 增量目标金额(分) | 
| String | getMail()Get 代客邮箱,打码显示 | 
| String | getPhone()Get 代客手机,打码显示 | 
| String | getSalesName()Get 业务员姓名 | 
| String | getSalesUin()Get 业务员ID | 
| Long | getStatus()Get 1:待代理商审核;2:待腾讯云审核4:待腾讯云渠道审批 | 
| String | getUin()Get 代理商账号ID | 
| void | setApplyTime(Long ApplyTime)Set 代客申请时间戳 | 
| void | setClientFlag(String ClientFlag)Set 代客类型,可能值为a/b/c/other | 
| void | setClientName(String ClientName)Set 客户名称,此字段和控制台返回一致。 | 
| void | setClientUin(String ClientUin)Set 代客账号ID | 
| void | setHasOverdueBill(Long HasOverdueBill)Set 0表示不欠费,1表示欠费 | 
| void | setIncreaseGoal(String IncreaseGoal)Set 增量目标金额(分) | 
| void | setMail(String Mail)Set 代客邮箱,打码显示 | 
| void | setPhone(String Phone)Set 代客手机,打码显示 | 
| void | setSalesName(String SalesName)Set 业务员姓名 | 
| void | setSalesUin(String SalesUin)Set 业务员ID | 
| void | setStatus(Long Status)Set 1:待代理商审核;2:待腾讯云审核4:待腾讯云渠道审批 | 
| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic AgentClientElem()
public AgentClientElem(AgentClientElem source)
public String getUin()
public void setUin(String Uin)
Uin - 代理商账号IDpublic String getClientUin()
public void setClientUin(String ClientUin)
ClientUin - 代客账号IDpublic Long getApplyTime()
public void setApplyTime(Long ApplyTime)
ApplyTime - 代客申请时间戳public String getClientFlag()
public void setClientFlag(String ClientFlag)
ClientFlag - 代客类型,可能值为a/b/c/otherpublic String getMail()
public void setMail(String Mail)
Mail - 代客邮箱,打码显示public String getPhone()
public void setPhone(String Phone)
Phone - 代客手机,打码显示public Long getHasOverdueBill()
public void setHasOverdueBill(Long HasOverdueBill)
HasOverdueBill - 0表示不欠费,1表示欠费public Long getStatus()
public void setStatus(Long Status)
Status - 1:待代理商审核;2:待腾讯云审核4:待腾讯云渠道审批public String getSalesUin()
public void setSalesUin(String SalesUin)
SalesUin - 业务员IDpublic String getSalesName()
public void setSalesName(String SalesName)
SalesName - 业务员姓名public String getClientName()
public void setClientName(String ClientName)
ClientName - 客户名称,此字段和控制台返回一致。public String getIncreaseGoal()
public void setIncreaseGoal(String IncreaseGoal)
IncreaseGoal - 增量目标金额(分)Copyright © 2025. All rights reserved.