public class AddCustomerTrackRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
content
This parameter is required.
|
String |
customerId
This parameter is required.
|
String |
extraBizInfo
example:
{"bizId":"1"}
if can be null:
true
|
String |
idempotentKey
example:
fb037d68-c1bd-4be2-8c3b-6739261d1332-1
if can be null:
true
|
String |
maskedContent
example:
华佗创建了合同:今日合同
|
String |
operatorUserId
This parameter is required.
|
String |
relationType
This parameter is required.
|
String |
title
This parameter is required.
|
Integer |
type
This parameter is required.
|
| 构造器和说明 |
|---|
AddCustomerTrackRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static AddCustomerTrackRequest |
build(Map<String,?> map) |
String |
getContent() |
String |
getCustomerId() |
String |
getExtraBizInfo() |
String |
getIdempotentKey() |
String |
getMaskedContent() |
String |
getOperatorUserId() |
String |
getRelationType() |
String |
getTitle() |
Integer |
getType() |
AddCustomerTrackRequest |
setContent(String content) |
AddCustomerTrackRequest |
setCustomerId(String customerId) |
AddCustomerTrackRequest |
setExtraBizInfo(String extraBizInfo) |
AddCustomerTrackRequest |
setIdempotentKey(String idempotentKey) |
AddCustomerTrackRequest |
setMaskedContent(String maskedContent) |
AddCustomerTrackRequest |
setOperatorUserId(String operatorUserId) |
AddCustomerTrackRequest |
setRelationType(String relationType) |
AddCustomerTrackRequest |
setTitle(String title) |
AddCustomerTrackRequest |
setType(Integer type) |
@NameInMap(value="content") public String content
This parameter is required.
example:华佗创建了合同:今日合同
@NameInMap(value="customerId") public String customerId
This parameter is required.
example:fb037d68-c1bd-4be2-8c3b-6739261d1332
@NameInMap(value="extraBizInfo") public String extraBizInfo
{"bizId":"1"}
if can be null:true
@NameInMap(value="idempotentKey") public String idempotentKey
fb037d68-c1bd-4be2-8c3b-6739261d1332-1
if can be null:true
@NameInMap(value="operatorUserId") public String operatorUserId
This parameter is required.
example:manager1120
@NameInMap(value="relationType") public String relationType
This parameter is required.
example:crm_customer
@NameInMap(value="title") public String title
This parameter is required.
example:创建合同
@NameInMap(value="type") public Integer type
This parameter is required.
example:212
public static AddCustomerTrackRequest build(Map<String,?> map) throws Exception
Exceptionpublic AddCustomerTrackRequest setContent(String content)
public String getContent()
public AddCustomerTrackRequest setCustomerId(String customerId)
public String getCustomerId()
public AddCustomerTrackRequest setExtraBizInfo(String extraBizInfo)
public String getExtraBizInfo()
public AddCustomerTrackRequest setIdempotentKey(String idempotentKey)
public String getIdempotentKey()
public AddCustomerTrackRequest setMaskedContent(String maskedContent)
public String getMaskedContent()
public AddCustomerTrackRequest setOperatorUserId(String operatorUserId)
public String getOperatorUserId()
public AddCustomerTrackRequest setRelationType(String relationType)
public String getRelationType()
public AddCustomerTrackRequest setTitle(String title)
public String getTitle()
public AddCustomerTrackRequest setType(Integer type)
public Integer getType()
Copyright © 2025. All rights reserved.