public class ListRtcHistoryQualityResponse extends SdkResponse
| Constructor and Description |
|---|
ListRtcHistoryQualityResponse() |
| Modifier and Type | Method and Description |
|---|---|
ListRtcHistoryQualityResponse |
addQualityItem(RtcHistoryQualityTimeValue qualityItem) |
boolean |
equals(Object o) |
List<RtcHistoryQualityTimeValue> |
getQuality()
时间戳及相应时间的指标数值列表
|
String |
getXRequestId()
Get xRequestId
|
int |
hashCode() |
void |
setQuality(List<RtcHistoryQualityTimeValue> quality) |
void |
setXRequestId(String xRequestId) |
String |
toString() |
ListRtcHistoryQualityResponse |
withQuality(java.util.function.Consumer<List<RtcHistoryQualityTimeValue>> qualitySetter) |
ListRtcHistoryQualityResponse |
withQuality(List<RtcHistoryQualityTimeValue> quality) |
ListRtcHistoryQualityResponse |
withXRequestId(String xRequestId) |
getHttpStatusCode, setHttpStatusCodepublic ListRtcHistoryQualityResponse withQuality(List<RtcHistoryQualityTimeValue> quality)
public ListRtcHistoryQualityResponse addQualityItem(RtcHistoryQualityTimeValue qualityItem)
public ListRtcHistoryQualityResponse withQuality(java.util.function.Consumer<List<RtcHistoryQualityTimeValue>> qualitySetter)
public List<RtcHistoryQualityTimeValue> getQuality()
public void setQuality(List<RtcHistoryQualityTimeValue> quality)
public ListRtcHistoryQualityResponse withXRequestId(String xRequestId)
public String getXRequestId()
public void setXRequestId(String xRequestId)
Copyright © 2022. All rights reserved.