public class BatchAddRelationDatasRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
operatorUserId
This parameter is required.
|
List<BatchAddRelationDatasRequest.BatchAddRelationDatasRequestRelationList> |
relationList
This parameter is required.
|
String |
relationType
This parameter is required.
|
Boolean |
skipDuplicateCheck
example:
false
|
构造器和说明 |
---|
BatchAddRelationDatasRequest() |
限定符和类型 | 方法和说明 |
---|---|
static BatchAddRelationDatasRequest |
build(Map<String,?> map) |
String |
getOperatorUserId() |
List<BatchAddRelationDatasRequest.BatchAddRelationDatasRequestRelationList> |
getRelationList() |
String |
getRelationType() |
Boolean |
getSkipDuplicateCheck() |
BatchAddRelationDatasRequest |
setOperatorUserId(String operatorUserId) |
BatchAddRelationDatasRequest |
setRelationList(List<BatchAddRelationDatasRequest.BatchAddRelationDatasRequestRelationList> relationList) |
BatchAddRelationDatasRequest |
setRelationType(String relationType) |
BatchAddRelationDatasRequest |
setSkipDuplicateCheck(Boolean skipDuplicateCheck) |
@NameInMap(value="operatorUserId") public String operatorUserId
This parameter is required.
example:manager021a
@NameInMap(value="relationList") public List<BatchAddRelationDatasRequest.BatchAddRelationDatasRequestRelationList> relationList
This parameter is required.
@NameInMap(value="relationType") public String relationType
This parameter is required.
example:crm_customer
@NameInMap(value="skipDuplicateCheck") public Boolean skipDuplicateCheck
false
public static BatchAddRelationDatasRequest build(Map<String,?> map) throws Exception
Exception
public BatchAddRelationDatasRequest setOperatorUserId(String operatorUserId)
public String getOperatorUserId()
public BatchAddRelationDatasRequest setRelationList(List<BatchAddRelationDatasRequest.BatchAddRelationDatasRequestRelationList> relationList)
public List<BatchAddRelationDatasRequest.BatchAddRelationDatasRequestRelationList> getRelationList()
public BatchAddRelationDatasRequest setRelationType(String relationType)
public String getRelationType()
public BatchAddRelationDatasRequest setSkipDuplicateCheck(Boolean skipDuplicateCheck)
public Boolean getSkipDuplicateCheck()
Copyright © 2024. All rights reserved.