@Deprecated public class BusinessDetailModel extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private String |
callId
已过时。
通话记录id
|
private Date |
createTime
已过时。
创建时间
|
private Integer |
creatorId
已过时。
创建人
|
private String |
creatorName
已过时。
创建人名称
|
private Integer |
customerId
已过时。
客户id
|
private String |
customerName
已过时。
客户名称
|
private String[] |
customerTel
已过时。
客户号码数组
|
private com.fasterxml.jackson.databind.node.ArrayNode |
customize
已过时。
自定义字段
|
private Integer |
id
已过时。
业务记录id
|
private Integer |
modifierId
已过时。
修改人
|
private String |
modifierName
已过时。
修改人名称
|
private BusinessOperationLogModel[] |
operationLogs
已过时。
操作日志数组
|
private Integer |
source
已过时。
来源
|
private String |
topic
已过时。
业务记录主题
|
private Date |
updateTime
已过时。
修改时间
|
| 构造器和说明 |
|---|
BusinessDetailModel()
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCallId()
已过时。
|
Date |
getCreateTime()
已过时。
|
Integer |
getCreatorId()
已过时。
|
String |
getCreatorName()
已过时。
|
Integer |
getCustomerId()
已过时。
|
String |
getCustomerName()
已过时。
|
String[] |
getCustomerTel()
已过时。
|
com.fasterxml.jackson.databind.node.ArrayNode |
getCustomize()
已过时。
|
Integer |
getId()
已过时。
|
Integer |
getModifierId()
已过时。
|
String |
getModifierName()
已过时。
|
BusinessOperationLogModel[] |
getOperationLogs()
已过时。
|
Integer |
getSource()
已过时。
|
String |
getTopic()
已过时。
|
Date |
getUpdateTime()
已过时。
|
void |
setCallId(String callId)
已过时。
|
void |
setCreateTime(Date createTime)
已过时。
|
void |
setCreatorId(Integer creatorId)
已过时。
|
void |
setCreatorName(String creatorName)
已过时。
|
void |
setCustomerId(Integer customerId)
已过时。
|
void |
setCustomerName(String customerName)
已过时。
|
void |
setCustomerTel(String[] customerTel)
已过时。
|
void |
setCustomize(com.fasterxml.jackson.databind.node.ArrayNode customize)
已过时。
|
void |
setId(Integer id)
已过时。
|
void |
setModifierId(Integer modifierId)
已过时。
|
void |
setModifierName(String modifierName)
已过时。
|
void |
setOperationLogs(BusinessOperationLogModel[] operationLogs)
已过时。
|
void |
setSource(Integer source)
已过时。
|
void |
setTopic(String topic)
已过时。
|
void |
setUpdateTime(Date updateTime)
已过时。
|
private Integer id
private Integer customerId
private String customerName
private String[] customerTel
private String topic
private Integer creatorId
private String creatorName
private Integer modifierId
private String modifierName
private Integer source
private com.fasterxml.jackson.databind.node.ArrayNode customize
private BusinessOperationLogModel[] operationLogs
private Date createTime
private Date updateTime
private String callId
public String getCallId()
public void setCallId(String callId)
public Integer getId()
public void setId(Integer id)
public Integer getCustomerId()
public void setCustomerId(Integer customerId)
public String getCustomerName()
public void setCustomerName(String customerName)
public String[] getCustomerTel()
public void setCustomerTel(String[] customerTel)
public String getTopic()
public void setTopic(String topic)
public Integer getCreatorId()
public void setCreatorId(Integer creatorId)
public String getCreatorName()
public void setCreatorName(String creatorName)
public Integer getModifierId()
public void setModifierId(Integer modifierId)
public String getModifierName()
public void setModifierName(String modifierName)
public Integer getSource()
public void setSource(Integer source)
public com.fasterxml.jackson.databind.node.ArrayNode getCustomize()
public void setCustomize(com.fasterxml.jackson.databind.node.ArrayNode customize)
public BusinessOperationLogModel[] getOperationLogs()
public void setOperationLogs(BusinessOperationLogModel[] operationLogs)
public Date getCreateTime()
public void setCreateTime(Date createTime)
public Date getUpdateTime()
public void setUpdateTime(Date updateTime)
Copyright © 2024. All rights reserved.