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 Exception event ID. | 
| String | getPeerId()Get Remote user ID. | 
| void | setAbnormalEventId(Long AbnormalEventId)Set Exception event ID. | 
| void | setPeerId(String PeerId)Set Remote 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 AbnormalEvent()
public AbnormalEvent(AbnormalEvent source)
public Long getAbnormalEventId()
public void setAbnormalEventId(Long AbnormalEventId)
AbnormalEventId - Exception event ID. For specific values, please see Appendix. Exceptional Experience ID Mapping Table.public String getPeerId()
public void setPeerId(String PeerId)
PeerId - Remote user ID. If this parameter is left empty, it indicates that the exception event is not caused by the remote user.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2021. All rights reserved.