public class ListRtcHistoryUsageResponse extends SdkResponse
| Constructor and Description |
|---|
ListRtcHistoryUsageResponse() |
| Modifier and Type | Method and Description |
|---|---|
ListRtcHistoryUsageResponse |
addUsageItem(RtcHistoryUsage usageItem) |
boolean |
equals(Object o) |
List<RtcHistoryUsage> |
getUsage()
时间戳及相应时间的指标数值列表
|
String |
getXRequestId()
Get xRequestId
|
int |
hashCode() |
void |
setUsage(List<RtcHistoryUsage> usage) |
void |
setXRequestId(String xRequestId) |
String |
toString() |
ListRtcHistoryUsageResponse |
withUsage(java.util.function.Consumer<List<RtcHistoryUsage>> usageSetter) |
ListRtcHistoryUsageResponse |
withUsage(List<RtcHistoryUsage> usage) |
ListRtcHistoryUsageResponse |
withXRequestId(String xRequestId) |
getHttpStatusCode, setHttpStatusCodepublic ListRtcHistoryUsageResponse withUsage(List<RtcHistoryUsage> usage)
public ListRtcHistoryUsageResponse addUsageItem(RtcHistoryUsage usageItem)
public ListRtcHistoryUsageResponse withUsage(java.util.function.Consumer<List<RtcHistoryUsage>> usageSetter)
public List<RtcHistoryUsage> getUsage()
public void setUsage(List<RtcHistoryUsage> usage)
public ListRtcHistoryUsageResponse withXRequestId(String xRequestId)
public String getXRequestId()
public void setXRequestId(String xRequestId)
Copyright © 2022. All rights reserved.