public class TRTCDataResult extends AbstractModel
header, skipSign
Constructor and Description |
---|
TRTCDataResult() |
TRTCDataResult(TRTCDataResult 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 |
---|---|
SeriesInfos[] |
getSeries()
Get 查询结果数据,以Columns-Values形式返回。
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getStatementID()
Get StatementID值,监控仪表盘下固定为0。
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getTotal()
Get Total值,监控仪表盘功能下固定为1。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSeries(SeriesInfos[] Series)
Set 查询结果数据,以Columns-Values形式返回。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStatementID(Long StatementID)
Set StatementID值,监控仪表盘下固定为0。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTotal(Long Total)
Set Total值,监控仪表盘功能下固定为1。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public TRTCDataResult()
public TRTCDataResult(TRTCDataResult source)
public Long getStatementID()
public void setStatementID(Long StatementID)
StatementID
- StatementID值,监控仪表盘下固定为0。
注意:此字段可能返回 null,表示取不到有效值。public SeriesInfos[] getSeries()
public void setSeries(SeriesInfos[] Series)
Series
- 查询结果数据,以Columns-Values形式返回。
注意:此字段可能返回 null,表示取不到有效值。public Long getTotal()
public void setTotal(Long Total)
Total
- Total值,监控仪表盘功能下固定为1。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.