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 查询维度值。
|
SingleTypeValue[] |
getTypeValue()
Get 查询维度下具体指标值。
|
void |
setTypeKey(String TypeKey)
Set 查询维度值。
|
void |
setTypeValue(SingleTypeValue[] TypeValue)
Set 查询维度下具体指标值。
|
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, toJsonString
public SingleDataRecord()
public SingleDataRecord(SingleDataRecord source)
public String getTypeKey()
public void setTypeKey(String TypeKey)
TypeKey
- 查询维度值。public SingleTypeValue[] getTypeValue()
public void setTypeValue(SingleTypeValue[] TypeValue)
TypeValue
- 查询维度下具体指标值。Copyright © 2022. All rights reserved.