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 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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public AbnormalEvent()
public AbnormalEvent(AbnormalEvent source)
public Long getAbnormalEventId()
public void setAbnormalEventId(Long AbnormalEventId)
AbnormalEventId
- The error event ID. For details, see https://intl.cloud.tencent.com/document/product/647/44916?from_cn_redirect=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 © 2023. All rights reserved.