public class ActivityRecordItem extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ActivityRecordItem() | 
| ActivityRecordItem(ActivityRecordItem source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getActivityId()Get 活动id | 
| Boolean | getIsDeleted()Get 是否软删除 | 
| Long | getStatus()Get 自定义状态码 | 
| String | getSubStatus()Get 自定义子状态码 | 
| Long | getSubStatusInt()Get 整型子状态码 | 
| String | getUin()Get 用户uin | 
| void | setActivityId(Long ActivityId)Set 活动id | 
| void | setIsDeleted(Boolean IsDeleted)Set 是否软删除 | 
| void | setStatus(Long Status)Set 自定义状态码 | 
| void | setSubStatus(String SubStatus)Set 自定义子状态码 | 
| void | setSubStatusInt(Long SubStatusInt)Set 整型子状态码 | 
| void | setUin(String Uin)Set 用户uin | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ActivityRecordItem()
public ActivityRecordItem(ActivityRecordItem source)
public String getUin()
public void setUin(String Uin)
Uin - 用户uinpublic Long getActivityId()
public void setActivityId(Long ActivityId)
ActivityId - 活动idpublic Long getStatus()
public void setStatus(Long Status)
Status - 自定义状态码public String getSubStatus()
public void setSubStatus(String SubStatus)
SubStatus - 自定义子状态码public Long getSubStatusInt()
public void setSubStatusInt(Long SubStatusInt)
SubStatusInt - 整型子状态码public Boolean getIsDeleted()
public void setIsDeleted(Boolean IsDeleted)
IsDeleted - 是否软删除Copyright © 2025. All rights reserved.