public class ListRtcAbnormalEventsResponse extends SdkResponse
| Constructor and Description |
|---|
ListRtcAbnormalEventsResponse() |
| Modifier and Type | Method and Description |
|---|---|
ListRtcAbnormalEventsResponse |
addEventsItem(AbnormalEvent eventsItem) |
boolean |
equals(Object o) |
List<AbnormalEvent> |
getEvents()
异常体验列表
|
Integer |
getTotal()
异常总数 minimum: 0 maximum: 2147483647
|
String |
getXRequestId()
Get xRequestId
|
int |
hashCode() |
void |
setEvents(List<AbnormalEvent> events) |
void |
setTotal(Integer total) |
void |
setXRequestId(String xRequestId) |
String |
toString() |
ListRtcAbnormalEventsResponse |
withEvents(java.util.function.Consumer<List<AbnormalEvent>> eventsSetter) |
ListRtcAbnormalEventsResponse |
withEvents(List<AbnormalEvent> events) |
ListRtcAbnormalEventsResponse |
withTotal(Integer total) |
ListRtcAbnormalEventsResponse |
withXRequestId(String xRequestId) |
getHttpStatusCode, setHttpStatusCodepublic ListRtcAbnormalEventsResponse withTotal(Integer total)
public Integer getTotal()
public void setTotal(Integer total)
public ListRtcAbnormalEventsResponse withEvents(List<AbnormalEvent> events)
public ListRtcAbnormalEventsResponse addEventsItem(AbnormalEvent eventsItem)
public ListRtcAbnormalEventsResponse withEvents(java.util.function.Consumer<List<AbnormalEvent>> eventsSetter)
public List<AbnormalEvent> getEvents()
public void setEvents(List<AbnormalEvent> events)
public ListRtcAbnormalEventsResponse withXRequestId(String xRequestId)
public String getXRequestId()
public void setXRequestId(String xRequestId)
Copyright © 2022. All rights reserved.