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 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, toJsonStringpublic AbnormalExperience()
public AbnormalExperience(AbnormalExperience source)
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 © 2021. All rights reserved.