Class SecEntryValue
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.teo.v20220901.models.SecEntryValue
-
public class SecEntryValue extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description SecEntryValue()SecEntryValue(SecEntryValue 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 FloatgetAvg()Get 平均值。TimingDataItem[]getDetail()Get 时序数据详情。LonggetMax()Get 最大值。StringgetMetric()Get 指标名称。FloatgetSum()Get 数据总和。voidsetAvg(Float Avg)Set 平均值。voidsetDetail(TimingDataItem[] Detail)Set 时序数据详情。voidsetMax(Long Max)Set 最大值。voidsetMetric(String Metric)Set 指标名称。voidsetSum(Float Sum)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
-
SecEntryValue
public SecEntryValue()
-
SecEntryValue
public SecEntryValue(SecEntryValue 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
-
getMetric
public String getMetric()
Get 指标名称。- Returns:
- Metric 指标名称。
-
setMetric
public void setMetric(String Metric)
Set 指标名称。- Parameters:
Metric- 指标名称。
-
getDetail
public TimingDataItem[] getDetail()
Get 时序数据详情。- Returns:
- Detail 时序数据详情。
-
setDetail
public void setDetail(TimingDataItem[] Detail)
Set 时序数据详情。- Parameters:
Detail- 时序数据详情。
-
getMax
public Long getMax()
Get 最大值。- Returns:
- Max 最大值。
-
setMax
public void setMax(Long Max)
Set 最大值。- Parameters:
Max- 最大值。
-
getAvg
public Float getAvg()
Get 平均值。- Returns:
- Avg 平均值。
-
setAvg
public void setAvg(Float Avg)
Set 平均值。- Parameters:
Avg- 平均值。
-
getSum
public Float getSum()
Get 数据总和。- Returns:
- Sum 数据总和。
-
setSum
public void setSum(Float Sum)
Set 数据总和。- Parameters:
Sum- 数据总和。
-
-