public class AbnormalEvent extends AbstractModel
Constructor and Description |
---|
AbnormalEvent() |
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, toJsonString
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 © 2020. All rights reserved.