public class UpdateCustomerRelationResponseData
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
channelCode
example:
|
String |
channelNo
example:
|
String |
createTime
example:
|
String |
customerNo
example:
|
Long |
id
example:
|
String |
updateTime
example:
|
| Constructor and Description |
|---|
UpdateCustomerRelationResponseData() |
| Modifier and Type | Method and Description |
|---|---|
static UpdateCustomerRelationResponseData |
build(Map<String,?> map) |
String |
getChannelCode() |
String |
getChannelNo() |
String |
getCreateTime() |
String |
getCustomerNo() |
Long |
getId() |
String |
getUpdateTime() |
UpdateCustomerRelationResponseData |
setChannelCode(String channelCode) |
UpdateCustomerRelationResponseData |
setChannelNo(String channelNo) |
UpdateCustomerRelationResponseData |
setCreateTime(String createTime) |
UpdateCustomerRelationResponseData |
setCustomerNo(String customerNo) |
UpdateCustomerRelationResponseData |
setId(Long id) |
UpdateCustomerRelationResponseData |
setUpdateTime(String updateTime) |
@NameInMap(value="id") public Long id
123
@NameInMap(value="channel_code") public String channelCode
123
@NameInMap(value="channel_no") public String channelNo
123AA
@NameInMap(value="customer_no") public String customerNo
PCM123
@NameInMap(value="create_time")
@Validation(pattern="\\d{4}[-]\\d{1,2}[-]\\d{1,2}[T]\\d{2}:\\d{2}:\\d{2}([Z]|([\\.]\\d{1,9})?[\\+]\\d{2}[\\:]?\\d{2})")
public String createTime
2018-10-10T10:10:00Z
@NameInMap(value="update_time")
@Validation(pattern="\\d{4}[-]\\d{1,2}[-]\\d{1,2}[T]\\d{2}:\\d{2}:\\d{2}([Z]|([\\.]\\d{1,9})?[\\+]\\d{2}[\\:]?\\d{2})")
public String updateTime
2018-10-10T10:10:00Z
public static UpdateCustomerRelationResponseData build(Map<String,?> map) throws Exception
Exceptionpublic UpdateCustomerRelationResponseData setId(Long id)
public Long getId()
public UpdateCustomerRelationResponseData setChannelCode(String channelCode)
public String getChannelCode()
public UpdateCustomerRelationResponseData setChannelNo(String channelNo)
public String getChannelNo()
public UpdateCustomerRelationResponseData setCustomerNo(String customerNo)
public String getCustomerNo()
public UpdateCustomerRelationResponseData setCreateTime(String createTime)
public String getCreateTime()
public UpdateCustomerRelationResponseData setUpdateTime(String updateTime)
public String getUpdateTime()
Copyright © 2025. All rights reserved.