public static class PagePointHistoryResponseBody.PagePointHistoryResponseBodyPointRecordList
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
createAt |
String |
ruleCode |
String |
ruleName |
Integer |
score |
String |
userId |
String |
uuid |
| 构造器和说明 |
|---|
PagePointHistoryResponseBodyPointRecordList() |
@NameInMap(value="createAt") public Long createAt
@NameInMap(value="ruleCode") public String ruleCode
@NameInMap(value="ruleName") public String ruleName
@NameInMap(value="score") public Integer score
@NameInMap(value="userId") public String userId
@NameInMap(value="uuid") public String uuid
public PagePointHistoryResponseBodyPointRecordList()
public static PagePointHistoryResponseBody.PagePointHistoryResponseBodyPointRecordList build(Map<String,?> map) throws Exception
Exceptionpublic PagePointHistoryResponseBody.PagePointHistoryResponseBodyPointRecordList setCreateAt(Long createAt)
public Long getCreateAt()
public PagePointHistoryResponseBody.PagePointHistoryResponseBodyPointRecordList setRuleCode(String ruleCode)
public String getRuleCode()
public PagePointHistoryResponseBody.PagePointHistoryResponseBodyPointRecordList setRuleName(String ruleName)
public String getRuleName()
public PagePointHistoryResponseBody.PagePointHistoryResponseBodyPointRecordList setScore(Integer score)
public Integer getScore()
public PagePointHistoryResponseBody.PagePointHistoryResponseBodyPointRecordList setUserId(String userId)
public String getUserId()
public PagePointHistoryResponseBody.PagePointHistoryResponseBodyPointRecordList setUuid(String uuid)
public String getUuid()
Copyright © 2022. All rights reserved.