public class AbnormalExperience extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AbnormalExperience() | 
| AbnormalExperience(AbnormalExperience 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 | 
|---|---|
| AbnormalEvent[] | getAbnormalEventList()Get 异常事件数组 | 
| Long | getEventTime()Get 异常事件的上报时间 | 
| Long | getExperienceId()Get 异常体验ID | 
| String | getRoomId()Get 字符串房间号 | 
| String | getUserId()Get 用户ID | 
| void | setAbnormalEventList(AbnormalEvent[] AbnormalEventList)Set 异常事件数组 | 
| void | setEventTime(Long EventTime)Set 异常事件的上报时间 | 
| void | setExperienceId(Long ExperienceId)Set 异常体验ID | 
| void | setRoomId(String RoomId)Set 字符串房间号 | 
| void | setUserId(String UserId)Set 用户ID | 
| 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 AbnormalExperience()
public AbnormalExperience(AbnormalExperience source)
public String getUserId()
public void setUserId(String UserId)
UserId - 用户IDpublic Long getExperienceId()
public void setExperienceId(Long ExperienceId)
ExperienceId - 异常体验IDpublic String getRoomId()
public void setRoomId(String RoomId)
RoomId - 字符串房间号public AbnormalEvent[] getAbnormalEventList()
public void setAbnormalEventList(AbnormalEvent[] AbnormalEventList)
AbnormalEventList - 异常事件数组public Long getEventTime()
public void setEventTime(Long EventTime)
EventTime - 异常事件的上报时间Copyright © 2025. All rights reserved.