public class AbnormalEvent extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AbnormalEvent() | 
| AbnormalEvent(AbnormalEvent 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 | 
|---|---|
| Long | getAbnormalEventId()Get 异常事件ID,具体值查看附录:异常体验ID映射表:https://cloud.tencent.com/document/product/647/44916 | 
| String | getPeerId()Get 远端用户ID,"":表示异常事件不是由远端用户产生 | 
| void | setAbnormalEventId(Long AbnormalEventId)Set 异常事件ID,具体值查看附录:异常体验ID映射表:https://cloud.tencent.com/document/product/647/44916 | 
| void | setPeerId(String PeerId)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 AbnormalEvent()
public AbnormalEvent(AbnormalEvent source)
public Long getAbnormalEventId()
public void setAbnormalEventId(Long AbnormalEventId)
AbnormalEventId - 异常事件ID,具体值查看附录:异常体验ID映射表:https://cloud.tencent.com/document/product/647/44916public String getPeerId()
public void setPeerId(String PeerId)
PeerId - 远端用户ID,"":表示异常事件不是由远端用户产生Copyright © 2025. All rights reserved.