public class TimingDataRecord extends AbstractModel
skipSign
Constructor and Description |
---|
TimingDataRecord() |
TimingDataRecord(TimingDataRecord 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.
|
TimingTypeValue[] |
getTypeValue()
Get Detailed time series data
|
void |
setTypeKey(String TypeKey)
Set The query dimension value.
|
void |
setTypeValue(TimingTypeValue[] TypeValue)
Set Detailed time series data
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public TimingDataRecord()
public TimingDataRecord(TimingDataRecord source)
public String getTypeKey()
public void setTypeKey(String TypeKey)
TypeKey
- The query dimension value.public TimingTypeValue[] getTypeValue()
public void setTypeValue(TimingTypeValue[] TypeValue)
TypeValue
- Detailed time series dataCopyright © 2023. All rights reserved.