public class CreateLeadRequest extends AbstractModel
skipSign| Constructor and Description |
|---|
CreateLeadRequest() |
CreateLeadRequest(CreateLeadRequest 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 |
getBrandId()
Get 品牌id
|
String |
getCcName()
Get Cc坐席姓名
|
Long |
getChannelId()
Get 来源ID
|
String |
getChannelName()
Get 来源名称
|
Long |
getCreateTime()
Get 创建时间, 单位毫秒
|
String |
getCustomerName()
Get 客户姓名
|
String |
getCustomerPhone()
Get 客户手机号
|
Long |
getCustomerSex()
Get 客户性别: 0-未知, 1-男, 2-女
|
Long |
getDealerId()
Get 经销商id
|
Long |
getModelId()
Get 车型id
|
String |
getRemark()
Get 备注
|
String |
getSalesName()
Get 销售姓名
|
String |
getSalesPhone()
Get 销售手机号
|
Long |
getSeriesId()
Get 车系id
|
Long |
getSourceType()
Get 线索类型:1-400呼入,2-常规留资
|
void |
setBrandId(Long BrandId)
Set 品牌id
|
void |
setCcName(String CcName)
Set Cc坐席姓名
|
void |
setChannelId(Long ChannelId)
Set 来源ID
|
void |
setChannelName(String ChannelName)
Set 来源名称
|
void |
setCreateTime(Long CreateTime)
Set 创建时间, 单位毫秒
|
void |
setCustomerName(String CustomerName)
Set 客户姓名
|
void |
setCustomerPhone(String CustomerPhone)
Set 客户手机号
|
void |
setCustomerSex(Long CustomerSex)
Set 客户性别: 0-未知, 1-男, 2-女
|
void |
setDealerId(Long DealerId)
Set 经销商id
|
void |
setModelId(Long ModelId)
Set 车型id
|
void |
setRemark(String Remark)
Set 备注
|
void |
setSalesName(String SalesName)
Set 销售姓名
|
void |
setSalesPhone(String SalesPhone)
Set 销售手机号
|
void |
setSeriesId(Long SeriesId)
Set 车系id
|
void |
setSourceType(Long SourceType)
Set 线索类型:1-400呼入,2-常规留资
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CreateLeadRequest()
public CreateLeadRequest(CreateLeadRequest source)
public Long getChannelId()
public void setChannelId(Long ChannelId)
ChannelId - 来源IDpublic String getChannelName()
public void setChannelName(String ChannelName)
ChannelName - 来源名称public Long getCreateTime()
public void setCreateTime(Long CreateTime)
CreateTime - 创建时间, 单位毫秒public Long getSourceType()
public void setSourceType(Long SourceType)
SourceType - 线索类型:1-400呼入,2-常规留资public Long getDealerId()
public void setDealerId(Long DealerId)
DealerId - 经销商idpublic Long getBrandId()
public void setBrandId(Long BrandId)
BrandId - 品牌idpublic Long getSeriesId()
public void setSeriesId(Long SeriesId)
SeriesId - 车系idpublic String getCustomerName()
public void setCustomerName(String CustomerName)
CustomerName - 客户姓名public String getCustomerPhone()
public void setCustomerPhone(String CustomerPhone)
CustomerPhone - 客户手机号public Long getModelId()
public void setModelId(Long ModelId)
ModelId - 车型idpublic Long getCustomerSex()
public void setCustomerSex(Long CustomerSex)
CustomerSex - 客户性别: 0-未知, 1-男, 2-女public String getSalesName()
public void setSalesName(String SalesName)
SalesName - 销售姓名public String getSalesPhone()
public void setSalesPhone(String SalesPhone)
SalesPhone - 销售手机号public String getCcName()
public void setCcName(String CcName)
CcName - Cc坐席姓名public String getRemark()
public void setRemark(String Remark)
Remark - 备注Copyright © 2023. All rights reserved.