public class ListRtcHistoryScaleResponse extends SdkResponse
| Constructor and Description |
|---|
ListRtcHistoryScaleResponse() |
| Modifier and Type | Method and Description |
|---|---|
ListRtcHistoryScaleResponse |
addScaleItem(RtcHistoryScaleTimeValue scaleItem) |
boolean |
equals(Object o) |
List<RtcHistoryScaleTimeValue> |
getScale()
时间戳及相应时间的指标数值列表
|
String |
getXRequestId()
Get xRequestId
|
int |
hashCode() |
void |
setScale(List<RtcHistoryScaleTimeValue> scale) |
void |
setXRequestId(String xRequestId) |
String |
toString() |
ListRtcHistoryScaleResponse |
withScale(java.util.function.Consumer<List<RtcHistoryScaleTimeValue>> scaleSetter) |
ListRtcHistoryScaleResponse |
withScale(List<RtcHistoryScaleTimeValue> scale) |
ListRtcHistoryScaleResponse |
withXRequestId(String xRequestId) |
getHttpStatusCode, setHttpStatusCodepublic ListRtcHistoryScaleResponse withScale(List<RtcHistoryScaleTimeValue> scale)
public ListRtcHistoryScaleResponse addScaleItem(RtcHistoryScaleTimeValue scaleItem)
public ListRtcHistoryScaleResponse withScale(java.util.function.Consumer<List<RtcHistoryScaleTimeValue>> scaleSetter)
public List<RtcHistoryScaleTimeValue> getScale()
public void setScale(List<RtcHistoryScaleTimeValue> scale)
public ListRtcHistoryScaleResponse withXRequestId(String xRequestId)
public String getXRequestId()
public void setXRequestId(String xRequestId)
Copyright © 2022. All rights reserved.