public class AbnormalExperience extends AbstractModel
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public 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 © 2021. All rights reserved.