public static class PagePointHistoryResponseBody.PagePointHistoryResponseBodyPointRecordList
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
createAt
This parameter is required.
|
String |
ruleCode
example:
rule_1
|
String |
ruleName
This parameter is required.
|
Integer |
score
This parameter is required.
|
String |
userId
This parameter is required.
|
String |
uuid
This parameter is required.
|
| 构造器和说明 |
|---|
PagePointHistoryResponseBodyPointRecordList() |
@NameInMap(value="createAt") public Long createAt
This parameter is required.
example:1634630147
@NameInMap(value="ruleCode") public String ruleCode
rule_1
@NameInMap(value="ruleName") public String ruleName
This parameter is required.
example:发动态
@NameInMap(value="score") public Integer score
This parameter is required.
example:3
@NameInMap(value="userId") public String userId
This parameter is required.
example:123
@NameInMap(value="uuid") public String uuid
This parameter is required.
example:7653
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 © 2025. All rights reserved.