Class TRTCDataResult
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.trtc.v20190722.models.TRTCDataResult
-
public class TRTCDataResult extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SeriesInfos[]getSeries()Get 查询结果数据,以Columns-Values形式返回。 注意:此字段可能返回 null,表示取不到有效值。LonggetStatementID()Get StatementID值,监控仪表盘下固定为0。 注意:此字段可能返回 null,表示取不到有效值。LonggetTotal()Get Total值,监控仪表盘功能下固定为1。 注意:此字段可能返回 null,表示取不到有效值。voidsetSeries(SeriesInfos[] Series)Set 查询结果数据,以Columns-Values形式返回。 注意:此字段可能返回 null,表示取不到有效值。voidsetStatementID(Long StatementID)Set StatementID值,监控仪表盘下固定为0。 注意:此字段可能返回 null,表示取不到有效值。voidsetTotal(Long Total)Set Total值,监控仪表盘功能下固定为1。 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
TRTCDataResult
public TRTCDataResult()
-
TRTCDataResult
public 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.
-
-
Method Detail
-
getStatementID
public Long getStatementID()
Get StatementID值,监控仪表盘下固定为0。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- StatementID StatementID值,监控仪表盘下固定为0。 注意:此字段可能返回 null,表示取不到有效值。
-
setStatementID
public void setStatementID(Long StatementID)
Set StatementID值,监控仪表盘下固定为0。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
StatementID- StatementID值,监控仪表盘下固定为0。 注意:此字段可能返回 null,表示取不到有效值。
-
getSeries
public SeriesInfos[] getSeries()
Get 查询结果数据,以Columns-Values形式返回。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Series 查询结果数据,以Columns-Values形式返回。 注意:此字段可能返回 null,表示取不到有效值。
-
setSeries
public void setSeries(SeriesInfos[] Series)
Set 查询结果数据,以Columns-Values形式返回。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Series- 查询结果数据,以Columns-Values形式返回。 注意:此字段可能返回 null,表示取不到有效值。
-
getTotal
public Long getTotal()
Get Total值,监控仪表盘功能下固定为1。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Total Total值,监控仪表盘功能下固定为1。 注意:此字段可能返回 null,表示取不到有效值。
-
setTotal
public void setTotal(Long Total)
Set Total值,监控仪表盘功能下固定为1。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Total- Total值,监控仪表盘功能下固定为1。 注意:此字段可能返回 null,表示取不到有效值。
-
-