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 The error event ID.
|
String |
getPeerId()
Get The remote user ID.
|
void |
setAbnormalEventId(Long AbnormalEventId)
Set The error event ID.
|
void |
setPeerId(String PeerId)
Set The remote user ID.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public AbnormalEvent()
public AbnormalEvent(AbnormalEvent source)
public Long getAbnormalEventId()
public void setAbnormalEventId(Long AbnormalEventId)
AbnormalEventId
- The error event ID. For details, see https://www.tencentcloud.com/document/product/647/37906?has_map=1public String getPeerId()
public void setPeerId(String PeerId)
PeerId
- The remote user ID. If this parameter is empty, it indicates that the error event is not associated with a remote user.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.