public class AbnormalEvent extends AbstractModel
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,"":表示异常事件不是由远端用户产生
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAbnormalEventId(Long AbnormalEventId)
Set 异常事件ID,具体值查看附录:异常体验ID映射表:https://cloud.tencent.com/document/product/647/44916
|
void |
setPeerId(String PeerId)
Set 远端用户ID,"":表示异常事件不是由远端用户产生
注意:此字段可能返回 null,表示取不到有效值。
|
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 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,"":表示异常事件不是由远端用户产生
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.