public static class GetAllCustomerRecyclesResponseBody.GetAllCustomerRecyclesResponseBodyResultList
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
customerId
This parameter is required.
|
String |
followUpActionTime
This parameter is required.
|
Boolean |
isDeleted |
String |
notifyTime
example:
2022-03-24T09:30Z
|
Long |
recycleRuleId |
String |
recycleTime
example:
2022-03-24T09:30Z
|
| 构造器和说明 |
|---|
GetAllCustomerRecyclesResponseBodyResultList() |
@NameInMap(value="customerId") public String customerId
This parameter is required.
@NameInMap(value="followUpActionTime") public String followUpActionTime
This parameter is required.
example:2022-03-24T09:30Z
@NameInMap(value="isDeleted") public Boolean isDeleted
@NameInMap(value="notifyTime") public String notifyTime
2022-03-24T09:30Z
@NameInMap(value="recycleRuleId") public Long recycleRuleId
@NameInMap(value="recycleTime") public String recycleTime
2022-03-24T09:30Z
public GetAllCustomerRecyclesResponseBodyResultList()
public static GetAllCustomerRecyclesResponseBody.GetAllCustomerRecyclesResponseBodyResultList build(Map<String,?> map) throws Exception
Exceptionpublic GetAllCustomerRecyclesResponseBody.GetAllCustomerRecyclesResponseBodyResultList setCustomerId(String customerId)
public String getCustomerId()
public GetAllCustomerRecyclesResponseBody.GetAllCustomerRecyclesResponseBodyResultList setFollowUpActionTime(String followUpActionTime)
public String getFollowUpActionTime()
public GetAllCustomerRecyclesResponseBody.GetAllCustomerRecyclesResponseBodyResultList setIsDeleted(Boolean isDeleted)
public Boolean getIsDeleted()
public GetAllCustomerRecyclesResponseBody.GetAllCustomerRecyclesResponseBodyResultList setNotifyTime(String notifyTime)
public String getNotifyTime()
public GetAllCustomerRecyclesResponseBody.GetAllCustomerRecyclesResponseBodyResultList setRecycleRuleId(Long recycleRuleId)
public Long getRecycleRuleId()
public GetAllCustomerRecyclesResponseBody.GetAllCustomerRecyclesResponseBodyResultList setRecycleTime(String recycleTime)
public String getRecycleTime()
Copyright © 2025. All rights reserved.