Class AbnormalExperience
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.trtc.v20190722.models.AbnormalExperience
-
public class AbnormalExperience extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbnormalEvent[]getAbnormalEventList()Get 异常事件数组LonggetEventTime()Get 异常事件的上报时间LonggetExperienceId()Get 异常体验IDStringgetRoomId()Get 字符串房间号StringgetUserId()Get 用户IDvoidsetAbnormalEventList(AbnormalEvent[] AbnormalEventList)Set 异常事件数组voidsetEventTime(Long EventTime)Set 异常事件的上报时间voidsetExperienceId(Long ExperienceId)Set 异常体验IDvoidsetRoomId(String RoomId)Set 字符串房间号voidsetUserId(String UserId)Set 用户IDvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
AbnormalExperience
public AbnormalExperience()
-
AbnormalExperience
public 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.
-
-
Method Detail
-
getUserId
public String getUserId()
Get 用户ID- Returns:
- UserId 用户ID
-
setUserId
public void setUserId(String UserId)
Set 用户ID- Parameters:
UserId- 用户ID
-
getExperienceId
public Long getExperienceId()
Get 异常体验ID- Returns:
- ExperienceId 异常体验ID
-
setExperienceId
public void setExperienceId(Long ExperienceId)
Set 异常体验ID- Parameters:
ExperienceId- 异常体验ID
-
getRoomId
public String getRoomId()
Get 字符串房间号- Returns:
- RoomId 字符串房间号
-
setRoomId
public void setRoomId(String RoomId)
Set 字符串房间号- Parameters:
RoomId- 字符串房间号
-
getAbnormalEventList
public AbnormalEvent[] getAbnormalEventList()
Get 异常事件数组- Returns:
- AbnormalEventList 异常事件数组
-
setAbnormalEventList
public void setAbnormalEventList(AbnormalEvent[] AbnormalEventList)
Set 异常事件数组- Parameters:
AbnormalEventList- 异常事件数组
-
getEventTime
public Long getEventTime()
Get 异常事件的上报时间- Returns:
- EventTime 异常事件的上报时间
-
setEventTime
public void setEventTime(Long EventTime)
Set 异常事件的上报时间- Parameters:
EventTime- 异常事件的上报时间
-
-