Class TimingDataRecord
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.teo.v20220901.models.TimingDataRecord
-
public class TimingDataRecord extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetTypeKey()Get 查询维度值。TimingTypeValue[]getTypeValue()Get 详细时序数据。voidsetTypeKey(String TypeKey)Set 查询维度值。voidsetTypeValue(TimingTypeValue[] TypeValue)Set 详细时序数据。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
-
TimingDataRecord
public TimingDataRecord()
-
TimingDataRecord
public 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.
-
-
Method Detail
-
getTypeKey
public String getTypeKey()
Get 查询维度值。- Returns:
- TypeKey 查询维度值。
-
setTypeKey
public void setTypeKey(String TypeKey)
Set 查询维度值。- Parameters:
TypeKey- 查询维度值。
-
getTypeValue
public TimingTypeValue[] getTypeValue()
Get 详细时序数据。- Returns:
- TypeValue 详细时序数据。
-
setTypeValue
public void setTypeValue(TimingTypeValue[] TypeValue)
Set 详细时序数据。- Parameters:
TypeValue- 详细时序数据。
-
-