public class AddCustomerTrackRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
content |
String |
customerId |
String |
extraBizInfo |
String |
idempotentKey |
String |
operatorUserId |
String |
relationType |
String |
title |
Integer |
type |
| 构造器和说明 |
|---|
AddCustomerTrackRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static AddCustomerTrackRequest |
build(Map<String,?> map) |
String |
getContent() |
String |
getCustomerId() |
String |
getExtraBizInfo() |
String |
getIdempotentKey() |
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 |
setOperatorUserId(String operatorUserId) |
AddCustomerTrackRequest |
setRelationType(String relationType) |
AddCustomerTrackRequest |
setTitle(String title) |
AddCustomerTrackRequest |
setType(Integer type) |
@NameInMap(value="content") public String content
@NameInMap(value="customerId") public String customerId
@NameInMap(value="extraBizInfo") public String extraBizInfo
@NameInMap(value="idempotentKey") public String idempotentKey
@NameInMap(value="operatorUserId") public String operatorUserId
@NameInMap(value="relationType") public String relationType
@NameInMap(value="title") public String title
@NameInMap(value="type") public Integer type
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 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 © 2022. All rights reserved.