public class AbnormalExperience extends AbstractModel
Constructor and Description |
---|
AbnormalExperience() |
Modifier and Type | Method and Description |
---|---|
AbnormalEvent[] |
getAbnormalEventList()
Get Exception event array
|
Long |
getEventTime()
Get Report time of the exception event
|
Long |
getExperienceId()
Get Exceptional experience ID
|
String |
getRoomId()
Get Room ID in string type
|
String |
getUserId()
Get User ID
|
void |
setAbnormalEventList(AbnormalEvent[] AbnormalEventList)
Set Exception event array
|
void |
setEventTime(Long EventTime)
Set Report time of the exception event
|
void |
setExperienceId(Long ExperienceId)
Set Exceptional experience ID
|
void |
setRoomId(String RoomId)
Set Room ID in string type
|
void |
setUserId(String UserId)
Set User 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 String getUserId()
public void setUserId(String UserId)
UserId
- User IDpublic Long getExperienceId()
public void setExperienceId(Long ExperienceId)
ExperienceId
- Exceptional experience IDpublic String getRoomId()
public void setRoomId(String RoomId)
RoomId
- Room ID in string typepublic AbnormalEvent[] getAbnormalEventList()
public void setAbnormalEventList(AbnormalEvent[] AbnormalEventList)
AbnormalEventList
- Exception event arraypublic Long getEventTime()
public void setEventTime(Long EventTime)
EventTime
- Report time of the exception eventCopyright © 2020. All rights reserved.