public class SingleDataRecord extends AbstractModel
| Constructor and Description | 
|---|
| SingleDataRecord() | 
| SingleDataRecord(SingleDataRecord 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 | 
|---|---|
| String | getTypeKey()Get The query dimension value. | 
| SingleTypeValue[] | getTypeValue()Get Value of the metric under the query dimension. | 
| void | setTypeKey(String TypeKey)Set The query dimension value. | 
| void | setTypeValue(SingleTypeValue[] TypeValue)Set Value of the metric under the query dimension. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic SingleDataRecord()
public SingleDataRecord(SingleDataRecord source)
public String getTypeKey()
public void setTypeKey(String TypeKey)
TypeKey - The query dimension value.public SingleTypeValue[] getTypeValue()
public void setTypeValue(SingleTypeValue[] TypeValue)
TypeValue - Value of the metric under the query dimension.Copyright © 2023. All rights reserved.