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 Query result data, returned in Columns-Values format. | 
| Long | getStatementID()Get StatementID value, fixed at 0 for Monitoring Dashboard. | 
| Long | getTotal()Get Total value, fixed at 1 for Monitoring Dashboard. | 
| void | setSeries(SeriesInfos[] Series)Set Query result data, returned in Columns-Values format. | 
| void | setStatementID(Long StatementID)Set StatementID value, fixed at 0 for Monitoring Dashboard. | 
| void | setTotal(Long Total)Set Total value, fixed at 1 for Monitoring Dashboard. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic TRTCDataResult()
public TRTCDataResult(TRTCDataResult source)
public Long getStatementID()
public void setStatementID(Long StatementID)
StatementID - StatementID value, fixed at 0 for Monitoring Dashboard.public SeriesInfos[] getSeries()
public void setSeries(SeriesInfos[] Series)
Series - Query result data, returned in Columns-Values format.public Long getTotal()
public void setTotal(Long Total)
Total - Total value, fixed at 1 for Monitoring Dashboard.Copyright © 2024. All rights reserved.